aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r--bfd/reloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c
index 6f59116..327a7eb 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -295,13 +295,13 @@ CODE_FRAGMENT
. called rather than the normal function. This allows really
. strange relocation methods to be accomodated (eg, i960 callj
. instructions). *}
-. bfd_reloc_status_type EXFUN ((*special_function),
-. (bfd *abfd,
+. bfd_reloc_status_type (*special_function)
+. PARAMS ((bfd *abfd,
. arelent *reloc_entry,
. struct symbol_cache_entry *symbol,
. PTR data,
. asection *input_section,
-. bfd *output_bfd ));
+. bfd *output_bfd));
.
. {* The textual name of the relocation type. *}
. char *name;