AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-22.d
CommitLineData
e30d1fa1
SN
1#source: emit-relocs-22.s
2#as: -mabi=ilp32
3#ld: -m [aarch64_choose_ilp32_emul] -T relocs-ilp32.ld --defsym foo1=0x12345 --defsym foo2=0x1234 -e0 --emit-relocs
4#objdump: -dr
5
6.*: +file format .*
7
8
9Disassembly of section \.text:
10
11.* <\.text>:
12 +10000: 528468ad mov w13, #0x2345 // #9029
13 +10000: R_AARCH64_P32_MOVW_PREL_G0 foo1
14 +10004: 129db9f1 mov w17, #0xffff1230 // #-60880
15 +10004: R_AARCH64_P32_MOVW_PREL_G0 foo2
This page took 0.032617 seconds and 4 git commands to generate.