| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog | 30 PR libstdc++/34680 83 PR libstdc++/33815 91 PR libstdc++/33807 118 PR libstdc++/33734 128 PR libstdc++/33678 133 PR libstdc++/33128 141 PR libstdc++/33084 152 PR libstdc++/31957 158 PR libstdc++/32509 209 PR libstdc++/31621 [all …]
|
| H A D | ChangeLog-2005 | 554 Use libstdc++-symbols.ver instead of libstdc++-symbol.ver. 574 PR libstdc++/25472 629 PR libstdc++/25421 655 PR libstdc++/25288 686 PR libstdc++/24617 811 * testsuite/lib/libstdc++.exp (libstdc++-dg-test): Catch 1210 * testsuite/lib/libstdc++.exp (libstdc++_init): Require 1465 * testsuite/lib/libstdc++.exp ( proc libstdc++_init): Enable 1556 * testsuite/lib/libstdc++.exp (libstdc++_init): Look for shared 3786 libstdc++/15565. [all …]
|
| H A D | ChangeLog-2003 | 15 PR libstdc++/13369 71 PR libstdc++/13480 136 PR libstdc++/13462 296 PR libstdc++/11723 349 PR libstdc++/12658 430 PR libstdc++/6243 5976 libstdc++/7680 7391 PR libstdc++/9404, PR libstdc++/9701 (partial) 7790 PR libstdc++/9439, PR libstdc++/9425 7869 PR libstdc++/9527, PR libstdc++/8713 [all …]
|
| H A D | ChangeLog-2001 | 73 PR libstdc++/2054 114 PR libstdc++/3829 235 libstdc++/5136 342 libstdc++/3679 394 libstdc++/5045 455 libstdc++/5037 487 libstdc++/3720 548 libstdc++/4402 629 libstdc++/3150 645 libstdc++/3655 [all …]
|
| H A D | ChangeLog-2002 | 136 PR libstdc++/8949 219 PR libstdc++/8887 957 PR libstdc++/8071, libstdc++/8127, libstdc++/6745 1239 libstdc++/7922 2329 PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161 2717 * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): 2873 libstdc++/6641 3478 libstdc++/1072 3504 libstdc++/6124 3516 libstdc++/5180 [all …]
|
| H A D | ChangeLog-2004 | 511 PR libstdc++/18837 595 PR libstdc++/18654 603 PR libstdc++/18690 876 PR libstdc++/17664 920 PR libstdc++/17218 921 PR libstdc++/17223 999 PR libstdc++/17664 1006 PR libstdc++/17922 1570 * testsuite/lib/libstdc++.exp (libstdc++_exit): New proc. 3755 PR libstdc++/15047, libstdc++/11610 [all …]
|
| H A D | ChangeLog-2006 | 23 PR libstdc++/28265 30 PR libstdc++/26497 377 PR libstdc++/29920 429 PR libstdc++/29722 532 PR libstdc++/29520 566 PR libstdc++/26020 731 PR libstdc++/29426 751 PR libstdc++/29118 758 PR libstdc++/29095 2885 * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust [all …]
|
| H A D | configure.host | 3 # This shell script handles all host based configuration for libstdc++. 195 # On Darwin, performance is improved if libstdc++ is single-module. 202 # On Darwin, performance is improved if libstdc++ is single-module,
|
| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | Makefile.am | 28 toolexeclib_LTLIBRARIES = libstdc++.la ltlibrary 32 libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \ 34 cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver 48 version_arg = -Wl,--version-script=libstdc++-symbols.ver 49 version_dep = libstdc++-symbols.ver 52 version_arg = -Wl,--version-script=libstdc++-symbols.ver 53 version_dep = libstdc++-symbols.ver 56 version_arg = -Wl,-exported_symbols_list,libstdc++-symbols.explist 57 version_dep = libstdc++-symbols.explist 58 libstdc++-symbols.explist : libstdc++-symbols.ver \ [all …]
|
| H A D | Makefile.in | 303 toolexeclib_LTLIBRARIES = libstdc++.la 306 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc+… 307 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.… 308 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.explist 310 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver 311 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver 503 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES) 703 @ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \ 705 @ENABLE_SYMVERS_TRUE@ cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver 717 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@libstdc++-symbols.explist : libstdc++-symbols.ver \ [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/cfi/ |
| H A D | cfi_blacklist.txt | 3 # uninitialized T* (libstdc++, MSVC stdlib). 7 # STL address-of magic (libstdc++). 14 # std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace() (libstdc++).
|
| /freebsd-12.1/gnu/lib/libsupc++/ |
| H A D | Makefile | 8 SRCDIR= ${.CURDIR}/../../../contrib/libstdc++/libsupc++ 26 CFLAGS+= -I${.CURDIR}/../libstdc++ -I. 51 CXXFLAGS.clang+= -stdlib=libstdc++
|
| H A D | Makefile.depend | 6 gnu/lib/libstdc++ \
|
| /freebsd-12.1/gnu/lib/ |
| H A D | Makefile | 30 SUBDIR+= libstdc++ libsupc++ 31 SUBDIR_DEPENDS_libsupc++:= libstdc++
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | contrib.texi | 25 libstdc++-v3, and the HP-UX port. 134 Stephan Buys for contributing Doxygen notes for libstdc++. 221 maintenance of GCC diagnostics infrastructure, libstdc++-v3, 247 libstdc++. 416 Nicolai Josuttis for additional libstdc++ documentation. 437 in just about every part of libstdc++. 530 assistance with libstdc++/compiler merges. 589 entire libstdc++ testsuite namespace-compatible. 644 Felix Natter for documentation on porting libstdc++. 794 criteria---and libstdc++ header file tweaks. [all …]
|
| /freebsd-12.1/contrib/libstdc++/config/abi/pre/ |
| H A D | none.ver | 5 # libstdc++-symbols.ver), then either 1) the configuration process
|
| /freebsd-12.1/contrib/libc++/src/support/runtime/ |
| H A D | exception_glibcxx.ipp | 12 #error header can only be used when targeting libstdc++ or libsupc++
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/cuda_wrappers/ |
| H A D | complex | 45 // When compiling for device, ask libstdc++ to use its own implements of 49 // This is a little dicey, because it causes libstdc++ to define a different
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | libgcc-bpabi.ver | 80 # The libstdc++ exception-handling personality routine uses this
|
| /freebsd-12.1/targets/pseudo/userland/gnu/ |
| H A D | Makefile.depend | 17 gnu/lib/libstdc++ \
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | configure.ac | 176 target-libstdc++-v3 \ 433 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx" 497 noconfigdirs="$noconfigdirs target-libstdc++-v3" 551 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}" 573 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}" 576 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}" 710 # and so building libstdc++-v3 tends not to always work. 711 noconfigdirs="$noconfigdirs target-libstdc++-v3" 2486 …libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsui… 2488 GCC_TARGET_TOOL(c++ for libstdc++, RAW_CXX_FOR_TARGET, CXX, [all …]
|
| H A D | Makefile.in | 37605 .PHONY: all-target-libstdc++-v3 maybe-all-target-libstdc++-v3 37612 maybe-all-target-libstdc++-v3: all-target-libstdc++-v3 37613 all-target-libstdc++-v3: configure-target-libstdc++-v3 37629 maybe-check-target-libstdc++-v3: check-target-libstdc++-v3 37661 maybe-info-target-libstdc++-v3: info-target-libstdc++-v3 37684 .PHONY: maybe-dvi-target-libstdc++-v3 dvi-target-libstdc++-v3 37687 maybe-dvi-target-libstdc++-v3: dvi-target-libstdc++-v3 37713 maybe-pdf-target-libstdc++-v3: pdf-target-libstdc++-v3 37739 maybe-html-target-libstdc++-v3: html-target-libstdc++-v3 37765 maybe-TAGS-target-libstdc++-v3: TAGS-target-libstdc++-v3 [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | FREEBSD-Xlist | 15 *libstdc++
|
| /freebsd-12.1/lib/libsysdecode/ |
| H A D | Makefile.depend | 10 gnu/lib/libstdc++ \
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | config-lang.in | 35 target_libs="target-libstdc++-v3"
|