Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / jump-reloc-veneers-cond.s
1 .text
2 .syntax unified
3 .thumb_func
4 .global _start
5 .type _start,%function
6 _start:
7 bne dest
8
9 .section destsect, "x"
10 .thumb_func
11 dest:
12 bl dest
This page took 0.042988 seconds and 4 git commands to generate.