aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-01-25 15:18:55 +1030
committerAlan Modra <amodra@gmail.com>2021-01-26 20:54:43 +1030
commit9886ff0319bea94b694c6b84c8ab61c0fb058ac4 (patch)
tree063fdc56db3e424f9b2e4b892667f8801bf754a0 /gas
parent4287950e540900bfefa113f264c7f798b1616ee0 (diff)
downloadfsf-binutils-gdb-9886ff0319bea94b694c6b84c8ab61c0fb058ac4.zip
fsf-binutils-gdb-9886ff0319bea94b694c6b84c8ab61c0fb058ac4.tar.gz
fsf-binutils-gdb-9886ff0319bea94b694c6b84c8ab61c0fb058ac4.tar.bz2
gas byte test
skip *-*-* is a little silly, delete the test. * testsuite/gas/all/byte.d, * testsuite/gas/all/byte.l, * testsuite/gas/all/byte.s: Delete. * testsuite/gas/all/gas.exp: Don't run byte test.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
-rw-r--r--gas/testsuite/gas/all/byte.d4
-rw-r--r--gas/testsuite/gas/all/byte.l3
-rw-r--r--gas/testsuite/gas/all/byte.s2
-rw-r--r--gas/testsuite/gas/all/gas.exp5
5 files changed, 7 insertions, 14 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6d4af3e..767688c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
2021-01-26 Alan Modra <amodra@gmail.com>
+ * testsuite/gas/all/byte.d,
+ * testsuite/gas/all/byte.l,
+ * testsuite/gas/all/byte.s: Delete.
+ * testsuite/gas/all/gas.exp: Don't run byte test.
+
+2021-01-26 Alan Modra <amodra@gmail.com>
+
PR 27282
* testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32.
* testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match.
diff --git a/gas/testsuite/gas/all/byte.d b/gas/testsuite/gas/all/byte.d
deleted file mode 100644
index fd3c7dd..0000000
--- a/gas/testsuite/gas/all/byte.d
+++ /dev/null
@@ -1,4 +0,0 @@
-#name: bad byte directive
-#error_output: byte.l
-# Quoted expressions are now allowed in .byte (and similar) expressions.
-#skip: *-*-*
diff --git a/gas/testsuite/gas/all/byte.l b/gas/testsuite/gas/all/byte.l
deleted file mode 100644
index a87bb71..0000000
--- a/gas/testsuite/gas/all/byte.l
+++ /dev/null
@@ -1,3 +0,0 @@
-[^:]*: Assembler messages:
-[^:]*:1: Error: unexpected `"' in expression
-[^:]*:2: Error: unexpected `"' in expression
diff --git a/gas/testsuite/gas/all/byte.s b/gas/testsuite/gas/all/byte.s
deleted file mode 100644
index 8d60938..0000000
--- a/gas/testsuite/gas/all/byte.s
+++ /dev/null
@@ -1,2 +0,0 @@
- .byte " "
- .byte " "
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 380b0b0..ee24c0d 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -398,11 +398,6 @@ if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] && ![istarget "hppa*-
run_dump_test relax
}
-# powerpc and s390 allow a string argument to .byte
-if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000*-*-*"] && ![istarget "s390*-*-*"] } {
- run_dump_test byte
-}
-
run_dump_test quad
# poor little PDP-11 can't handle 16-byte values