This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/49370] New: flags implemented in the specs file but undocumented
- From: "nlewycky at google dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 10 Jun 2011 20:32:08 +0000
- Subject: [Bug other/49370] New: flags implemented in the specs file but undocumented
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49370
Summary: flags implemented in the specs file but undocumented
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: nlewycky@google.com
Please document the "gcc -r" flag, it's equivalent to "-Wl,-r" but isn't listed
in the documentation on
http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html#Link-Options (or the option
summary).
gcc.c includes %{r} in its #define LINK_COMMAND_SPEC (as well as a few other
undocumented flags). Alternatively, if you think users are wrong to use those
flags directly, please let me know.