Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapping.s
CommitLineData
6057a28f
NC
1 .text
2 .arm
3 .global mapping
4mapping:
5 nop
6 bl mapping
7
8 .global thumb_mapping
9 .thumb_func
10thumb_mapping:
11 .thumb
12 nop
13 bl thumb_mapping
14
15 .data
16 .word 0x123456
17
18 .section foo,"ax"
19 nop
This page took 0.502473 seconds and 4 git commands to generate.