diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-05-12 08:07:21 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-05-12 08:07:43 -0700 |
commit | 73caa85d4a97eb991e581ccba3ff4eccce5e2e1d (patch) | |
tree | 60468868e4dce229990e7cc6499dc717419ae2a0 /ld/ChangeLog | |
parent | 6830f270e7b6676e7a77c1b8080941e35003d918 (diff) | |
download | gdb-73caa85d4a97eb991e581ccba3ff4eccce5e2e1d.zip gdb-73caa85d4a97eb991e581ccba3ff4eccce5e2e1d.tar.gz gdb-73caa85d4a97eb991e581ccba3ff4eccce5e2e1d.tar.bz2 |
x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
If there are more than GNU property note in an input, we should merge
X86_ISA_1_USED and X86_ISA_1_NEEDED properties.
bfd/
* elf32-i386.c (elf_i386_parse_gnu_properties): Merge
GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
properties.
* elf64-x86-64.c (elf_x86_64_parse_gnu_properties): Likewise.
ld/
* testsuite/ld-i386/i386.exp: Run property-x86-3.
* testsuite/ld-x86-64/x86-64.exp: Likewise.
* testsuite/ld-i386/property-x86-3.d: New file.
* testsuite/ld-i386/property-x86-3.s: Likewise.
* testsuite/ld-x86-64/property-x86-3.d: Likewise.
* testsuite/ld-x86-64/property-x86-3.s: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 92ebbf7..7e22adf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2017-05-12 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/ld-i386/i386.exp: Run property-x86-3. + * testsuite/ld-x86-64/x86-64.exp: Likewise. + * testsuite/ld-i386/property-x86-3.d: New file. + * testsuite/ld-i386/property-x86-3.s: Likewise. + * testsuite/ld-x86-64/property-x86-3.d: Likewise. + * testsuite/ld-x86-64/property-x86-3.s: Likewise. + 2017-05-11 H.J. Lu <hongjiu.lu@intel.com> * emulparams/elf_x86_64.sh (TINY_READONLY_SECTION): Replace |