| /openbsd-src/gnu/lib/libstdc++/ |
| H A D | Makefile.bsd-wrapper | 28 rm -f ${DESTDIR}/usr/lib/libstdc++.la ${DESTDIR}/usr/lib/libsupc++.la 30 ${DESTDIR}/usr/lib/libsupc++.* 72 cd ${.OBJDIR}/libsupc++ && exec ${MAKE} ${MAKE_FLAGS} install-data DESTDIR=${DESTDIR}
|
| /openbsd-src/gnu/lib/ |
| H A D | Makefile | 8 SUBDIR+=libstdc++ libstdc++-v3 libsupc++-v3 15 SUBDIR+=libstdc++-v3 libsupc++-v3
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | TODO.TXT | 5 * Look into mirroring libsupc++'s typeinfo vtable layout when libsupc++/libstdc++
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog-2001 | 631 * libsupc++/exception (bad_exception::~bad_exception()): Remove 633 * libsupc++/new (bad_alloc::~bad_alloc()): Remove. 634 * libsupc++/typeinfo (bad_cast::~bad_cast()): Remove. 636 * libsupc++/tinfo.cc (bad_cast::~bad_cast()): Remove definition. 638 * libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same. 639 * libsupc++/eh_exception.cc (bad_exception::~bad_exception()): Same. 835 libsupc++/tinfo.cc, libsupc++/cxxabi.h, libsupc++/typeinfo, 836 libsupc++/eh_throw.cc, acinclude.m4, aclocal.m4, configure, 882 * libsupc++/eh_type.cc: Formatting tweak. 883 * libsupc++/exception: Likewise. [all …]
|
| H A D | configure.in | 71 # Check for headers necessary for libsupc++ using dyn-string.c/cxa_demangle.c 486 # libsupc++/Makefile.am and testsuite/Makefile.am so that multilib installs 489 # top_srcdir/{src,libsupc++}/Makefile.am, manually append it here. 492 libmath/Makefile libio/Makefile libsupc++/Makefile \ 498 grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile 518 dnl libmath/Makefile libio/Makefile libsupc++/Makefile \ 524 dnl grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
|
| H A D | README | 22 modulo specific runtime-related files that are in the libsupc++ 91 libsupc++
|
| H A D | ChangeLog | 62 * libsupc++/tinfo.h: Likewise. 322 * libsupc++/cxxabi.h: Move forward declaration of __class_type_info. 654 * libsupc++/eh_throw.cc: Don't call _Unwind_Resume_or_Rethrow if 706 * libsupc++/eh_catch.cc (__cxa_begin_catch): Handle foreign exceptions. 708 * libsupc++/eh_throw.cc (__cxa_rethrow): Likewise. Use 710 * libsupc++/eh_personality.cc (empty_exception_spec): New. 1031 * libsupc++/Makefile.am (LTCOMPILE): Add $(AM_CFLAGS) $(CFLAGS). 1032 * libsupc++/Makefile.in: Regenerate. 1109 * libsupc++/Makefile.am: Express glibcppinstalldir in terms 1112 * libsupc++/Makefile.in: Regenerate. [all …]
|
| H A D | Makefile.am | 28 SUBDIRS = include libio libmath libsupc++ src po testsuite subdir
|
| H A D | ChangeLog-2000 | 9 * libsupc++/Makefile.am (INCLUDES): Sync. 121 * libsupc++/Makefile.in: Ditto. 513 * libsupc++/Makefile.in: Regenerate. 930 * libsupc++/Makefile.am (headers): Remove new.h 931 * libsupc++/Makefile.in: Regenerate. 943 * libsupc++/new.h: Add using declarations for bad_alloc, 999 * libsupc++/exception_support.cc (__throw_bad_cast): Name it 1002 * libsupc++/pure.cc (__pure_virtual): Name it __cxa_pure_virtual 1007 * libsupc++/exception_support.h: New header file. 1008 * libsupc++/vec.cc: Include it. [all …]
|
| H A D | Makefile.in | 151 SUBDIRS = ${INCLUDE_SUBDIR} libio libmath libsupc++ src po testsuite
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | Makefile.in | 159 toolexeclib_LTLIBRARIES = libsupc++.la 161 noinst_LTLIBRARIES = libsupc++convenience.la 343 cd $(top_srcdir) && $(AUTOMAKE) --cygnus libsupc++/Makefile 428 libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES) 431 libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES) 471 subdir = libsupc++
|
| H A D | Makefile.am | 39 toolexeclib_LTLIBRARIES = libsupc++.la ltlibrary 41 noinst_LTLIBRARIES = libsupc++convenience.la ltlibrary
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | Makefile.am | 30 toolexeclib_LTLIBRARIES = libsupc++.la ltlibrary 32 noinst_LTLIBRARIES = libsupc++convenience.la ltlibrary
|
| H A D | Makefile.in | 43 subdir = libsupc++ 311 toolexeclib_LTLIBRARIES = libsupc++.la 313 noinst_LTLIBRARIES = libsupc++convenience.la 438 $(AUTOMAKE) --foreign --ignore-deps libsupc++/Makefile 492 libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES) 494 libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
| H A D | Makefile.am | 158 $(top_builddir)/libsupc++/libsupc++convenience.la
|
| H A D | Makefile.in | 242 $(top_builddir)/libsupc++/libsupc++convenience.la
|
| /openbsd-src/gnu/llvm/libcxx/src/support/runtime/ |
| H A D | exception_glibcxx.ipp | 11 #error header can only be used when targeting libstdc++ or libsupc++
|
| H A D | exception_pointer_glibcxx.ipp | 10 // libsupc++ does not implement the dependent EH ABI and the functionality
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | BuildingLibcxx.rst | 315 …**Values**: ``none``, ``libcxxabi``, ``system-libcxxabi``, ``libcxxrt``, ``libstdc++``, ``libsupc+… 490 Using libsupc++ on Linux 493 You will need libstdc++ in order to provide libsupc++. 495 Figure out where the libsupc++ headers are on your system. On Ubuntu this 531 You can also substitute ``-DLIBCXX_CXX_ABI=libsupc++`` 532 above, which will cause the library to be linked to libsupc++ instead 535 GCC ships libsupc++ separately but only as a static library. If a 537 own copy of libsupc++ and this can lead to subtle problems. 557 clang is set up to link for libc++ linked to libsupc++. To get around this
|
| /openbsd-src/gnu/gcc/libstdc++-v3/ |
| H A D | README | 22 modulo specific runtime-related files that are in the libsupc++ 85 libsupc++
|
| /openbsd-src/gnu/lib/libstdc++-v3/ |
| H A D | Makefile.common | 13 SUPDIR= ${SRCDIR}/libsupc++
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Toolchain.rst | 306 libsupc++ (GNU) 309 libsupc++ is GCC's implementation of this specification. However, this 311 library version of libstdc++ contains a copy of libsupc++. 315 Clang does not currently automatically link against libsupc++ when statically
|
| /openbsd-src/gnu/llvm/libcxx/cmake/Modules/ |
| H A D | HandleLibCXXABI.cmake | 97 # Link against a system-provided libsupc++ 98 elseif ("${LIBCXX_CXX_ABI}" STREQUAL "libsupc++")
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/abi/pre/ |
| H A D | gnu-versioned-namespace.ver | 95 # Symbols in the support library (libsupc++) have their own tag.
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/config/ |
| H A D | linker-map.gnu | 404 # Symbols in the support library (libsupc++) have their own tag.
|