mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
14 lines
386 B
D
14 lines
386 B
D
|
#source: ifunc-5-i386.s
|
||
|
#ld: -shared -m elf_i386 -z nocombreloc
|
||
|
#as: --32
|
||
|
#readelf: -r --wide
|
||
|
#target: x86_64-*-* i?86-*-*
|
||
|
|
||
|
Relocation section '.rel.got' at .*
|
||
|
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
|
||
|
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_GLOB_DAT[ ]+foo\(\)[ ]+foo
|
||
|
#...
|
||
|
Relocation section '.rel.plt' at .*
|
||
|
[ ]+Offset[ ]+Info[ ]+Type[ ]+.*
|
||
|
[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_JUMP_SLOT[ ]+foo\(\)[ ]+foo
|