Page MenuHomeFreeBSD

Export std::get_new_handler() from libcxxrt.so
ClosedPublic

Authored by arichardson on Aug 8 2017, 3:47 PM.
Tags
None
Referenced Files
F169233466: D11925.id34713.diff
Mon, Aug 31, 11:55 PM
F169200864: D11925.id34713.diff
Mon, Aug 31, 7:35 PM
Unknown Object (File)
Mon, Aug 31, 8:08 AM
Unknown Object (File)
Thu, Aug 27, 12:46 AM
Unknown Object (File)
Tue, Aug 25, 10:25 PM
Unknown Object (File)
Tue, Aug 25, 1:35 AM
Unknown Object (File)
Mon, Aug 24, 12:18 PM
Unknown Object (File)
Wed, Aug 12, 6:30 PM
Subscribers

Details

Summary

When trying to build world for MIPS64 with clang I was getting
linker errors because of a missing reference to std::get_new_handler().
It turns out std::get_new_handler() was not listed in Version.map so it was
marked as a local symbol in libcxxrt.so.

Obtained from: CheriBSD (https://github.com/CTSRD-CHERI/cheribsd/commit/f33ca065031020e307e21bef9a2074e777111f1e)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/libcxxrt/Version.map
329 ↗(On Diff #31762)

For consistency with stdlibc++ this should go in GLIBCXX_3.4.20, but I don't really know why this is done.

This revision is now accepted and ready to land.Nov 2 2017, 12:06 PM
This revision was automatically updated to reflect the committed changes.