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:
7d69eee
)
* stabs.c (_bfd_discard_section_stabs): Use PARAMS in function
author
Jeff Law
<law@redhat.com>
Mon, 26 Nov 2001 19:31:27 +0000
(19:31 +0000)
committer
Jeff Law
<law@redhat.com>
Mon, 26 Nov 2001 19:31:27 +0000
(19:31 +0000)
prototypes.
bfd/ChangeLog
patch
|
blob
|
history
bfd/stabs.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index c3e97492ddcffa4b85afe61a06990177b90ceada..b875d2002582aac27e31bf3094c5d6e1ce6265bb 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+Mon Nov 26 12:33:44 2001 Jeffrey A Law (law@cygnus.com)
+
+ * stabs.c (_bfd_discard_section_stabs): Use PARAMS in function
+ prototypes.
+
2001-11-24 Alan Modra <amodra@bigpond.net.au>
* elf32-hppa.c (elf32_hppa_size_stubs): Decrease default stub
diff --git
a/bfd/stabs.c
b/bfd/stabs.c
index 635a7026852ace9920062d8a958dedfb4a4d6f5e..bba4a6d61ed79552b47cee4ab3e6f7bbe525fa11 100644
(file)
--- a/
bfd/stabs.c
+++ b/
bfd/stabs.c
@@
-515,7
+515,7
@@
_bfd_discard_section_stabs (abfd, stabsec, psecinfo,
bfd *abfd;
asection *stabsec;
PTR psecinfo;
- boolean (*reloc_symbol_deleted_p)
(bfd_vma, PTR
);
+ boolean (*reloc_symbol_deleted_p)
PARAMS ((bfd_vma, PTR)
);
PTR cookie;
{
bfd_size_type count, amt;