* gas/arm/attr-order.d: Do not run this test for non-ELF based ARM
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumbver.s
1 @ Check that symbols created by .symver are marked as Thumb.
2
3 .thumb_set a_alias, a_body
4 .symver a_alias, a_export@VERSION
5 .type a_body, %function
6 .code 16
7 .thumb_func
8 a_body:
9 nop
This page took 0.028961 seconds and 4 git commands to generate.