Add znver2 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app1.s
index fd63b8188af539e30a2726dc357e16f250f3c43b..5cc7a075b0c12ff6256a4baaa6e89774b4007db1 100644 (file)
@@ -1,10 +1,12 @@
 #NO_APP
  .text
  .macro foo
+ .globl a
 a:
  .long 42
  .endm
 #APP
  foo
+ .globl b
 b:
  .long 56
This page took 0.023025 seconds and 4 git commands to generate.