summaryrefslogtreecommitdiffstats
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-25 18:57:31 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-25 18:57:31 +0000
commit7cdd371650964bc767514349602a97f3d0c63866 (patch)
treec83f5ab5772ba18212fb37d7295dab9472fab541 /gcc/collect2.c
parent0380af667a285a97505410739baf3a894bdc2aeb (diff)
downloadppe42-gcc-7cdd371650964bc767514349602a97f3d0c63866.tar.gz
ppe42-gcc-7cdd371650964bc767514349602a97f3d0c63866.zip
* collect2.c (SYMBOL__MAIN): Remove.
* gcse.c (obstack_chunk_alloc): Remove. (gcse_alloc): Fix to count allocated bytes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55755 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index ea888e48fb6..0bf1608460b 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -140,11 +140,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Some systems use __main in a way incompatible with its use in gcc, in these
cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
- give the same symbol without quotes for an alternative entry point. You
- must define both, or neither. */
+ give the same symbol without quotes for an alternative entry point. */
#ifndef NAME__MAIN
#define NAME__MAIN "__main"
-#define SYMBOL__MAIN __main
#endif
/* This must match tree.h. */
OpenPOWER on IntegriCloud