diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-08-31 04:38:12 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-08-31 04:38:25 -0700 |
commit | 0f60cce3e191b9e72e7577a0da73ecc5e9ba353b (patch) | |
tree | e92f12d19b1924e1103ebba1d1207e2c1fed2e40 /binutils/ChangeLog | |
parent | 6c0d3bdec7f1728a064a916145c6d79058e6e3d7 (diff) | |
download | gdb-0f60cce3e191b9e72e7577a0da73ecc5e9ba353b.zip gdb-0f60cce3e191b9e72e7577a0da73ecc5e9ba353b.tar.gz gdb-0f60cce3e191b9e72e7577a0da73ecc5e9ba353b.tar.bz2 |
binutils: Adjusted tests for .note.gnu.property section
Since x86 assembler may generate .note.gnu.property section, adjust
binutils tests to handle it.
* testsuite/binutils-all/readelf.s-64: Adjusted for
.note.gnu.property section.
* testsuite/binutils-all/strip-3.d: Also strip
.note.gnu.property section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 99f76cd..c993ad5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ 2018-08-31 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/binutils-all/readelf.s-64: Adjusted for + .note.gnu.property section. + * testsuite/binutils-all/strip-3.d: Also strip + .note.gnu.property section. + +2018-08-31 H.J. Lu <hongjiu.lu@intel.com> + * testsuite/binutils-all/i386/compressed-1b.d: Pass -mx86-used-note=no to assembler. * testsuite/binutils-all/i386/compressed-1c.d: Likewise. |