Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app4.s
1 .text
2 .macro foo
3 .globl a
4 a:
5 .long 42
6 .endm
7 .include "app4b.s"
8 foo
9 .globl b
10 b:
11 .long 56
This page took 0.032909 seconds and 4 git commands to generate.