diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-08-31 04:44:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-08-31 04:44:59 -0700 |
commit | 9a8d6a757d29ad8c80dc7640ac902d722b1b473f (patch) | |
tree | e8991fada70520846d8c346e739149db795dece5 /ld/ChangeLog | |
parent | 5e8a54c6c4c753b6bbd447c74f5df8707bb0a06c (diff) | |
download | gdb-9a8d6a757d29ad8c80dc7640ac902d722b1b473f.zip gdb-9a8d6a757d29ad8c80dc7640ac902d722b1b473f.tar.gz gdb-9a8d6a757d29ad8c80dc7640ac902d722b1b473f.tar.bz2 |
ld: Append -Wa,-mx86-used-note=no for S-records tests
Since x86 assembler may generate .note.gnu.property section and S-records
can't handle .note.gnu.property sections, add -mx86-used-note=no to
S-records tests on ELF/x86 targets to avoid .note.gnu.property section.
* testsuite/ld-srec/srec.exp: Append -Wa,-mx86-used-note=no to
CC and CXX on ELF/x86 targets.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3a0f6a8..a773d9e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2018-08-31 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/ld-srec/srec.exp: Append -Wa,-mx86-used-note=no to + CC and CXX on ELF/x86 targets. + +2018-08-31 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/ld-i386/i386.exp: (ASFLAGS): Save, append -mx86-used-note=no and restore. Pass -mx86-used-note=yes and -mx86-used-note=no to assembler. |