(COFF scan_prog_file): Use the AIX duplicate entry.

From-SVN: r9898
This commit is contained in:
Richard Kenner 1995-06-07 05:06:35 -04:00
parent 330446eb52
commit d36c3fe262
1 changed files with 1 additions and 1 deletions

View File

@ -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))