* elf64-ppc.c (ppc64_elf_size_stubs): Override defined dot-sym
[deliverable/binutils-gdb.git] / bfd / elf32-hppa.h
index 720cd087ae0896fb304f8c92580e11cf4fbe86bf..000602eb43b67ec0fc4c071be78bd10c789ebb68 100644 (file)
@@ -4,8 +4,8 @@
    in the Stratus FTX/Golf Object File Format (SED-1762) dated
    February 1994.
 
-   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
-   Free Software Foundation, Inc.
+   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
+   2002, 2003 Free Software Foundation, Inc.
 
    Written by:
 
 #include "elf/hppa.h"
 
 int elf32_hppa_setup_section_lists
-  PARAMS ((bfd *, struct bfd_link_info *));
+  (bfd *, struct bfd_link_info *);
 
 void elf32_hppa_next_input_section
-  PARAMS ((struct bfd_link_info *, asection *));
+  (struct bfd_link_info *, asection *);
 
-boolean elf32_hppa_size_stubs
-  PARAMS ((bfd *, bfd *, struct bfd_link_info *, boolean, bfd_signed_vma,
-          asection * (*) PARAMS ((const char *, asection *)),
-          void (*) PARAMS ((void))));
+bfd_boolean elf32_hppa_size_stubs
+  (bfd *, bfd *, struct bfd_link_info *, bfd_boolean, bfd_signed_vma,
+   asection * (*) (const char *, asection *), void (*) (void));
 
-boolean elf32_hppa_set_gp
-  PARAMS ((bfd *, struct bfd_link_info *));
+bfd_boolean elf32_hppa_set_gp
+  (bfd *, struct bfd_link_info *);
 
-boolean elf32_hppa_build_stubs
-  PARAMS ((struct bfd_link_info *));
+bfd_boolean elf32_hppa_build_stubs
+  (struct bfd_link_info *);
 
 elf_hppa_reloc_type elf32_hppa_reloc_final_type
-  PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int));
+  (bfd *, elf_hppa_reloc_type, int, unsigned int);
 
 extern elf_hppa_reloc_type ** _bfd_elf32_hppa_gen_reloc_type
-  PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int, int, asymbol *));
+  (bfd *, elf_hppa_reloc_type, int, unsigned int, int, asymbol *);
 
 /* Define groups of basic relocations.  FIXME:  These should
    be the only basic relocations created by GAS.  The rest
This page took 0.023545 seconds and 4 git commands to generate.