projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c410d
)
* elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
author
Andrew Cagney
<cagney@redhat.com>
Sat, 17 Aug 2002 16:09:02 +0000
(16:09 +0000)
committer
Andrew Cagney
<cagney@redhat.com>
Sat, 17 Aug 2002 16:09:02 +0000
(16:09 +0000)
`bfd_byte'.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 25ec0a0dbcdd09f243ae01223e5ae948c1a31b36..50d5ecc2a437176be77a9238046632a074a583b8 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2002-08-17 Andrew Cagney <ac131313@redhat.com>
+
+ * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
+ `bfd_byte'.
+
2002-08-17 Stan Cox <scox@redhat.com>
* elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
diff --git
a/bfd/elf.c
b/bfd/elf.c
index 1582496a1dbd700ee35822e3a7e704a2f719da51..a9db43bb82d07d5cb9d539e6f14aa66233f3c3a7 100644
(file)
--- 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;