From f8ecb12b16adaae13e187352852113cda9c5394d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 6 Jun 2002 00:29:22 +0000 Subject: elf_swap_symbol_in args should be "const PTR", not "const PTR *". --- bfd/elf64-hppa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/elf64-hppa.c') diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index e41e605..d110d76 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -682,8 +682,8 @@ elf64_hppa_check_relocs (abfd, info, sec, relocs) i < symtab_hdr->sh_info; i++, esym++, isym++, shndx = (shndx != NULL ? shndx + 1 : NULL)) { - bfd_elf64_swap_symbol_in (abfd, (const PTR *) esym, - (const PTR *) shndx, isym); + bfd_elf64_swap_symbol_in (abfd, (const PTR) esym, (const PTR) shndx, + isym); if (isym->st_shndx > highest_shndx) highest_shndx = isym->st_shndx; } -- cgit v1.1