mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* gas/arm/arm.exp: Add "undefined" test.
* gas/arm/undefined.s, gas/arm/undefined.l: New files.
This commit is contained in:
parent
e864cecab0
commit
34cc4ecc82
@ -1,3 +1,8 @@
|
||||
2004-01-23 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gas/arm/arm.exp: Add "undefined" test.
|
||||
* gas/arm/undefined.s, gas/arm/undefined.l: New files.
|
||||
|
||||
2004-01-23 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* gas/mips/macro-warn-[1234].[sdl]: New tests.
|
||||
|
@ -86,6 +86,8 @@ if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
|
||||
}
|
||||
|
||||
gas_test "offset.s" "" $stdoptlist "OFFSET_IMM regression"
|
||||
|
||||
run_errors_test "undefined" "" "Undefined local label error"
|
||||
}
|
||||
|
||||
# Not all arm targets are bi-endian, so only run this test on ones
|
||||
|
2
gas/testsuite/gas/arm/undefined.l
Normal file
2
gas/testsuite/gas/arm/undefined.l
Normal file
@ -0,0 +1,2 @@
|
||||
[^:]*: Assembler messages:
|
||||
[^:]*:1: Error: undefined local label `\.Lval'
|
1
gas/testsuite/gas/arm/undefined.s
Normal file
1
gas/testsuite/gas/arm/undefined.s
Normal file
@ -0,0 +1 @@
|
||||
ldr a1, .Lval
|
Loading…
Reference in New Issue
Block a user