ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / jump-reloc-veneers.s
CommitLineData
8fac3179
RR
1 .text
2 .syntax unified
3 .thumb_func
4 .global _start
5 .type _start,%function
6_start:
7 b.w dest
8
9 .section destsect, "x"
10 .thumb_func
11dest:
0f3ed549 12 b.n dest
This page took 0.4905 seconds and 4 git commands to generate.