winnt.c (DLL_IMPORT_PREFIX): New define.
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 12 Mar 2003 08:59:29 +0000 (08:59 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Wed, 12 Mar 2003 08:59:29 +0000 (08:59 +0000)
commit6ca23bff71cdeddab002b28c86d09364ea435850
tree0ae82257883f173ce93238a6ac745daffb87529e
parent9b73c90a3b78e8b5d50ba9afbe2dc6317a1c066c
winnt.c (DLL_IMPORT_PREFIX): New define.

* config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
(DLL_EXPORT_PREFIX): New define. Use throughout instead of
DLL_IMPORT_EXPORT_PREFIX and "i."
(i386_pe_dllexport_name_p): Here.
(i386_pe_dllimport_name_p): Here.
        (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
not 9 chars when getting identifier name.
(i386_pe_mark_dllimport): Here.
(i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
not 9 chars when getting identifier name. Correct comment.
(i386_pe_strip_name_encoding): Here. Add comments for different
cases.
(gen_fastcall_suffix): Break down xmalloc() argument to
components.
(gen_stdcall_suffix): Likewise.
Update copyright year.

From-SVN: r64227
gcc/ChangeLog
gcc/config/i386/winnt.c