Changeset 2073


Ignore:
Timestamp:
Jun 25, 2005, 2:14:34 AM (20 years ago)
Author:
bird
Message:

no _imp prefix for dllimport.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.c

    • Property cvs2svn:cvs-rev changed from 1.29 to 1.30
    r2072 r2073  
    844844
    845845  newname = alloca (strlen (oldname) + 11);
    846   sprintf (newname, "%ci._imp__%s", DLL_IMPORT_EXPORT_PREFIX, oldname);
     846  sprintf (newname, "%ci.%s", DLL_IMPORT_EXPORT_PREFIX, oldname);
    847847
    848848  /* We pass newname through get_identifier to ensure it has a unique
Note: See TracChangeset for help on using the changeset viewer.