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)
Wed, May 20, 12:23 AM
Unknown Object (File)
Mon, May 18, 6:34 AM
Unknown Object (File)
Mon, May 18, 6:26 AM
Unknown Object (File)
Mon, May 4, 9:18 AM
Unknown Object (File)
Sun, May 3, 10:25 AM
Unknown Object (File)
Sun, May 3, 1:31 AM
Unknown Object (File)
Wed, Apr 29, 6:42 AM
Unknown Object (File)
Tue, Apr 28, 5:26 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.