History log of /netbsd/external/bsd/libc++/dist/libcxxrt/src/exception.cc (Results 1 – 6 of 6)
Revision Date Author Comments
# d678c5d4 30-May-2021 joerg <joerg@NetBSD.org>

Merge 47661d00cd4d6cd728ae31b0bb29a49a6c06272a


# 14cc3521 26-Jun-2015 pooka <pooka@NetBSD.org>

Fix gcc revision check for __cxa_begin_catch() declaration.

Now it matches what was introduced in upstream commit e426f95.

Fixes PR lib/49990 (libc++ fails to compile with g++ 5.1)


# e793739d 15-May-2014 joerg <joerg@NetBSD.org>

Import libcxxrt revision 4eb349088dda15d2de9a8c7b144c3f2d5f390269.
Restore support for 32bit architectures without 64bit CAS.
Support DWARF exception handling on ARM.


# 5192b81b 25-Dec-2013 joerg <joerg@NetBSD.org>

Import new snapshot of libcxxrt. Fixes demangling of anonymous
namespaces. Avoid use of old style (C) casts.


# f6239462 04-Jul-2013 joerg <joerg@NetBSD.org>

Import revision c61efa043b14378efbd69c9a2686d44ed46ae179 of libcxxrt.
This adds __cxa_deleted_virtual, some explicit store barriers before
lock releases and fixes ARM guard variable initialisation.


# 4cc2045a 17-May-2013 joerg <joerg@NetBSD.org>

Import libcxxrt b2396b5945d7a2697c4762c3e52dc6f732b2eebd from
https://github.com/pathscale/libcxxrt/.