[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ld option -rdynamic not documented
From: |
Joseph S. Myers |
Subject: |
Re: ld option -rdynamic not documented |
Date: |
Sat, 18 Dec 2010 16:30:01 +0000 (UTC) |
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
address@hidden