* mangle.c (write_encoding): Pass write_function_type the
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Feb 2001 21:46:06 +0000 (21:46 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Feb 2001 21:46:06 +0000 (21:46 +0000)
commit7c8696b28ec015eaaa569702f6fc9722976dcef3
treed70002c227d31ea58a034c1d945755f80f550a52
parentf7b79b4807c0e03b7b8a661711ecbf13a0939b09
* mangle.c (write_encoding): Pass write_function_type the
FUNCTION_DECL for the function being encoded.
(write_function_type): Pass it along to write_bare_function_type.
(write_bare_function_type): Pass it along to write_method_parms.
(write_method_parms): Don't mangle the compiler-generated
parameters to a constructor or destructor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39985 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/mangle.c