aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-10-17 11:27:13 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-10-17 11:27:13 +0000
commit5f31e9bc315703be11e7c2852efe601edecea697 (patch)
treee747013a6496f2ea2a886ec5e9669a5f81b82194 /gcc/doc
parent05dcec66a3d1d360d9acc8b0ace6ee3654aa2a6f (diff)
downloadgcc-5f31e9bc315703be11e7c2852efe601edecea697.zip
gcc-5f31e9bc315703be11e7c2852efe601edecea697.tar.gz
gcc-5f31e9bc315703be11e7c2852efe601edecea697.tar.bz2
collect2.c (COLLECT_PARSE_FLAG): Provide default.
* collect2.c (COLLECT_PARSE_FLAG): Provide default. (main): Use it. * doc/tm.texi (COLLECT_PARSE_FLAG): Document it. From-SVN: r72599
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 2a98681..8a0ff9b 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -7100,6 +7100,12 @@ This macro is effective only in a native compiler; @command{collect2} as
part of a cross compiler always uses @command{nm} for the target machine.
@end defmac
+@defmac COLLECT_PARSE_FLAG (@var{flag})
+Define this macro to be C code that examines @command{collect2} command
+line option @var{flag} and performs special actions if
+@command{collect2} needs to behave differently depending on @var{flag}.
+@end defmac
+
@defmac REAL_NM_FILE_NAME
Define this macro as a C string constant containing the file name to use
to execute @command{nm}. The default is to search the path normally for