Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app4.s
index 1966514fe3d7d8f29c7d3a97d0f04f789d828a28..a4ed8227816166b605a4822fc232ddd00956271b 100644 (file)
@@ -1,11 +1,11 @@
  .text
  .macro foo
- .globl a
-a:
+ .globl label_a
+label_a:
  .long 42
  .endm
  .include "app4b.s"
  foo
- .globl b
-b:
+ .globl label_b
+label_b:
  .long 56
This page took 0.02581 seconds and 4 git commands to generate.