From d36c3fe262cb205ef83d863685fade5c12c4f7ef Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 7 Jun 1995 05:06:35 -0400 Subject: [PATCH] (COFF scan_prog_file): Use the AIX duplicate entry. From-SVN: r9898 --- gcc/collect2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2