CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/riscv64

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 15:09:08 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/riscv64: Makefile Log Message: fix cargo-cult To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 15:08:28 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile Log Message: - include - use MACHINE_MIPS64 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/external/gpl3/gcc/lib/libgcc

2021-04-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 24 06:34:53 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: Fix build with MKDEBUG=yes for aarch64. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/external/gpl3/gcc/lib/libgcc

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 17 10:54:47 UTC 2021 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: add support for arm64 lse.S. arm64 userland much happier now.

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-09-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 21 20:00:45 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: fix missing deps for cow-fs_dir* and cow-fs_ops*. should fix build issues reported on current-users. To generate a

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-09-16 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 16 21:24:30 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: fix dependencies for bits/largefile-config.h. the .cc files don't depend on it, the outputs of those do. should fix

CVS commit: src/external/gpl3/gcc/lib

2020-09-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 15 04:55:23 UTC 2020 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: Do not build libtsan on sparc64 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/external/gpl3/gcc/lib/Makefile

CVS commit: src/external/gpl3/gcc/lib

2020-09-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Sep 14 15:01:58 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/liblsan: Makefile src/external/gpl3/gcc/lib/libtsan: Makefile

CVS commit: src/external/gpl3/gcc/lib/libtsan

2020-09-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Sep 14 14:33:01 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libtsan: Makefile Removed Files: src/external/gpl3/gcc/lib/libtsan: tsan_rtl_unimpl.cc Log Message: Avoid using dummy tsan_rtl_unimpl.cc Instead of

CVS commit: src/external/gpl3/gcc/lib/libtsan

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 23:04:44 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libtsan: Makefile Log Message: Always link TSan runtime with librt and libm With these changes, TSan/amd64 works. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/lib/libtsan

2020-09-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Sep 12 22:24:22 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libtsan: Makefile Log Message: Ignore unused functions in tsan_interceptors.cc To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 09:52:16 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: fix path for largefile-config.h To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 \

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-09-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 9 09:49:16 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: add build rules for G_CPP17_SOURCES sources, and fix their build. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/lib/libasan

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 09:09:40 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: asan_interceptors.cc needs -O1 for mipsel/mipseb. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/external/gpl3/gcc/lib

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 13:36:49 UTC 2020 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer Log Message: work around various headers not being fully open without some special #define being present (ie, define them.) To generate a

CVS commit: src/external/gpl3/gcc/lib/libgcc

2020-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 5 11:40:56 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: endfor not endif To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/external/gpl3/gcc/lib/libgcc/Makefile.inc

CVS commit: src/external/gpl3/gcc/lib/libgomp

2020-05-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 15 14:29:29 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libgomp: Makefile Log Message: Don't allow building with clang, uses GCC-specific attributes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/external/gpl3/gcc/lib/liblsan

2020-05-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 15 14:29:53 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/liblsan: Makefile Log Message: Ignore unused private fields when building with clang To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2020-04-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 21 05:23:42 UTC 2020 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile Log Message: pull in atomicity.h (atomicity.cc) on sparc. 3 of the objects use these interfaces and this avoids link errors fixes PR#54660.

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64

2019-04-23 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 23 22:22:22 UTC 2019 Added Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64: symver-config.h Log Message: add missing symver-config.h To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/external/gpl3/gcc/lib/libgcc

2019-04-16 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 16 08:08:18 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: fix -I paths for powerpc*. convert amd64 specific hack. we've been building dp-bit.c and fp-bit.c backwards, but as they use

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv64

2019-04-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Apr 15 14:51:23 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv64: c++config.h defs.mk Added Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv64: symver-config.h Log

CVS commit: src/external/gpl3/gcc/lib/libgomp/arch/riscv64

2019-04-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Apr 15 14:02:58 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgomp/arch/riscv64: config.h libgomp.spec libgomp_f.h omp.h Log Message: Fake mknative To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/external/gpl3/gcc/lib/libgcc/arch/riscv64

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 15:54:07 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/riscv64: defs.mk Log Message: Fake mknative. enough to build libc, with other changes pending To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/lib/libgcc

2019-04-02 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Apr 3 02:13:56 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: fix error in previous To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/external/gpl3/gcc/lib/libgcc/arch/riscv64

