* gas/all/assign.s: New.
* gas/all/assign.d: New. * gas/all/gas.exp: Run it.
This commit is contained in:
parent
dcd5e84970
commit
6efba98792
4 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-04-15 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/all/assign.s: New.
|
||||
* gas/all/assign.d: New.
|
||||
* gas/all/gas.exp: Run it.
|
||||
|
||||
2005-04-13 Maciej W. Rozycki <macro@linux-mips.org>
|
||||
|
||||
* gas/mips/ldstla-32.s: Exclude offsets that are now meant to fail
|
||||
|
|
6
gas/testsuite/gas/all/assign.d
Normal file
6
gas/testsuite/gas/all/assign.d
Normal file
|
@ -0,0 +1,6 @@
|
|||
#objdump : -r
|
||||
#name : assignment tests
|
||||
|
||||
#...
|
||||
.*zzz.*
|
||||
.*zzz.*
|
7
gas/testsuite/gas/all/assign.s
Normal file
7
gas/testsuite/gas/all/assign.s
Normal file
|
@ -0,0 +1,7 @@
|
|||
x = zzz
|
||||
x = x+1
|
||||
.long x
|
||||
|
||||
y = 1
|
||||
y = y+zzz
|
||||
.long y
|
|
@ -195,6 +195,7 @@ if { ([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-openbsd*"]) \
|
|||
gas_test "fastcall.s" "" "" "fastcall labels"
|
||||
}
|
||||
|
||||
run_dump_test assign
|
||||
run_dump_test sleb128
|
||||
|
||||
# .quad is 16 bytes on i960.
|
||||
|
|
Loading…
Reference in a new issue