* gas/macros/and.s: New.

* gas/macros/macros.exp: Assemble it.
This commit is contained in:
Alan Modra 2003-06-10 09:23:47 +00:00
parent d1b2d571cc
commit 405525ece7
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-06-10 Alan Modra <amodra@bigpond.net.au>
* gas/macros/and.s: New.
* gas/macros/macros.exp: Assemble it.
2003-06-10 Gary Hade <garyhade@us.ibm.com>
* gas/ppc/test2elf64.{s,d}: New test.

View File

@ -0,0 +1,9 @@
.set TFLAG_C, 1
.macro check
.if (0 & TFLAG_C)
.endif
.endm
.text
check

View File

@ -18,6 +18,8 @@ if { ![istarget *c54x*-*-*] && ![istarget *c4x*-*-*] } {
gas_test_error "err.s" "" "macro infinite recursion"
gas_test "and.s" "" "" "logical and in macro definition"
case $target_triplet in {
{ hppa*-*-* } { if [istarget *-*-linux*] { run_dump_test semi } }
{ *c4x*-*-* } { }