summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2001-08-27 18:04:37 +0000
committerDaniel Jacobowitz <dan@debian.org>2001-08-27 18:04:37 +0000
commit24ae4910e19f284cb621418cf06d70f2833190de (patch)
treea825d72f74219f64789b5d42fcf6cb8c37a68a11 /bfd/elf32-ppc.c
parent7c9d854778292aa88943e8701d7ad9cd63309663 (diff)
downloadgdb-24ae4910e19f284cb621418cf06d70f2833190de.tar.gz
* elf32-i386.c: Add missing prototypes.
* elf32-ppc.c: Likewise. * elf32-sh-lin.c: Likewise. * elfarm-nabi.c: Likewise.
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r--bfd/elf32-ppc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c
index 05e095be293..a25bcdeece8 100644
--- a/bfd/elf32-ppc.c
+++ b/bfd/elf32-ppc.c
@@ -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 */