diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-01 18:45:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-01 18:45:28 +0000 |
commit | b89dc911b33013c93da4a9441d5f39d59ba01d68 (patch) | |
tree | bb6465f2129aceef4f45e08e0e2f8d9c742b98b6 /gcc/doc | |
parent | e367a231c50bcc91ada0e997325c448c49efc2e6 (diff) | |
download | gcc-b89dc911b33013c93da4a9441d5f39d59ba01d68.zip gcc-b89dc911b33013c93da4a9441d5f39d59ba01d68.tar.gz gcc-b89dc911b33013c93da4a9441d5f39d59ba01d68.tar.bz2 |
collect2.c (COLLECT_PARSE_FLAG): Remove.
* collect2.c (COLLECT_PARSE_FLAG): Remove.
(main): Remove a reference to COLLECT_PARSE_FLAG
* system.h: Poison COLLECT_PARSE_FLAG.
* doc/tm.texi (COLLECT_PARSE_FLAG): Remove.
From-SVN: r88406
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 8208a89..102d4f8 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -7231,12 +7231,6 @@ 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 |