2019-02-28 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 28 09:50:03 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/riscv64: gthr-defs.mk Log Message: basic mknative bootstrap-libgcc for riscv64 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/external/gpl3/gcc/lib/libsupc++

2019-02-27 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 28 01:11:04 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: rework some commented code so it is easier to enable. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2019-02-27 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 27 08:21:42 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: avoid hand maintained lists but use values mknative pulls out. unfortunately, somefiles have hand coded rules. To generate

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2019-02-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 17 00:05:11 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: apply -std=gnu++98 to some more files. state that some hard coded stuff here should be pulled out with mknative. To

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch

2019-02-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 02:36:57 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile Log Message: remove old comment. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/external/gpl3/gcc/lib/libgomp

2019-02-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 00:49:00 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgomp: Makefile Log Message: put config/posix first in the path so that the right lock.c is used. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/external/gpl3/gcc/lib

2019-02-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 8 22:06:12 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/libtsan: Makefile src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: define CAN_SANITIZE_UB

CVS commit: src/external/gpl3/gcc/lib

2019-02-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 04:00:43 UTC 2019 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/liblsan: Makefile

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2019-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 02:57:39 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: revert, somehow I got the generated file in the wrong directory. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2019-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 6 02:55:54 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: fix objdir build To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/external/gpl3/gcc/lib/libgomp

2019-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 3 12:11:11 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgomp: Makefile Log Message: - fix the sources list. - since a few functions disappear, call this libgomp.so.2 now. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/lib/libubsan

2019-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 1 10:39:03 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: use -Wno-error=maybe-uninitialized for one of the new ubsan files. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/gpl3/gcc/lib

2019-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 1 10:37:13 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: - new shlib minor - move -std=* handling, besides the list in

CVS commit: src/external/gpl3/gcc/lib

2019-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 1 10:31:56 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libasan: shlib_version src/external/gpl3/gcc/lib/liblsan: shlib_version src/external/gpl3/gcc/lib/libtsan: shlib_version

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2019-01-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 31 08:42:03 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: only a relatively small number of files that aren't in the c++98/ dir need to be compiled in gnu++98 mode. list them

CVS commit: src/external/gpl3/gcc/lib/libgcc

2019-01-30 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 31 06:47:22 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: don't build the ditf files on x86 anymore. they come from soft-fp now. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/lib/libgcc/arch

2019-01-30 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 31 06:53:21 UTC 2019 Added Files: src/external/gpl3/gcc/lib/libgcc/arch/aarch64: gthr-defs.mk src/external/gpl3/gcc/lib/libgcc/arch/powerpc: gthr-defs.mk Log Message: add missing files To generate a diff of this

CVS commit: src/external/gpl3/gcc/lib

2019-01-30 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 31 06:50:51 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile src/external/gpl3/gcc/lib/libsupc++: Makefile.common Log Message: - add new filesystem/ sources. - sync paths. - remove

CVS commit: src/external/gpl3/gcc/lib

2019-01-22 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jan 22 23:55:54 UTC 2019 Modified Files: src/external/gpl3/gcc/lib: Makefile.gthr src/external/gpl3/gcc/lib/libgomp: Makefile src/external/gpl3/gcc/lib/libstdc++-v3: Makefile

CVS commit: src/external/gpl3/gcc/lib

2019-01-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jan 19 17:11:03 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/external/gpl3/gcc/lib/libobjc: Makefile src/external/gpl3/gcc/lib/libstdc++-v3: Makefile

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2018-11-05 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 5 08:45:32 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: GCC 6.5 ios_failure.cc needs to be compiled with cxx mode. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/external/gpl3/gcc/lib/libgcc

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 5 00:51:42 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add it to CPPFLAGS. this fixes PR#53567 for me. To generate

CVS commit: src/external/gpl3/gcc/lib/libgcc/arch

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 5 00:22:10 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/aarch64: defs.mk src/external/gpl3/gcc/lib/libgcc/arch/alpha: defs.mk src/external/gpl3/gcc/lib/libgcc/arch/arm: defs.mk

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch

2018-07-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 15 00:18:13 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile Added Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/aarch64: Makefile

CVS commit: src/external/gpl3/gcc/lib/libgcc

