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
Unknown Object (File)
Mon, Jun 8, 4:27 PM
Unknown Object (File)
Mon, May 25, 7:17 PM
Unknown Object (File)
Mon, May 25, 7:09 PM
Unknown Object (File)
Mon, May 25, 2:36 PM
Unknown Object (File)
Mon, May 25, 2:28 PM
Unknown Object (File)
Mon, May 25, 3:03 AM
Unknown Object (File)
Mon, May 25, 3:00 AM
Unknown Object (File)
Sun, May 24, 3:28 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.