Last change
on this file since 1968 was 1968, checked in by Silvan Scherrer, 8 years ago |
binutils: update vendor to version 2.27. some files are missing, due to a svn bug with @ in the name. But as it's only in the testsuite I don't care atm
|
File size:
269 bytes
|
Line | |
---|
1 | #name: PIE with undefined symbol
|
---|
2 | #as: --64
|
---|
3 | #ld: -pie -melf_x86_64 --noinhibit-exec
|
---|
4 | #readelf: -s --wide
|
---|
5 | #warning: \A[^\n]*\.o[^\n]*In function `_start':\n[^\n]*: undefined reference to `foo'\Z
|
---|
6 |
|
---|
7 | #failif
|
---|
8 | #...
|
---|
9 | +[0-9]+: +[0-9a-f]+ +0 +NOTYPE +GLOBAL +DEFAULT +UND foo
|
---|
10 | #...
|
---|
Note:
See
TracBrowser
for help on using the repository browser.