diff options
author | Catherine Moore <clm@redhat.com> | 2007-12-11 13:13:59 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2007-12-11 13:13:59 +0000 |
commit | 8424d8f538ffb17bf5e61ac73137f86e47bc8952 (patch) | |
tree | 6d05220be2c584124b481c8d3424bbcaf2f62a89 /bfd/elf.c | |
parent | 60955fda27cd4a8336e710b83b25f49262defb4f (diff) | |
download | gdb-8424d8f538ffb17bf5e61ac73137f86e47bc8952.zip gdb-8424d8f538ffb17bf5e61ac73137f86e47bc8952.tar.gz gdb-8424d8f538ffb17bf5e61ac73137f86e47bc8952.tar.bz2 |
* bfd/elf.c (_bfd_elf_copy_private_symbol_data): Don't copy shndx if
the symbol's section is the undefined section.
* gas/testsuite/gas/elf/symtab.s: New test.
gas/testsuite/gas/elf/symtab.d: New expected output.
gas/testsuite/gas/elf/elf.exp: Run the new symbtab test.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6046,6 +6046,7 @@ _bfd_elf_copy_private_symbol_data (bfd *ibfd, osym = elf_symbol_from (obfd, osymarg); if (isym != NULL + && isym->internal_elf_sym.st_shndx != 0 && osym != NULL && bfd_is_abs_section (isym->symbol.section)) { |