------- Additional Comments From takis at xfree86 dot org  2009-12-11 16:41 
-------

simple solution (not implementing the most complicated -G size as gnu ld, jusr
-G as its used on a typical SVR4)

options.h

+  DEFINE_bool(G, options::ONE_DASH, '\0', false,
+              N_("Generate shared library"), NULL);

options.cc  

-  if (this->Bshareable())  
+  if ( (this->Bshareable()) || (this->G()) )
+    this->set_shared(true);



-- 


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

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