]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Export std::get_new_handler() from libcxxrt.so
authorarichardson <arichardson@FreeBSD.org>
Fri, 3 Nov 2017 12:52:59 +0000 (12:52 +0000)
committerarichardson <arichardson@FreeBSD.org>
Fri, 3 Nov 2017 12:52:59 +0000 (12:52 +0000)
commit8d42a1ea973d481505391d445e2dc157acf31bbc
tree9b1183336937fb3066efc30fc6a948115731788e
parent437b210e7429a2ece8366341a837d5f2add7a13d
Export std::get_new_handler() from libcxxrt.so

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.

Reviewed by: theraven, brooks (mentor), emaste
Approved by: trasz
Obtained from: CheriBSD
Differential Revision: https://reviews.freebsd.org/D11925
lib/libcxxrt/Version.map