Commit d36c3fe2 by Richard Kenner

(COFF scan_prog_file): Use the AIX duplicate entry.

From-SVN: r9898
parent 330446eb
...@@ -2490,7 +2490,7 @@ scan_prog_file (prog_name, which_pass) ...@@ -2490,7 +2490,7 @@ scan_prog_file (prog_name, which_pass)
/* All AIX function names have a duplicate entry beginning /* All AIX function names have a duplicate entry beginning
with a dot. */ with a dot. */
if (*name == '.') if (*name == '.')
continue; ++name;
#endif #endif
switch (is_ctor_dtor (name)) switch (is_ctor_dtor (name))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment