spu-elf and z80-coff fail this test due to "def" being a pseudo-op.
tic30-unknown-coff fails it due to '#' not starting comments.
* testsuite/gas/macros/altmacro.s: Use /* */ comments. Rename
DEF to EDF.
-# Check use of LOCAL directive inside .altmacro.
-# Test derived from PR 11507.
+/* Check use of LOCAL directive inside .altmacro.
+ Test derived from PR 11507. */
.altmacro
.print "local "
.endm
- .macro DEF
+ .macro EDF
LOCAL fred
.print "fred"
.endm
-# This one is just being perverse, but it should work.
+/* This one is just being perverse, but it should work. */
.macro GHI
local local
.print "local"
ABC
- DEF
+ EDF
GHI