Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app3.s
index 7d950c5dd1b4a81988a4639556016bcc9e0855c4..3547aabc23f5e6dcd44a9cf04e6e9beaf787db6e 100644 (file)
@@ -1,16 +1,16 @@
 #NO_APP
  .text
  .macro foo
- .globl a
-a:
+ .globl label_a
+label_a:
  .long 42
  .endm
 #APP
  foo
- .globl b
-b:
+ .globl label_b
+label_b:
  .long 56
 #NO_APP
- .globl c
-c:
+ .globl label_c
+label_c:
  .long 78
This page took 0.024516 seconds and 4 git commands to generate.