This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / ld / testsuite / ld-arm / thumb-entry.s
1         .text
2         .arch armv4t
3         .thumb
4         .global _start
5         .thumb_func
6 _start:
7         bx lr
8