diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-08-10 07:53:50 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-08-10 07:53:50 -0700 |
commit | 11459a79d97842a64961a35472bb8d67ed0fcf22 (patch) | |
tree | 381a60d88d493ac489ae701281e1fbbb38d88967 /binutils | |
parent | dbd534fee4a3d6479e4a84f0cd79bd188d94f4d0 (diff) | |
download | gdb-11459a79d97842a64961a35472bb8d67ed0fcf22.zip gdb-11459a79d97842a64961a35472bb8d67ed0fcf22.tar.gz gdb-11459a79d97842a64961a35472bb8d67ed0fcf22.tar.bz2 |
Skip PR binutils/23494 tests for nacl targets
PR binutils/23494 tests pass "-O elf64-x86-64" and "-O elf32-x86-64"
to objcopy which may not supported for nacl targets. This patch skips
these tests for nacl targets.
* testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
targets.
* testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
* testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
* testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
* testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
* testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
* testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
* testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 12 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/pr23494a-x32.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/pr23494a.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/pr23494b-x32.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/pr23494b.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/pr23494c-x32.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/pr23494c.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/pr23494d-x32.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/pr23494d.d | 1 |
9 files changed, 20 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8dd2d78..b618044 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2018-08-10 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl + targets. + * testsuite/binutils-all/x86-64/pr23494a.d: Likewise. + * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise. + * testsuite/binutils-all/x86-64/pr23494b.d: Likewise. + * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise. + * testsuite/binutils-all/x86-64/pr23494c.d: Likewise. + * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise. + * testsuite/binutils-all/x86-64/pr23494d.d: Likewise. + 2018-08-08 H.J. Lu <hongjiu.lu@intel.com> PR binutils/23494 diff --git a/binutils/testsuite/binutils-all/x86-64/pr23494a-x32.d b/binutils/testsuite/binutils-all/x86-64/pr23494a-x32.d index 6171e3c..67e3aab 100644 --- a/binutils/testsuite/binutils-all/x86-64/pr23494a-x32.d +++ b/binutils/testsuite/binutils-all/x86-64/pr23494a-x32.d @@ -3,6 +3,7 @@ #as: --x32 #objcopy: -O elf64-x86-64 #readelf: -n +#not-target: x86_64-*-nacl* Displaying notes found in: .note.gnu.property Owner Data size Description diff --git a/binutils/testsuite/binutils-all/x86-64/pr23494a.d b/binutils/testsuite/binutils-all/x86-64/pr23494a.d index 5e8b0b6..06c1938 100644 --- a/binutils/testsuite/binutils-all/x86-64/pr23494a.d +++ b/binutils/testsuite/binutils-all/x86-64/pr23494a.d @@ -3,6 +3,7 @@ #as: --64 -defsym __64_bit__=1 #objcopy: -O elf32-x86-64 #readelf: -n +#not-target: x86_64-*-nacl* Displaying notes found in: .note.gnu.property Owner Data size Description diff --git a/binutils/testsuite/binutils-all/x86-64/pr23494b-x32.d b/binutils/testsuite/binutils-all/x86-64/pr23494b-x32.d index e0b351b..f923e2f 100644 --- a/binutils/testsuite/binutils-all/x86-64/pr23494b-x32.d +++ b/binutils/testsuite/binutils-all/x86-64/pr23494b-x32.d @@ -3,3 +3,4 @@ #as: --x32 #objcopy: -O elf64-x86-64 -R .note.gnu.property #readelf: -n +#not-target: x86_64-*-nacl* diff --git a/binutils/testsuite/binutils-all/x86-64/pr23494b.d b/binutils/testsuite/binutils-all/x86-64/pr23494b.d index 69c5340..4916be0 100644 --- a/binutils/testsuite/binutils-all/x86-64/pr23494b.d +++ b/binutils/testsuite/binutils-all/x86-64/pr23494b.d @@ -3,3 +3,4 @@ #as: --64 -defsym __64_bit__=1 #objcopy: -O elf32-x86-64 -R .note.gnu.property #readelf: -n +#not-target: x86_64-*-nacl* diff --git a/binutils/testsuite/binutils-all/x86-64/pr23494c-x32.d b/binutils/testsuite/binutils-all/x86-64/pr23494c-x32.d index 3f213dc..c4a9414 100644 --- a/binutils/testsuite/binutils-all/x86-64/pr23494c-x32.d +++ b/binutils/testsuite/binutils-all/x86-64/pr23494c-x32.d @@ -3,6 +3,7 @@ #as: --x32 #objcopy: -O elf64-x86-64 #readelf: -n +#not-target: x86_64-*-nacl* Displaying notes found in: .note.gnu.property Owner Data size Description diff --git a/binutils/testsuite/binutils-all/x86-64/pr23494c.d b/binutils/testsuite/binutils-all/x86-64/pr23494c.d index 62500a8..545777a 100644 --- a/binutils/testsuite/binutils-all/x86-64/pr23494c.d +++ b/binutils/testsuite/binutils-all/x86-64/pr23494c.d @@ -3,6 +3,7 @@ #as: --64 -defsym __64_bit__=1 #objcopy: -O elf32-x86-64 #readelf: -n +#not-target: x86_64-*-nacl* Displaying notes found in: .note.gnu.property Owner Data size Description diff --git a/binutils/testsuite/binutils-all/x86-64/pr23494d-x32.d b/binutils/testsuite/binutils-all/x86-64/pr23494d-x32.d index 106e6c0..264c9d9 100644 --- a/binutils/testsuite/binutils-all/x86-64/pr23494d-x32.d +++ b/binutils/testsuite/binutils-all/x86-64/pr23494d-x32.d @@ -3,6 +3,7 @@ #as: --x32 #objcopy: -O elf64-x86-64 --decompress-debug-sections #readelf: -n +#not-target: x86_64-*-nacl* Displaying notes found in: .note.gnu.property Owner Data size Description diff --git a/binutils/testsuite/binutils-all/x86-64/pr23494d.d b/binutils/testsuite/binutils-all/x86-64/pr23494d.d index bcbcbc5..3237eca 100644 --- a/binutils/testsuite/binutils-all/x86-64/pr23494d.d +++ b/binutils/testsuite/binutils-all/x86-64/pr23494d.d @@ -3,6 +3,7 @@ #as: --64 -defsym __64_bit__=1 #objcopy: -O elf32-x86-64 --decompress-debug-sections #readelf: -n +#not-target: x86_64-*-nacl* Displaying notes found in: .note.gnu.property Owner Data size Description |