MIPS: Verify the ISA mode and alignment of branch and jump targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jal-global-overflow-0.d
CommitLineData
77434823
MR
1#name: MIPS JAL to global symbol overflow 0
2#source: jal-global-overflow.s
3#as: -EB -32
4#ld: -EB -Ttext 0x20000000 -e 0x20000000
5#objdump: -dr --prefix-addresses --show-raw-insn
6
7.*: +file format .*mips.*
8
9Disassembly of section \.text:
10 \.\.\.
11[0-9a-f]+ <[^>]*> 0c001000 jal 20004000 <bar>
12[0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
13[0-9a-f]+ <[^>]*> 0c000800 jal 20002000 <foo>
14[0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
15 \.\.\.
16[0-9a-f]+ <[^>]*> 0c000800 jal 20002000 <foo>
17[0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
18[0-9a-f]+ <[^>]*> 0c001000 jal 20004000 <bar>
19[0-9a-f]+ <[^>]*> 00000027 nor zero,zero,zero
20 \.\.\.
This page took 0.030365 seconds and 4 git commands to generate.