From: Richard Stallman Date: Wed, 21 Jul 1993 03:41:16 +0000 (+0000) Subject: Finish last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c52d2678eda8c7d7fda087a4ec60a8fc08adcdd1;p=gcc.git Finish last change. From-SVN: r4948 --- diff --git a/gcc/collect2.c b/gcc/collect2.c index e65cc16e2a8..a7f0f4fbd99 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -384,8 +384,8 @@ is_ctor_dtor (s) static struct names special[] = { #ifdef NO_DOLLAR_IN_LABEL #ifdef NO_DOT_IN_LABEL - { "GLOBAL__I_", sizeof ("___GLOBAL__I_")-1, 1, 0 }, - { "GLOBAL__D_", sizeof ("___GLOBAL__D_")-1, 2, 0 }, + { "GLOBAL__I_", sizeof ("GLOBAL__I_")-1, 1, 0 }, + { "GLOBAL__D_", sizeof ("GLOBAL__D_")-1, 2, 0 }, #else { "GLOBAL_.I.", sizeof ("GLOBAL_.I.")-1, 1, 0 }, { "GLOBAL_.D.", sizeof ("GLOBAL_.D.")-1, 2, 0 },