gdb: Convert language la_word_break_characters field to a method
[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.028952 seconds and 4 git commands to generate.