From: Andrew Cagney Date: Fri, 23 Apr 2004 00:22:57 +0000 (+0000) Subject: 2004-04-22 Andrew Cagney X-Git-Tag: gprof-pre-ansify-2004-05-26~410 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fdea5ce574b41cf486ec777a25138f19c943610;p=external%2Fbinutils.git 2004-04-22 Andrew Cagney * opncls.c (bfd_alloc): Fix type of "wanted" in doco. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d505ee6..4bb5d17 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Andrew Cagney + + * opncls.c (bfd_alloc): Fix type of "wanted" in doco. + 2004-04-22 John David Anglin * hpux-core.c (hpux_core_core_file_p): Add cast in call to diff --git a/bfd/opncls.c b/bfd/opncls.c index 3291cba..7603030 100644 --- a/bfd/opncls.c +++ b/bfd/opncls.c @@ -813,7 +813,7 @@ INTERNAL_FUNCTION bfd_alloc SYNOPSIS - void *bfd_alloc (bfd *abfd, size_t wanted); + void *bfd_alloc (bfd *abfd, bfd_size_type wanted); DESCRIPTION Allocate a block of @var{wanted} bytes of memory attached to