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)
Sat, Sep 5, 5:05 PM
Unknown Object (File)
Sat, Sep 5, 11:41 AM
Unknown Object (File)
Fri, Sep 4, 8:23 AM
Unknown Object (File)
Fri, Sep 4, 5:10 AM
Unknown Object (File)
Thu, Sep 3, 8:52 AM
Unknown Object (File)
Thu, Sep 3, 8:48 AM
Unknown Object (File)
Thu, Sep 3, 5:02 AM
Unknown Object (File)
Wed, Sep 2, 8:24 AM
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.