projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fdb88f
)
2004-04-22 Andrew Cagney <cagney@redhat.com>
author
Andrew Cagney
<cagney@redhat.com>
Fri, 23 Apr 2004 00:22:57 +0000
(
00:22
+0000)
committer
Andrew Cagney
<cagney@redhat.com>
Fri, 23 Apr 2004 00:22:57 +0000
(
00:22
+0000)
* opncls.c (bfd_alloc): Fix type of "wanted" in doco.
bfd/ChangeLog
patch
|
blob
|
history
bfd/opncls.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index d505ee619a08c224158fa6106af4f87d8a79a684..4bb5d1767ea4077ef773bc7b35c361d5d1455c26 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2004-04-22 Andrew Cagney <cagney@redhat.com>
+
+ * opncls.c (bfd_alloc): Fix type of "wanted" in doco.
+
2004-04-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* hpux-core.c (hpux_core_core_file_p): Add cast in call to
diff --git
a/bfd/opncls.c
b/bfd/opncls.c
index 3291cbabaeaa49bbef5f236e428b766cd541cc4e..76030301ce1919957405f4d8f87dfc87d1429dca 100644
(file)
--- 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