projects
/
external
/
binutils.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
c3e9749
..
b875d20
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
635a702
..
bba4a6d
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;