10 lines
262 B
D
10 lines
262 B
D
|
#name: PIE with undefined symbol
|
||
|
#as: --64
|
||
|
#ld: -pie -melf_x86_64 --noinhibit-exec
|
||
|
#readelf: -s --wide
|
||
|
#warning: \A[^\n]*\.o[^\n]*In function `_start':\n[^\n]*: undefined reference to `foo'\Z
|
||
|
|
||
|
#...
|
||
|
+[0-9]+: +[0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +UND foo
|
||
|
#pass
|