old-cross-binutils/gas/testsuite/gas/arm/mapping.s
2003-11-13 14:19:01 +00:00

19 lines
189 B
ArmAsm

.text
.arm
.global mapping
mapping:
nop
bl mapping
.global thumb_mapping
.thumb_func
thumb_mapping:
.thumb
nop
bl thumb_mapping
.data
.word 0x123456
.section foo,"ax"
nop