bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/5533] ld -e (--entry) is too quiet on bad symbol names


From: drow at sources dot redhat dot com
Subject: [Bug ld/5533] ld -e (--entry) is too quiet on bad symbol names
Date: 9 Jan 2008 16:25:30 -0000

------- Additional Comments From drow at sources dot redhat dot com  2008-01-09 
16:25 -------
Sorry, that's not what I meant.  -shared, ENTRY, and not found is valid not to
warn.  -shared, -e, and not found is different.

What do you think of this?

   if (link_info.relocatable || link_info.shared)
-    warn = FALSE;
+    warn = entry_from_cmdline;
   else


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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

------- 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]