summaryrefslogtreecommitdiff
path: root/bfd/elf64-sh64.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-06 00:29:22 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-06 00:29:22 +0000
commit642ad6392420d0d04b5d9cd32e2cc4c59ae5414d (patch)
tree05b0158e66f54f980166ffd69e135c9d467e5e89 /bfd/elf64-sh64.c
parent18b7a2ac1b161a284c936758371e210c63923c3c (diff)
downloadbinutils-redhat-642ad6392420d0d04b5d9cd32e2cc4c59ae5414d.tar.gz
elf_swap_symbol_in args should be "const PTR", not "const PTR *".
Diffstat (limited to 'bfd/elf64-sh64.c')
-rw-r--r--bfd/elf64-sh64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf64-sh64.c b/bfd/elf64-sh64.c
index b06b0ff22d..091849690e 100644
--- a/bfd/elf64-sh64.c
+++ b/bfd/elf64-sh64.c
@@ -2234,8 +2234,8 @@ sh_elf64_get_relocated_section_contents (output_bfd, link_info, link_order,
{
asection *isec;
- bfd_elf64_swap_symbol_in (input_bfd, (const PTR *) esym,
- (const PTR *) shndx, isymp);
+ bfd_elf64_swap_symbol_in (input_bfd, (const PTR) esym,
+ (const PTR) shndx, isymp);
if (isymp->st_shndx == SHN_UNDEF)
isec = bfd_und_section_ptr;