diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-17 16:09:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-17 16:09:02 +0000 |
commit | df622259f2fb5e292144a0c260e0096e9f176878 (patch) | |
tree | f6eede432ce0b0683e59762f6b78c224c1d3eb6d /bfd/elf.c | |
parent | 44c410de10f1444a7fb05f49679bd911e5a3410d (diff) | |
download | gdb-df622259f2fb5e292144a0c260e0096e9f176878.zip gdb-df622259f2fb5e292144a0c260e0096e9f176878.tar.gz gdb-df622259f2fb5e292144a0c260e0096e9f176878.tar.bz2 |
* elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
`bfd_byte'.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |