AArch64/Arm: Update testcases fixing endiannes and linux targets
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / out-of-order.s
1 .text
2 .global v1
3 .section .func1,"ax",@progbits
4 .type v1 %function
5 .size v1, 4
6 v1:
7 add x0, x0, x1
8 .word 0
9
10 .section .func2,"ax",@progbits
11 add x0, x0, x1
12
13 .section .func3,"ax",@progbits
14 add x0, x0, x1
15 add x0, x0, x1
16 add x0, x0, x1
17 add x0, x0, x1
18 add x0, x0, x1
19 .word 0
20
21 .data
22 .section .global,"aw",@progbits
23 .xword 0
24 .xword 0
25 .xword 0
26
27 .section .rodata
28 .word 0
This page took 0.029727 seconds and 4 git commands to generate.