summaryrefslogtreecommitdiff
path: root/lib/libcxxrt/Version.map
AgeCommit message (Expand)Author
2024-08-21libcxxrt: Add a stub implementation of __cxa_call_terminateJohn Baldwin
2024-04-16libcxxrt: don't export nonexistant symbolsBrooks Davis
2024-01-25Merge libcxxrt master 03c83f5a57be8c5b1a29a68de5638744f17d28baDimitry Andric
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2019-07-26Merge libcxxrt master f96846efbfd508f66d91fcbbef5dd808947c7f6d.Dimitry Andric
2018-01-23libcxxrt: Move mangled symbols out of extern "C++" in Version.mapEd Maste
2017-11-03Export std::get_new_handler() from libcxxrt.soAlex Richardson
2017-02-22Surround any unmangled C++ names in libcxxrt's version map with 'externDimitry Andric
2017-02-21Add __int128-related symbols to libcxxrt's version map. Put these intoDimitry Andric
2016-06-29libcxxrt: correct mangled "typeinfo name" symbols in Version.mapEd Maste
2015-10-05Add std::uncaught_exceptions() to libcxxrt (C++17, see N4152 and N4259).Dimitry Andric
2015-06-23Add __cxa_deleted_virtual to libcxxrt's version map.Dimitry Andric
2014-10-21Add support for __cxa_throw_bad_array_new_length in libcxxrtBaptiste Daroussin
2014-01-11Add missing C++11 typeinfos to the libcxxrt version script.David Chisnall
2013-02-03Add several missing symbols to libcxxrt's symbol version map, and removeDimitry Andric
2013-01-28Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrtDavid Chisnall
2012-06-11Clean up some symbol versions for libsupc++ / libcxxrt.David Chisnall
2012-03-20Import new version of libcxxrt. Now works correctly with libobjc2 to implementDavid Chisnall
2012-03-19Add symbol versioning to libcxxrt.David Chisnall