MIPS/LD: Accept high-part relocations in PIC code with absolute symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-1.d
1 #name: MIPS PIC relocation 1
2 #ld: -shared -T pic-reloc-absolute-hi.ld
3 #objdump: -d --prefix-addresses --show-raw-insn
4 #target: [check_shared_lib_support]
5 #source: pic-reloc-lui.s
6
7 .*: +file format .*mips.*
8
9 Disassembly of section \.text:
10 [0-9a-f]+ <[^>]*> 3c021234 lui v0,0x1234
11 [0-9a-f]+ <[^>]*> 24425678 addiu v0,v0,22136
12 [0-9a-f]+ <[^>]*> 3c021234 lui v0,0x1234
13 [0-9a-f]+ <[^>]*> 24425678 addiu v0,v0,22136
14 \.\.\.
This page took 0.037081 seconds and 4 git commands to generate.