aarch64 and arm testsuite fixes for targets lacking shared libs
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-515-be.d
1 #source: emit-relocs-515.s
2 #target: [check_shared_lib_support]
3 #ld: -shared -T relocs.ld -e0
4 #notarget: aarch64-*-*
5 #objdump: -dr
6 #...
7
8 Disassembly of section .text:
9
10 0000000000010000 \<test\>:
11 10000: 580000e1 ldr x1, 1001c \<test\+0x1c\>
12 10004: 100000c2 adr x2, 1001c \<test\+0x1c\>
13 10008: 8b020021 add x1, x1, x2
14 1000c: d2a00000 movz x0, #0x0, lsl #16
15 10010: 8b000020 add x0, x1, x0
16 10014: 9400000c bl 10044 \<.*\>
17 10018: d503201f nop
18 1001c: 00000000 .word 0x00000000
19 10020: 0000ffe4 .word 0x0000ffe4
20
21 Disassembly of section .plt:
22
23 0000000000010024 \<.plt\>:
24 10024: a9bf7bf0 stp x16, x30, \[sp, #-16\]!
25 10028: 90000090 adrp x16, 20000 \<_GLOBAL_OFFSET_TABLE_\>
26 1002c: f9401611 ldr x17, \[x16, #40\]
27 10030: 9100a210 add x16, x16, #0x28
28 10034: d61f0220 br x17
29 10038: d503201f nop
30 1003c: d503201f nop
31 10040: d503201f nop
32 10044: 90000090 adrp x16, 20000 \<_GLOBAL_OFFSET_TABLE_\>
33 10048: f9401a11 ldr x17, \[x16, #48\]
34 1004c: 9100c210 add x16, x16, #0x30
35 10050: d61f0220 br x17
This page took 0.030672 seconds and 4 git commands to generate.