]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* elf-bfd.h (struct elf_obj_tdata): Change symbuf type to void *.
authorJakub Jelinek <jakub@redhat.com>
Fri, 2 Feb 2007 21:10:50 +0000 (21:10 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 2 Feb 2007 21:10:50 +0000 (21:10 +0000)
commitc15f73f9319e84a648c552dffae308877e657e6b
treea2066913bcd396c8936623d171b2194251a9c804
parentf4b3909f865c9e06c965a1e128a8d5a4a7bfc967
* elf-bfd.h (struct elf_obj_tdata): Change symbuf type to void *.
* elf.c (struct elf_symbuf_symbol, struct elf_symbuf_head): New types.
(struct elf_symbol): Change first member into union.
(elf_sort_elf_symbol): Compare pointers to internal syms rather than
internal syms.  Only compare st_shndx fields.
(elf_create_symbuf): New function.
(bfd_elf_match_symbols_in_sections): Use it.  If symbufs are available
for bfds, use a binary search, otherwise don't qsort symbols
unnecessarily only to select which symbols are for the particular
shndx.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf.c