K 10 svn:author V 11 arichardson K 8 svn:date V 27 2017-11-03T12:52:59.363054Z K 7 svn:log V 449 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 END