This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / blx-local.s
1 .text
2 .arch armv5t
3 .arm
4 one:
5 blx foo
6 blx foo2
7
8 .thumb
9 .type foo, %function
10 .thumb_func
11 foo:
12 nop
13 .type foo2, %function
14 .thumb_func
15 foo2:
16 nop
This page took 0.036433 seconds and 4 git commands to generate.