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.
This commit is contained in:
Alan Modra
2021-01-25 15:18:55 +10:30
parent 4287950e54
commit 9886ff0319
5 changed files with 7 additions and 14 deletions

View File

@ -1,3 +1,10 @@
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

View File

@ -1,4 +0,0 @@
#name: bad byte directive
#error_output: byte.l
# Quoted expressions are now allowed in .byte (and similar) expressions.
#skip: *-*-*

View File

@ -1,3 +0,0 @@
[^:]*: Assembler messages:
[^:]*:1: Error: unexpected `"' in expression
[^:]*:2: Error: unexpected `"' in expression

View File

@ -1,2 +0,0 @@
.byte " "
.byte " "

View File

@ -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