x86: Don't generate GOT_symbol for PLT relocations
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / no-got.d
1 #objdump: -drwt
2 #name: i386 no-GOT
3
4 .*: +file format .*
5
6 SYMBOL TABLE:
7 0+ g F .text 00000000 foo
8 0+ \*UND\* 00000000 bar
9
10
11
12 Disassembly of section .text:
13
14 0+ <foo>:
15 +[a-f0-9]+: e9 fc ff ff ff jmp 1 <foo\+0x1> 1: R_386_PLT32 bar
16 +[a-f0-9]+: e8 fc ff ff ff call 6 <foo\+0x6> 6: R_386_PLT32 bar
17 #pass
This page took 0.036248 seconds and 4 git commands to generate.