Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app4b.s
index 45e6c4c3522877b0027f565562c4402dd1539e1a..626546bc637f289f2643349bed910c6815fc5f36 100644 (file)
@@ -1,12 +1,12 @@
 #NO_APP
- .globl d
-d:
+ .globl label_d
+label_d:
  .long 21
 #APP
  .if 0
 #NO_APP
  .err
- .globl x
-x:
+ .globl label_x
+label_x:
 #APP
  .endif
This page took 0.025454 seconds and 4 git commands to generate.