* elf32-i386.c: Add missing prototypes.
authorDaniel Jacobowitz <drow@false.org>
Mon, 27 Aug 2001 18:04:37 +0000 (18:04 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 27 Aug 2001 18:04:37 +0000 (18:04 +0000)
        * elf32-ppc.c: Likewise.
        * elf32-sh-lin.c: Likewise.
        * elfarm-nabi.c: Likewise.

bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf32-ppc.c
bfd/elf32-sh-lin.c
bfd/elfarm-nabi.c

index e7dda9f6fb321f8fb4cfaeb02bac7bc428f1631f..d0e63e2d87bdf90b8ed073774fb8d23a5615eb56 100644 (file)
@@ -1,3 +1,10 @@
+2001-08-27  Daniel Jacobowitz  <drow@mvista.com>
+
+       * elf32-i386.c: Add missing prototypes.
+       * elf32-ppc.c: Likewise.
+       * elf32-sh-lin.c: Likewise.
+       * elfarm-nabi.c: Likewise.
+
 2001-08-27  Daniel Jacobowitz  <drow@mvista.com>
 
        * elf32-i386.c (elf_i386_grok_prstatus): New function.
index 2e0915c24031da62a6db1158358fb50cb26f2020..ccc71e4fa56a5332a40b2e578709d0af1bfff9ff 100644 (file)
@@ -64,6 +64,10 @@ static boolean elf_i386_finish_dynamic_sections
 static boolean elf_i386_fake_sections
   PARAMS ((bfd *, Elf32_Internal_Shdr *, asection *));
 static enum elf_reloc_type_class elf_i386_reloc_type_class PARAMS ((int));
+static boolean elf_i386_grok_prstatus
+  PARAMS ((bfd *abfd, Elf_Internal_Note *note));
+static boolean elf_i386_grok_psinfo
+  PARAMS ((bfd *abfd, Elf_Internal_Note *note));
 
 #define USE_REL        1               /* 386 uses REL relocations instead of RELA */
 
index 05e095be293379a0c5ac9857c2d445916c580989..a25bcdeece85952312a786514fa80e5bf8baf340 100644 (file)
@@ -109,6 +109,10 @@ static boolean ppc_elf_finish_dynamic_symbol PARAMS ((bfd *,
 
 static boolean ppc_elf_finish_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *));
 static enum elf_reloc_type_class ppc_elf_reloc_type_class PARAMS ((int));
+static boolean ppc_elf_grok_prstatus
+  PARAMS ((bfd *abfd, Elf_Internal_Note *note));
+static boolean ppc_elf_grok_psinfo
+  PARAMS ((bfd *abfd, Elf_Internal_Note *note));
 
 #define BRANCH_PREDICT_BIT 0x200000            /* branch prediction bit for branch taken relocs */
 #define RA_REGISTER_MASK 0x001f0000            /* mask to set RA in memory instructions */
index e8d8fe374deab6f015bf155438a69601cd798508..84413f564cd1acab72089b09598f8a1aae3430ab 100644 (file)
@@ -31,6 +31,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "elf/internal.h"
 #include "elf-bfd.h"
 
+static boolean elf32_shlin_grok_prstatus
+  PARAMS ((bfd *abfd, Elf_Internal_Note *note));
+static boolean elf32_shlin_grok_psinfo
+  PARAMS ((bfd *abfd, Elf_Internal_Note *note));
+
 /* Support for core dump NOTE sections */
 static boolean
 elf32_shlin_grok_prstatus (abfd, note)
index bc98aa77508314ef9e35af308badb4b6213325fc..8b3fc16908d1909786aa750a8a70d91b245b7e43 100644 (file)
 
 static reloc_howto_type * elf32_arm_reloc_type_lookup
   PARAMS ((bfd * abfd, bfd_reloc_code_real_type code));
+static boolean elf32_arm_nabi_grok_prstatus
+  PARAMS ((bfd *abfd, Elf_Internal_Note *note));
+static boolean elf32_arm_nabi_grok_psinfo
+  PARAMS ((bfd *abfd, Elf_Internal_Note *note));
 
 /* Note: code such as elf32_arm_reloc_type_lookup expect to use e.g.
    R_ARM_PC24 as an index into this, and find the R_ARM_PC24 HOWTO
This page took 0.033816 seconds and 4 git commands to generate.