* gas/all/assign.s: New.

* gas/all/assign.d: New.
	* gas/all/gas.exp: Run it.
This commit is contained in:
Alan Modra 2005-04-15 06:06:42 +00:00
parent dcd5e84970
commit 6efba98792
4 changed files with 20 additions and 0 deletions

View File

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

View File

@ -0,0 +1,6 @@
#objdump : -r
#name : assignment tests
#...
.*zzz.*
.*zzz.*

View File

@ -0,0 +1,7 @@
x = zzz
x = x+1
.long x
y = 1
y = y+zzz
.long y

View File

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