2018-07-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 14 23:40:19 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: avoid dups for aarch64 To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/external/gpl3/gcc/lib

2018-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 1 17:41:50 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/liblsan: Makefile

CVS commit: src/external/gpl3/gcc/lib

2018-06-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jun 28 14:01:12 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: Remove (recently) commented out (recently added) liblsan SUBDIR (it has been added a different way.) To generate a diff of this commit:

CVS commit: src/external/gpl3/gcc/lib

2018-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 28 10:15:01 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile src/external/gpl3/gcc/lib/libasan: Makefile Log Message: put back lsan To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/external/gpl3/gcc/lib

2018-06-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 27 06:06:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: Disable liblsan for now - it seems to be 64bit only - all 32bits are failing and the 64bit ones with compat 32bit do not work either.

CVS commit: src/external/gpl3/gcc/lib

2018-06-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 27 01:25:49 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: Since liblsan has been added to the sets already, we should build it. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/external/gpl3/gcc/lib/liblsan

2018-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 26 21:06:45 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/liblsan: Makefile Log Message: remove temp hack. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/liblsan/Makefile

CVS commit: src/external/gpl3/gcc/lib/liblsan

2018-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 26 20:54:32 UTC 2018 Added Files: src/external/gpl3/gcc/lib/liblsan: Makefile shlib_version test-lsan.c Log Message: Add lsan support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/external/gpl3/gcc/lib/libubsan

2018-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 11 15:29:33 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: use LIBISCXX = yes, instead of hard-coding the c++ library. Suggested by joerg To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/lib/libubsan

