Commit 42eaff6f by David Edelsohn

add -bnoentry if no entry point for shared object

From-SVN: r11540
parent a88d48a4
......@@ -78,5 +78,5 @@ Boston, MA 02111-1307, USA. */
#undef LINK_SPEC
#define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\
%{static:-bnso %(link_syscalls) } %{!shared: %{g*: %(link_libg) }}\
%{shared:-bM:SRE}"
%{shared:-bM:SRE %{!e:-bnoentry}}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment