]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ChangeLog
PowerPC64 synthetic symbols
authorAlan Modra <amodra@gmail.com>
Wed, 20 Jan 2021 05:30:58 +0000 (16:00 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 20 Jan 2021 05:41:01 +0000 (16:11 +1030)
commit8bd10d6b16de92570336e6026d466ef90e077e6e
tree4800dbdb9aa200c607428e453c52193a962b2510
parent11321a0505a447eba2c13c306aa38c224c00b19a
PowerPC64 synthetic symbols

If an assembler trims off unused section symbols there may be no
section symbols.  This means that testing for the .opd section symbol
needs to test both the section name and symbol flags.

* elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't assume
section symbols are present.
bfd/ChangeLog
bfd/elf64-ppc.c