PR c++/16030
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 21 Aug 2004 08:02:03 +0000 (08:02 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Sat, 21 Aug 2004 08:02:03 +0000 (08:02 +0000)
commit23d34220ca3ee433ccb8d4740011ce33f5e55e66
tree484693e3fa202f69c7fa4a4a3400eb83b31ec6a2
parent8f63f56bd1784f27d4869118c9e28045c66229b5
PR  c++/16030
* config/i386/winnt/c (gen_stdcall_suffix, gen_fastcall_suffix):
Remove, merging into ...
(gen_stdcall_or_fastcall_suffix): New function, returning tree
rather than const char*, and accepting additional parameter.
Don't add suffix to '*'-prefixed symbols or variadic functions.
(i386_pe_encode_section_info): Adjust for call to new function.
Call change_decl_assembler_name.

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