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 
9 Disassembly 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
16