mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
11 lines
279 B
Makefile
11 lines
279 B
Makefile
#name: PIE with undefined symbol
|
|
#as: --64
|
|
#ld: -pie -melf_x86_64 --noinhibit-exec -z notext
|
|
#readelf: -s --wide
|
|
#warning: \A[^\n]*\.o[^\n]*in function `_start':\n[^\n]*: undefined reference to `foo'\Z
|
|
|
|
#failif
|
|
#...
|
|
+[0-9]+: +[0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +UND foo
|
|
#...
|