Support different ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / cortex-a8-fix-hdr.s
1 .syntax unified
2
3 .section .text, "ax"
4
5 .align 5
6 .globl _start
7 .thumb_func
8 _start:
9 .rept 13
10 nop
11 .endr
12 eor r0, r1, r2
13 b.w _start
14
This page took 0.032961 seconds and 4 git commands to generate.