2018-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 11 12:47:47 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: Add libstdc++ again; needed for: undefined reference to `typeinfo for __cxxabiv1::__class_type_info' undefined reference to

CVS commit: src/external/gpl3/gcc/lib

2018-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 9 22:40:00 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer Log Message: don't depend on libstdc++ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc/lib/libasan

2018-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 9 22:39:29 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: consistency, define to empty. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/external/gpl3/gcc/lib/libasan

2018-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 2 01:38:41 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: Don't sanitize the sanitizer. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2018-04-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 7 22:17:52 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: fix the grep pattern for inside a makefile. fixes build issue reported by thorpej on tech-toolchain - we both found the same

CVS commit: src/external/gpl3/gcc/lib/libubsan

2018-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 14 03:37:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: need -lrt for shm_{open,close} To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc/lib/libasan

2018-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 14 02:12:36 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: depend on librt for shm_{open,close} To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/external/gpl3/gcc/lib

2018-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 14 02:12:07 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer Log Message: Asan needs bits and pieces of ubsan now; go figure. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/gpl3/gcc/lib/libasan

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:32:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: some more/changed files need -O1 for vax. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:30:39 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: handle MKPICLIB=no builds. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/external/gpl3/gcc/lib/libiberty

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 6 09:36:34 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libiberty: defs.mk Log Message: regen for GCC 6.4 (no real change) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4

2018-02-05 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 5 22:11:42 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4: gcov-iov.h Log Message: missing in previous: mknative gcc 6.4 and powerpc / earmv4. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 20:22:42 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64: c++config.h Log Message: regen mknative-gcc 6.4 and amd64. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 \

CVS commit: src/external/gpl3/gcc/lib

2018-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 01:16:33 UTC 2018 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/libstdc++-v3: Makefile

CVS commit: src/external/gpl3/gcc/lib/libtsan

2018-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 9 01:51:20 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libtsan: Makefile Log Message: Add one more file, still does not build. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits

2017-11-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 14 00:55:29 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits: Makefile Log Message: from gcc.old: >it's ${BUILDINCS} not {BUILDINCS} To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/external/gpl3/gcc/lib/liblto_plugin

2017-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 11 07:50:39 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/liblto_plugin: Makefile Log Message: Build liblto_plugin.so with safe-ctype.c This corrects linking attempt with GNU binutils GOLD (linker). ld.gold: error:

CVS commit: src/external/gpl3/gcc/lib/liblto_plugin

2017-11-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 5 02:36:00 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/liblto_plugin: Makefile Log Message: Backport patch from gcc.old for liblto_plugin Correct resolution of xstrerror(). Switch from -liberty (which has PIC

CVS commit: src/external/gpl3/gcc/lib/liblto_plugin

2017-11-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 4 16:03:12 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/liblto_plugin: Makefile Log Message: Link liblto_plugin with -liberty (gcc) GCC passes liblto_plugin.so in the linker invocation (part of "gcc -v file.c"):

CVS commit: src/external/gpl3/gcc/lib

2017-10-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 6 19:16:35 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/libasan: shlib_version src/external/gpl3/gcc/lib/libubsan: shlib_version Log Message: bump because of libstdc++ To generate a diff of this commit:

CVS commit: src/external/gpl3/gcc/lib

2017-06-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 29 18:52:23 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/libstdc++-v3: Makefile src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: Mark a few more

CVS commit: src/external/gpl3/gcc/lib

2017-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 7 16:26:37 UTC 2017 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: need .WAIT before *san since they depend on libc++ To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2017-01-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 15 21:27:38 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: elide psabi errors on i386 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/external/gpl3/gcc/lib/libgcc

2016-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 22 20:33:28 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: use LIBGCC_MACHINE_ARCH for the compat build To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/external/gpl3/gcc/lib/libgcc

2016-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 22 03:55:03 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/external/gpl3/gcc/lib/libgcc/arch/i386: defs.mk src/external/gpl3/gcc/lib/libgcc/arch/x86_64: defs.mk Log Message:

CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc_s

2016-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 23:44:09 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile Log Message: Mark this -z nodelete, so that it does not get unloaded before other shared libraries do, since they destructors need

CVS commit: src/external/gpl3/gcc/lib/libgcc/arch/mips64el

2016-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 5 14:16:56 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/mips64el: defs.mk Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000

2016-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 18 02:03:16 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000: defs.mk Log Message: XXX: manually add uniform_int_dist.h because everyone else has it and it breaks the build! To generate a

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb

2016-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 25 13:17:09 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb: defs.mk Log Message: XXX stop gap fix for atomicity. U __gnu_cxx::__atomic_add(int volatile*, int) U

CVS commit: src/external/gpl3/gcc/lib

2016-06-09 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 9 07:11:08 UTC 2016 Modified Files: src/external/gpl3/gcc/lib: Makefile.sanitizer src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: apply -O1 more

CVS commit: src/external/gpl3/gcc/lib/libtsan

2016-06-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 5 20:08:26 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libtsan: Makefile Added Files: src/external/gpl3/gcc/lib/libtsan: tsan_rtl_unimpl.cc Log Message: add glue for unimplemented platforms To generate

CVS commit: src/external/gpl3/gcc/lib

2016-06-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 5 01:17:57 UTC 2016 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: add ubsan to the build To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gcc/lib/Makefile Please

CVS commit: src/external/gpl3/gcc/lib

2016-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 17:07:13 UTC 2016 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: Put back asan now it works. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/lib/Makefile

CVS commit: src/external/gpl3/gcc/lib

2016-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 22:48:55 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile src/external/gpl3/gcc/lib/libtsan: Makefile Added Files: src/external/gpl3/gcc/lib: Makefile.sanitizer

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 04:20:20 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: missing space To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/lib/libasan/Makefile

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 1 00:54:20 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: more flags. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/lib/libasan/Makefile

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 21:34:13 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: Add procmaps for NetBSD To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/gpl3/gcc/lib/libasan

2016-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 20:47:52 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile shlib_version Log Message: Update sources and flags (compiles but missing stuff) To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/external/gpl3/gcc/lib

2016-04-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 20 17:18:52 UTC 2016 Modified Files: src/external/gpl3/gcc/lib: Makefile.inc src/external/gpl3/gcc/lib/libgomp: Makefile src/external/gpl3/gcc/lib/libiberty: Makefile

CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc

2016-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 31 06:59:44 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: Extend the "mips64 hack" to all MKSOFTFLOAT builds - avoid duplicate symbols in libgcc. To generate a diff of this

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax

2016-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 24 03:33:28 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax: defs.mk gstdint.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/external/gpl3/gcc/lib/libgcc

2016-03-22 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 23 05:28:01 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile Log Message: hackaround a problem on mips64 in soft-fp between libgcc and our

  1   2   3   >