On Sat, 18 Dec 2010, Peter Eisentraut wrote:

> This works, in fact, but the option -rdynamic is not documented.  I
> understand that GNU ld supports a whole host of legacy and compatibility
> options, but in case you don't want to document it, could you point out
> what the canonical option name is in your opinion so the glibc manual
> could be adjusted?

-rdynamic is the canonical name of the gcc option that, on some systems 
only (probably not all systems with GNU ld, though probably all systems 
supported by glibc) passes --export-dynamic to ld.  -rdynamic is not an ld 
option and --export-dynamic is not a gcc option.  -rdynamic is already 
documented in the GCC manual.

-- 
Joseph S. Myers
jos...@codesourcery.com

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

Reply via email to