OSDN Git Service

* collect2.c (write_c_file): Wrap the ctor/dtor lists and fns with
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Dec 1996 23:58:22 +0000 (23:58 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Dec 1996 23:58:22 +0000 (23:58 +0000)
commit58c3cb6886b350211eda265d57c23bf16484d236
tree0444499903b8c6465c0e9bafd488e95e1e58abbb
parent9a7aa5dfdd1dd56e7b99ca1e4800ed1e8a9b4eb6
* collect2.c (write_c_file): Wrap the ctor/dtor lists and fns with
`extern "C" { ... }', to avoid having the fn names mangled with
the C++ driver.

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