From 10b6b556e09e3aab6f98b44d1c6c0c63ab5d99f6 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 17 Aug 2002 16:09:02 +0000 Subject: * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to `bfd_byte'. --- bfd/elf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index 1582496a1db..a9db43bb82d 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -371,7 +371,7 @@ bfd_elf_get_elf_syms (ibfd, symtab_hdr, symcount, symoffset, { Elf_Internal_Shdr *shndx_hdr; PTR alloc_ext; - const PTR esym; + const bfd_byte *esym; Elf_External_Sym_Shndx *alloc_extshndx; Elf_External_Sym_Shndx *shndx; Elf_Internal_Sym *isym; -- cgit v1.2.1