[...@gnu-6 tmp]$ cat s.c
foo ()
{
}
[...@gnu-6 tmp]$ gcc -c -fpie x.c
[...@gnu-6 tmp]$ ld -pie x.o
[...@gnu-6 tmp]$ ld  x.o
ld: warning: cannot find entry symbol _start; defaulting to 00000000004000e8
[...@gnu-6 tmp]$

-- 
           Summary: -pie doesn't warn missing entry symbol
           Product: binutils
           Version: 2.20 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl dot tools at gmail dot com
                CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=9970

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to