* gas/all/assign.d: New.
* gas/all/gas.exp: Run it.
+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
--- /dev/null
+#objdump : -r
+#name : assignment tests
+
+#...
+.*zzz.*
+.*zzz.*
--- /dev/null
+ x = zzz
+ x = x+1
+ .long x
+
+ y = 1
+ y = y+zzz
+ .long y
gas_test "fastcall.s" "" "" "fastcall labels"
}
+run_dump_test assign
run_dump_test sleb128
# .quad is 16 bytes on i960.