aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2024-11-06 17:59:46 +0000
committerMatthieu Longo <matthieu.longo@arm.com>2024-12-02 15:18:40 +0000
commitddbd1a4c98794de8a66d86dcfd8139e7a25088d2 (patch)
treeb1f0d007d641b9f7dcee37ad91e2e97f9df5429f /gdb/testsuite/gdb.python
parent2ad1fffee5f0eb055d7919dd1098107fa131501d (diff)
downloadbinutils-ddbd1a4c98794de8a66d86dcfd8139e7a25088d2.zip
binutils-ddbd1a4c98794de8a66d86dcfd8139e7a25088d2.tar.gz
binutils-ddbd1a4c98794de8a66d86dcfd8139e7a25088d2.tar.bz2
aarch64: bugfix when finding 1st bfd input with GNU property
The current implementation of searching the first input BFD with GNU properties has a bug. The search was not filtering on object inputs belonging to the output link unit only, but was also including dynamic objects, BFD plugins, and linker-created files. This means that the initial initialization of the output properties were skewed, and warnings on input files that should have been emitted were not. This patch fixes the filtering to exclude the object input files not belonging to the output link unit, not having the same ELF class, and not the same target architecture.
Diffstat (limited to 'gdb/testsuite/gdb.python')
0 files changed, 0 insertions, 0 deletions