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