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
F151134396: D11925.id.diff
Mon, Apr 6, 7:56 AM
F151105440: D11925.diff
Mon, Apr 6, 2:39 AM
Unknown Object (File)
Sun, Apr 5, 3:38 PM
Unknown Object (File)
Sun, Apr 5, 12:16 PM
Unknown Object (File)
Sat, Mar 28, 2:09 PM
Unknown Object (File)
Thu, Mar 19, 4:38 AM
Unknown Object (File)
Wed, Mar 18, 10:50 PM
Unknown Object (File)
Sun, Mar 15, 11:00 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12390
Build 12666: arc lint + arc unit

Event Timeline

lib/libcxxrt/Version.map
329

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.