[MIPS] Add Loongson 2K1000 proccessor support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jal-global-overflow-0.d
1 #name: MIPS JAL to global symbol overflow 0
2 #source: jal-global-overflow.s
3 #ld: -Ttext 0x20000000 -e 0x20000000
4 #objdump: -dr --prefix-addresses --show-raw-insn
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 \.\.\.
10 [0-9a-f]+ <[^>]*> 0c001000 jal 20004000 <bar>
11 [0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
12 [0-9a-f]+ <[^>]*> 0c000800 jal 20002000 <foo>
13 [0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
14 \.\.\.
15 [0-9a-f]+ <[^>]*> 0c000800 jal 20002000 <foo>
16 [0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
17 [0-9a-f]+ <[^>]*> 0c001000 jal 20004000 <bar>
18 [0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
19 \.\.\.
This page took 0.030083 seconds and 4 git commands to generate.