2009-04-15 Christophe Lyon <christophe.lyon@st.com>
[deliverable/binutils-gdb.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
This page took 0.028986 seconds and 4 git commands to generate.