mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* gas/all/gas.exp (quad): Don't run on i960.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-02-16 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/all/gas.exp (quad): Don't run on i960.
|
||||
|
||||
2005-02-15 Nigel Stephens <nigel@mips.com>
|
||||
Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
@ -14,7 +18,8 @@
|
||||
|
||||
2005-02-15 Jan Beulich <jbeulich@novell.com>
|
||||
|
||||
* gas/ia64/dv-raw-err.l: Expect specific resource for RAW violation on b0.
|
||||
* gas/ia64/dv-raw-err.l: Expect specific resource for RAW
|
||||
violation on b0.
|
||||
* gas/ia64/regval.[ls]: New.
|
||||
* gas/ia64/ia64.exp: Run new test.
|
||||
|
||||
|
@ -196,7 +196,11 @@ if { [istarget "i*86-*-*pe*"] \
|
||||
}
|
||||
|
||||
run_dump_test sleb128
|
||||
|
||||
# .quad is 16 bytes on i960.
|
||||
if { ![istarget "i960-*-*"] } {
|
||||
run_dump_test quad
|
||||
}
|
||||
|
||||
load_lib gas-dg.exp
|
||||
dg-init
|
||||
|
Reference in New Issue
Block a user