diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-07 07:25:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-07 07:25:34 +0000 |
commit | c39a58e6ffd208012eda73a92c52dc65127b2581 (patch) | |
tree | dd1fad8f288d7437b0b603bb6bc59fbe75158535 /bfd/elfcode.h | |
parent | 29ceeffbdecd52296cecbc0d2d5148b204a4f930 (diff) | |
download | gdb-c39a58e6ffd208012eda73a92c52dc65127b2581.zip gdb-c39a58e6ffd208012eda73a92c52dc65127b2581.tar.gz gdb-c39a58e6ffd208012eda73a92c52dc65127b2581.tar.bz2 |
* elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.
(NAME): Use ## rather than CONCAT4 macro.
* elfcode.h: Remove one remaining PARAMS macro.
* elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
* elf-strtab.c: Likewise.
* elf-hppa.h: Likewise.
* elf32-hppa.h: Likewise.
* elf32-hppa.c: Likewise.
(elf32_hppa_add_symbol_hook): Delete.
(elf_backend_add_symbol_hook): Don't define.
* libhppa.h: Convert to C90. Replace INLINE with inline.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 601d208..7eaac98 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -818,7 +818,7 @@ elf_write_relocs (bfd *abfd, asection *sec, void *data) bfd_boolean *failedp = data; Elf_Internal_Shdr *rela_hdr; bfd_vma addr_offset; - void (*swap_out) PARAMS ((bfd *, const Elf_Internal_Rela *, bfd_byte *)); + void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); size_t extsize; bfd_byte *dst_rela; unsigned int idx; |