From b89dc911b33013c93da4a9441d5f39d59ba01d68 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 1 Oct 2004 18:45:28 +0000 Subject: 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 --- gcc/doc/tm.texi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/doc') 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 -- cgit v1.1