ld: Pass -fno-sanitize=all to tests with linker
[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
78da84f9 3#ld: -Ttext 0x20000000 -e 0x20000000
77434823
MR
4#objdump: -dr --prefix-addresses --show-raw-insn
5
6.*: +file format .*mips.*
7
8Disassembly 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.19824 seconds and 4 git commands to generate.