aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2024-11-28 15:36:51 +0000
committerMatthieu Longo <matthieu.longo@arm.com>2024-12-02 15:18:40 +0000
commitb4377af729850cfda7b59d4349428af2f0bf8cdb (patch)
tree59621236c5cc402c6aa270df041d3f6fe9c9bf2e /gdb/testsuite/gdb.python
parentaa993e9731bff2033633f034d2e37c74d00d17f3 (diff)
downloadbinutils-b4377af729850cfda7b59d4349428af2f0bf8cdb.zip
binutils-b4377af729850cfda7b59d4349428af2f0bf8cdb.tar.gz
binutils-b4377af729850cfda7b59d4349428af2f0bf8cdb.tar.bz2
aarch64: simplify condition in elfNN_aarch64_merge_gnu_properties
The current condition used to check if a GNU feature property is set on an input object before the merge is a bit confusing. (aprop && !<something about aprop>) || !aprop It seems easier to understand if it is changed as follows: (!aprop || !<something about aprop>)
Diffstat (limited to 'gdb/testsuite/gdb.python')
0 files changed, 0 insertions, 0 deletions