[PR ld/25062] arm: sign extend the addend of R_ARM_TLS_GOTDESC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / armv4-bx.s
1 .text
2 .arch armv4
3 .global _start
4 .type _start, %function
5 _start:
6 bx lr
7 bx r0
8 bxeq r0
This page took 0.029741 seconds and 4 git commands to generate.