mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
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:
@ -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
|
||||
|
@ -1,4 +0,0 @@
|
||||
#name: bad byte directive
|
||||
#error_output: byte.l
|
||||
# Quoted expressions are now allowed in .byte (and similar) expressions.
|
||||
#skip: *-*-*
|
@ -1,3 +0,0 @@
|
||||
[^:]*: Assembler messages:
|
||||
[^:]*:1: Error: unexpected `"' in expression
|
||||
[^:]*:2: Error: unexpected `"' in expression
|
@ -1,2 +0,0 @@
|
||||
.byte " "
|
||||
.byte " "
|
@ -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
|
||||
|
Reference in New Issue
Block a user