Browse Source
2009-03-20 H.J. Lu <hongjiu.lu@intel.com> PR ld/9970 * ldlang.c (lang_end): Warn missing entry symbol for -pie. ld/testsuite/ 2009-03-20 H.J. Lu <hongjiu.lu@intel.com> PR ld/9970 * ld-pie/pie.exp: Use -fpie to compile. Run *.d tests. * ld-pie/start.d: New. * ld-pie/start.s: Likewise.cgen-1_1-branch
6 changed files with 35 additions and 3 deletions
@ -0,0 +1,8 @@ |
|||||
|
#name: missing entry symbol |
||||
|
#ld: -pie |
||||
|
#warning: .*: warning: cannot find entry symbol .* |
||||
|
#nm: -n |
||||
|
|
||||
|
#... |
||||
|
[0-9a-f]+ T +foo |
||||
|
#... |
||||
@ -0,0 +1,4 @@ |
|||||
|
.text |
||||
|
.globl foo |
||||
|
foo: |
||||
|
.byte 0 |
||||
Loading…
Reference in new issue