freebsd-dev/contrib/libcxxrt
Dimitry Andric 2d23488dac Cherry-pick libcxxrt commit 8a853717e61d5d55cbdf74d9d0a7545da5d5ff92:
Author: David Chisnall <theraven@FreeBSD.org>
Date:   Wed Mar 22 12:27:08 2017 +0000

    Simplify some code.

    realloc() with a null pointer is equivalent to malloc, so we don't need
    to handle the two cases independently.

    Fixes #46

This should help with lang/beignet and other programs, which expect
__cxa_demangle(name, NULL, NULL, &status) to return zero in status.

PR:		213732
MFC after:	3 days
2017-03-22 21:45:42 +00:00
..
abi_namespace.h
atomic.h
auxhelper.cc
cxxabi.h
dwarf_eh.h
dynamic_cast.cc
exception.cc libcxxrt: add padding in __cxa_allocate_* to fix alignment 2016-07-21 18:20:35 +00:00
FREEBSD-upgrade
guard.cc
libelftc_dem_gnu3.c libcxxrt: fix demangling of wchar_t 2016-07-27 17:18:08 +00:00
LICENSE
memory.cc
stdexcept.cc
stdexcept.h
terminate.cc
typeinfo.cc Cherry-pick libcxxrt commit 8a853717e61d5d55cbdf74d9d0a7545da5d5ff92: 2017-03-22 21:45:42 +00:00
typeinfo.h
unwind-arm.h Add _US_ACTION_MASK to libcxxrt's arm-specific unwind header. This 2016-09-04 21:48:58 +00:00
unwind-itanium.h
unwind.h