This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/25824] --disable-hosted-libstdcxx causes build break in eh_globals.cc



------- Comment #2 from pedz at easesoftware dot net  2006-01-17 18:23 -------
Created an attachment (id=10661)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10661&action=view)
My  Patch

I used the same style that eh_alloc.cc used by adding an ifdef and changing the
calls in the code to just be "free" or "malloc" rather than "std::free".


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25824


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]