aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-01 17:51:03 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-01 17:51:03 +0000
commit7ed5e9704bba4b5c5a85368655acd36f8751a1b1 (patch)
treec4aeded79d72c079504680719034ec1e6af6dd57 /bfd
parent69a010f69cde712c369a9bbf982e248f669d3645 (diff)
downloadgdb-7ed5e9704bba4b5c5a85368655acd36f8751a1b1.zip
gdb-7ed5e9704bba4b5c5a85368655acd36f8751a1b1.tar.gz
gdb-7ed5e9704bba4b5c5a85368655acd36f8751a1b1.tar.bz2
* elf32-hppa.c (elf_hppa_reloc_type_lookup): Correct type of
first, unused, argument. (hppa_elf_is_local_label): Declare instead of som_bfd_is_local_label.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/elf32-hppa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c
index c08bcb3..5874aab 100644
--- a/bfd/elf32-hppa.c
+++ b/bfd/elf32-hppa.c
@@ -210,7 +210,7 @@ static bfd_reloc_status_type hppa_elf_reloc
PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd*, char **));
static CONST reloc_howto_type * elf_hppa_reloc_type_lookup
- PARAMS ((bfd_arch_info_type *, bfd_reloc_code_real_type));
+ PARAMS ((bfd *, bfd_reloc_code_real_type));
static symext_entryS elf32_hppa_get_sym_extn PARAMS ((bfd *, asymbol *, int));
@@ -269,7 +269,7 @@ static boolean elf32_hppa_backend_fake_sections
static boolean elf32_hppa_backend_section_from_bfd_section
PARAMS ((bfd *, Elf32_Internal_Shdr *, asection *, int *));
-static boolean som_bfd_is_local_label PARAMS ((bfd *, asymbol *));
+static boolean hppa_elf_is_local_label PARAMS ((bfd *, asymbol *));
/* ELF/PA relocation howto entries. */
@@ -1571,8 +1571,8 @@ hppa_elf_reloc (abfd, reloc_entry, symbol_in, data, input_section, output_bfd,
relocation for an ARCH machine. */
static CONST reloc_howto_type *
-elf_hppa_reloc_type_lookup (arch, code)
- bfd_arch_info_type *arch;
+elf_hppa_reloc_type_lookup (abfd, code)
+ bfd *abfd;
bfd_reloc_code_real_type code;
{
if ((int) code < (int) R_HPPA_UNIMPLEMENTED)