mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-22 07:53:36 +08:00
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
argument declaration.
This commit is contained in:
parent
e41b17f0dc
commit
8c2ab17d27
@ -1,3 +1,8 @@
|
||||
2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
|
||||
argument declaration.
|
||||
|
||||
2002-08-19 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* archures.c (bfd_mach_ppc_e500): Added.
|
||||
|
@ -287,7 +287,7 @@ _bfd_elf_discard_section_eh_frame (abfd, info, sec, ehdrsec,
|
||||
bfd *abfd;
|
||||
struct bfd_link_info *info;
|
||||
asection *sec, *ehdrsec;
|
||||
boolean (*reloc_symbol_deleted_p) (bfd_vma, PTR);
|
||||
boolean (*reloc_symbol_deleted_p) PARAMS ((bfd_vma, PTR));
|
||||
struct elf_reloc_cookie *cookie;
|
||||
{
|
||||
bfd_byte *ehbuf = NULL, *buf;
|
||||
|
Loading…
Reference in New Issue
Block a user