Add R_386_GOT32X support to gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / branch1.d
1 #as: --32
2 #ld: -melf_i386
3 #objdump: -dw
4
5 .*: +file format .*
6
7
8 Disassembly of section .text:
9
10 #...
11 [ ]*[a-f0-9]+: 67 e8 ([0-9a-f]{2} ){4} * addr16 call +[a-f0-9]+ <foo>
12 [ ]*[a-f0-9]+: 67 e8 ([0-9a-f]{2} ){4} * addr16 call +[a-f0-9]+ <bar>
13 [ ]*[a-f0-9]+: e9 ([0-9a-f]{2} ){4} * jmp +[a-f0-9]+ <foo>
14 [ ]*[a-f0-9]+: 90 nop
15 [ ]*[a-f0-9]+: e9 ([0-9a-f]{2} ){4} * jmp +[a-f0-9]+ <bar>
16 [ ]*[a-f0-9]+: 90 nop
17 #pass
This page took 0.032973 seconds and 4 git commands to generate.