From c39a58e6ffd208012eda73a92c52dc65127b2581 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 7 Aug 2003 07:25:34 +0000 Subject: * 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. --- bfd/elfcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elfcode.h') 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; -- cgit v1.1