bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/9970] New: -pie doesn't warn missing entry symbol


From: hjl dot tools at gmail dot com
Subject: [Bug ld/9970] New: -pie doesn't warn missing entry symbol
Date: 20 Mar 2009 16:28:04 -0000

address@hidden tmp]$ cat s.c
foo ()
{
}
address@hidden tmp]$ gcc -c -fpie x.c
address@hidden tmp]$ ld -pie x.o
address@hidden tmp]$ ld  x.o
ld: warning: cannot find entry symbol _start; defaulting to 00000000004000e8
address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]