aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2001-08-27 18:04:37 +0000
committerDaniel Jacobowitz <drow@false.org>2001-08-27 18:04:37 +0000
commit2e67030cdb975625ee432a67f87b3b626b768c1b (patch)
treeb34de5ad24e89bb0b023a1a41be8da63c537670c /bfd/elf32-i386.c
parentc5fccbec35ed1dc9447b46a640307fff49152a49 (diff)
downloadgdb-2e67030cdb975625ee432a67f87b3b626b768c1b.zip
gdb-2e67030cdb975625ee432a67f87b3b626b768c1b.tar.gz
gdb-2e67030cdb975625ee432a67f87b3b626b768c1b.tar.bz2
* elf32-i386.c: Add missing prototypes.
* elf32-ppc.c: Likewise. * elf32-sh-lin.c: Likewise. * elfarm-nabi.c: Likewise.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 2e0915c..ccc71e4 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -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 */