From: Richard Kenner Date: Wed, 7 Jun 1995 09:06:35 +0000 (-0400) Subject: (COFF scan_prog_file): Use the AIX duplicate entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d36c3fe262cb205ef83d863685fade5c12c4f7ef;p=gcc.git (COFF scan_prog_file): Use the AIX duplicate entry. From-SVN: r9898 --- diff --git a/gcc/collect2.c b/gcc/collect2.c index e6b67f6bfb5..5edae578ecb 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -2490,7 +2490,7 @@ scan_prog_file (prog_name, which_pass) /* All AIX function names have a duplicate entry beginning with a dot. */ if (*name == '.') - continue; + ++name; #endif switch (is_ctor_dtor (name))