diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-07-05 09:24:07 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-05 09:24:18 -0700 |
commit | 56ad703d56ffe5dc55d5e719a6ec41fd6cf9bfbe (patch) | |
tree | 4c8d32a8c815dff426de709fd8e47f7ff894a188 /ld/testsuite/ld-x86-64/pr23372a.d | |
parent | c524414837791938eb5aed58a3334c4f8e04fe4b (diff) | |
download | gdb-56ad703d56ffe5dc55d5e719a6ec41fd6cf9bfbe.zip gdb-56ad703d56ffe5dc55d5e719a6ec41fd6cf9bfbe.tar.gz gdb-56ad703d56ffe5dc55d5e719a6ec41fd6cf9bfbe.tar.bz2 |
x86: Remove x86 ISA properties with empty bits
There is no need to generate x86 ISA properties with empty bits in
linker output.
bfd/
PR ld/23372
* elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Remove x86
ISA properties with empty bits.
ld/
PR ld/23372
* testsuite/ld-i386/i386.exp: Run pr23372a and pr23372b.
* testsuite/ld-i386/pr23372a.d: New file.
* testsuite/ld-i386/pr23372a.s: Likewise.
* testsuite/ld-i386/pr23372b.d: Likewise.
* testsuite/ld-i386/pr23372b.s: Likewise.
* testsuite/ld-i386/pr23372c.s: Likewise.
* testsuite/ld-x86-64/pr23372a-x32.d: Likewise.
* testsuite/ld-x86-64/pr23372a.d: Likewise.
* testsuite/ld-x86-64/pr23372a.s: Likewise.
* testsuite/ld-x86-64/pr23372b-x32.d: Likewise.
* testsuite/ld-x86-64/pr23372b.d: Likewise.
* testsuite/ld-x86-64/pr23372b.s: Likewise.
* testsuite/ld-x86-64/pr23372c.s: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Run pr23372a, pr23372a-x32,
pr23372b and pr23372b-x32.
Diffstat (limited to 'ld/testsuite/ld-x86-64/pr23372a.d')
-rw-r--r-- | ld/testsuite/ld-x86-64/pr23372a.d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/pr23372a.d b/ld/testsuite/ld-x86-64/pr23372a.d new file mode 100644 index 0000000..ee688fc --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr23372a.d @@ -0,0 +1,5 @@ +#source: pr23372a.s +#source: pr23372b.s +#as: --64 -defsym __64_bit__=1 +#ld: -r -m elf_x86_64 +#readelf: -n |