CVS commit: src/external/gpl3/gcc/usr.bin

2019-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 1 10:32:32 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/frontend: Makefile Added Files: src/external/gpl3/gcc/usr.bin: Makefile.driver Log Message: - move driver file config to Makefile.driver. To

CVS commit: src/external/gpl3/gcc/usr.bin/frontend

2018-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 15 16:37:04 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/frontend: Makefile Log Message: Give aarch64 the "special treatment", since mknative does not include the target-specific build file. To generate a

CVS commit: src/external/gpl3/gcc/usr.bin/frontend

2018-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 15 16:37:04 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/frontend: Makefile Log Message: Give aarch64 the "special treatment", since mknative does not include the target-specific build file. To generate a

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-07-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 15 00:59:50 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Aarch64 specific generated files. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-07-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 15 00:59:50 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Aarch64 specific generated files. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-19 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 19 22:01:27 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: add missing cgraphunit.c dependancy on pass_manager.h. should fix report from thorpej on current-users about missing

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-19 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 19 22:01:27 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: add missing cgraphunit.c dependancy on pass_manager.h. should fix report from thorpej on current-users about missing

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 13 01:14:19 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: fix some more missing depends issues. remove various wrong/old depends. fixes issues i was able to trigger manually by

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 13 01:14:19 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: fix some more missing depends issues. remove various wrong/old depends. fixes issues i was able to trigger manually by

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 12 20:44:16 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: fix the hard coded depends list for insn-*. i pulled these out of the generated .d files for a successful build. i've tested

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 12 20:44:16 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: fix the hard coded depends list for insn-*. i pulled these out of the generated .d files for a successful build. i've tested

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-04 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 5 05:38:59 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: pretty much everything depends upon insn-opinit.h via optabs-query.h so set it in DPSRCS. hopefully this fixes PR 53137. To

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-04 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 5 05:38:59 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: pretty much everything depends upon insn-opinit.h via optabs-query.h so set it in DPSRCS. hopefully this fixes PR 53137. To

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-02 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 2 22:34:22 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: handle programs that have 3 outputs in a saner fashion. hopefully fixes PR 53137. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-04-02 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 2 22:34:22 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: handle programs that have 3 outputs in a saner fashion. hopefully fixes PR 53137. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64

2018-02-22 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 22 22:25:16 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64: configargs.h defs.mk gtyp-input.list tm.h Log Message: regen ppc64 mknative gcc 6 files with biarch support. To generate a

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64

2018-02-22 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 22 22:25:16 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64: configargs.h defs.mk gtyp-input.list tm.h Log Message: regen ppc64 mknative gcc 6 files with biarch support. To generate a

CVS commit: src/external/gpl3/gcc/usr.bin

2018-02-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 11 02:12:29 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Makefile.backend Makefile.frontend Makefile.inc src/external/gpl3/gcc/usr.bin/backend: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2018-02-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 11 02:12:29 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Makefile.backend Makefile.frontend Makefile.inc src/external/gpl3/gcc/usr.bin/backend: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:33:05 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: make this actually work: - use ${G_OBJS} directly, it avoids issues with .c vs .cc files. - add a method to not rm -rf .ab for

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2018-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 7 02:33:05 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: make this actually work: - use ${G_OBJS} directly, it avoids issues with .c vs .cc files. - add a method to not rm -rf .ab for

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 5 06:13:33 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/sparc: auto-host.h src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64: auto-host.h src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64:

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 5 06:13:33 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/sparc: auto-host.h src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64: auto-host.h src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64:

CVS commit: src/external/gpl3/gcc/usr.bin

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 10:16:07 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/common: Makefile Log Message: make libbackend.a build and fix the libcommon.a sources list. now all

CVS commit: src/external/gpl3/gcc/usr.bin

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 10:16:07 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/common: Makefile Log Message: make libbackend.a build and fix the libcommon.a sources list. now all

CVS commit: src/external/gpl3/gcc/usr.bin

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 09:22:03 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.inc src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/gcc/arch/i386: auto-host.h configargs.h Log

CVS commit: src/external/gpl3/gcc/usr.bin

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 09:22:03 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.inc src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/gcc/arch/i386: auto-host.h configargs.h Log

CVS commit: src/external/gpl3/gcc/usr.bin/include

2018-02-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 1 21:10:46 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/include: Makefile Added Files: src/external/gpl3/gcc/usr.bin/include/sanitizer: Makefile Log Message: Install GCC (gcc) headers for Sanitizers

CVS commit: src/external/gpl3/gcc/usr.bin/include

2018-02-01 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Feb 1 21:10:46 UTC 2018 Modified Files: src/external/gpl3/gcc/usr.bin/include: Makefile Added Files: src/external/gpl3/gcc/usr.bin/include/sanitizer: Makefile Log Message: Install GCC (gcc) headers for Sanitizers

re: CVS commit: src/external/gpl3/gcc/usr.bin

2017-11-14 Thread matthew green
> Log Message: > pull across from gcc.old: > >https://bugzilla.eng.vmware.com/show_bug.cgi?id=1703878#c118 oops. fixed to read "ensure version.c gets rebuilt properly."

CVS commit: src/external/gpl3/gcc/usr.bin

2017-11-14 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Nov 15 07:47:40 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/common: Makefile src/external/gpl3/gcc/usr.bin/frontend: Makefile Log Message: pull across from gcc.old:

CVS commit: src/external/gpl3/gcc/usr.bin

2017-11-14 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Nov 15 07:47:40 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/common: Makefile src/external/gpl3/gcc/usr.bin/frontend: Makefile Log Message: pull across from gcc.old:

CVS commit: src/external/gpl3/gcc/usr.bin/include

2017-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 8 20:40:06 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/include: Makefile Log Message: sync with gcc.old To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/gpl3/gcc/usr.bin/include

2017-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 8 20:40:06 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/include: Makefile Log Message: sync with gcc.old To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2017-09-12 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Sep 12 09:25:24 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Replicate fix from the old gcc.old: alpha.d needs pass-instances.def. To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2017-09-12 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Sep 12 09:25:24 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Replicate fix from the old gcc.old: alpha.d needs pass-instances.def. To generate a diff of this commit: cvs rdiff -u -r1.37

CVS commit: src/external/gpl3/gcc/usr.bin

2017-06-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jun 26 17:38:10 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile Log Message: Honor HOST_CXX. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gcc/usr.bin

2017-06-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jun 26 17:38:10 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile Log Message: Honor HOST_CXX. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el

2017-06-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 8 19:21:55 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el: auto-host.h configargs.h Log Message: regen after new binutils To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el

2017-06-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 8 19:21:55 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el: auto-host.h configargs.h Log Message: regen after new binutils To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2017-02-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 14 00:20:20 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: sorry, fix comment... To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2017-02-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 14 00:20:20 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: sorry, fix comment... To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/external/gpl3/gcc/usr.bin/common-target

2016-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 6 02:58:32 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/common-target: Makefile Log Message: fix ssp build on amigappc To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc/usr.bin/common-target

2016-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 6 02:58:32 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/common-target: Makefile Log Message: fix ssp build on amigappc To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-09-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 29 20:08:25 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Run configure with MAKE=${TOOL_GMAKE:Q} - otherwise "checking dependency style" test fails on non-netbsd hosts where nbmake

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-09-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 29 20:08:25 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Run configure with MAKE=${TOOL_GMAKE:Q} - otherwise "checking dependency style" test fails on non-netbsd hosts where nbmake

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 15:47:54 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: gcc generates incorrect jump tables with -fPIE To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 15:47:54 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: gcc generates incorrect jump tables with -fPIE To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/external/gpl3/gcc/usr.bin/host-libcpp

2016-08-14 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Aug 14 16:04:50 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile Log Message: Disable iconv in host-libcpp autoconf: fixes build on Mac OS X. Thanks to joerg@ for the diagnosis and proposed fix. To

CVS commit: src/external/gpl3/gcc/usr.bin/host-libcpp

2016-08-14 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Aug 14 16:04:50 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile Log Message: Disable iconv in host-libcpp autoconf: fixes build on Mac OS X. Thanks to joerg@ for the diagnosis and proposed fix. To

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-06-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 17 03:27:50 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: arm-builtins needs insn-opinit.h I had this sitting in my tree already, but prompted by Michael Plass on port-arm To

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-06-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 17 03:27:50 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: arm-builtins needs insn-opinit.h I had this sitting in my tree already, but prompted by Michael Plass on port-arm To

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64

2016-06-09 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 10 01:13:05 UTC 2016 Added Files: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64: insn-modes.h Log Message: add missed file for ppc64 gcc5.4 mknative. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64

2016-06-09 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 10 01:13:05 UTC 2016 Added Files: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64: insn-modes.h Log Message: add missed file for ppc64 gcc5.4 mknative. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch

2016-04-21 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Apr 22 01:45:28 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/arm: configargs.h defs.mk gtyp-input.list tm.h src/external/gpl3/gcc/usr.bin/gcc/arch/armeb: configargs.h defs.mk

CVS commit: src/external/gpl3/gcc/usr.bin

2016-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 19 21:11:05 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.inc Log Message: Enable minimal warnings, disabling the unused and narrowing ones that gcc authors don't seem to pay attention to. To

CVS commit: src/external/gpl3/gcc/usr.bin

2016-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 19 21:11:05 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.inc Log Message: Enable minimal warnings, disabling the unused and narrowing ones that gcc authors don't seem to pay attention to. To

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 24 00:02:52 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 24 00:02:52 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 22 05:08:38 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/cc1: Makefile Log Message: XXXGCC5: add symlinks for SH .cc files. To generate a diff of this

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 22 05:08:38 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/cc1: Makefile Log Message: XXXGCC5: add symlinks for SH .cc files. To generate a diff of this

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch

2016-03-19 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Mar 18 20:40:22 UTC 2016 Added Files: src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: insn-modes.h src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: insn-modes.h src/external/gpl3/gcc/usr.bin/gcc/arch/m68000:

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch

2016-03-18 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Mar 18 20:40:22 UTC 2016 Added Files: src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: insn-modes.h src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: insn-modes.h src/external/gpl3/gcc/usr.bin/gcc/arch/m68000:

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 18 17:52:30 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile src/external/gpl3/gcc/usr.bin/lto-wrapper: Makefile Log Message: Add more

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 18 17:52:30 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile src/external/gpl3/gcc/usr.bin/lto-wrapper: Makefile Log Message: Add more

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:33:50 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: quote AD and LD. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Mar 16 05:33:50 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: quote AD and LD. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 21:41:36 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: port to GCC 5.3: - handle wide-int{,-print}.cc with a hack - clean up CLEANFILES - build gengtype{-lex,-parse,-state,}.c

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 21:41:36 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: port to GCC 5.3: - handle wide-int{,-print}.cc with a hack - clean up CLEANFILES - build gengtype{-lex,-parse,-state,}.c

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:14:47 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Makefile.inc Added Files: src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile Log Message: build a host version of libcpp, same as we do

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:14:47 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Makefile.inc Added Files: src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile Log Message: build a host version of libcpp, same as we do

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:13:22 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/common: Makefile src/external/gpl3/gcc/usr.bin/lto-wrapper: Makefile src/external/gpl3/gcc/usr.bin/lto1: Makefile Log Message: add new

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:13:22 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/common: Makefile src/external/gpl3/gcc/usr.bin/lto-wrapper: Makefile src/external/gpl3/gcc/usr.bin/lto1: Makefile Log Message: add new

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:12:06 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/cpp: Makefile src/external/gpl3/gcc/usr.bin/frontend: Makefile src/external/gpl3/gcc/usr.bin/g++: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2016-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 15 19:12:06 UTC 2016 Modified Files: src/external/gpl3/gcc/usr.bin/cpp: Makefile src/external/gpl3/gcc/usr.bin/frontend: Makefile src/external/gpl3/gcc/usr.bin/g++: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2015-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Feb 1 17:47:00 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: update m68k gcc bug workarounds for gcc 4.8. fixes PR 49609. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2015-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Feb 1 17:47:00 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: update m68k gcc bug workarounds for gcc 4.8. fixes PR 49609. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch

2015-01-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 15 22:29:54 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: configargs.h src/external/gpl3/gcc/usr.bin/gcc/arch/arm: configargs.h src/external/gpl3/gcc/usr.bin/gcc/arch/armeb:

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch

2015-01-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 15 22:29:54 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: configargs.h src/external/gpl3/gcc/usr.bin/gcc/arch/arm: configargs.h src/external/gpl3/gcc/usr.bin/gcc/arch/armeb:

CVS commit: src/external/gpl3/gcc/usr.bin/lto1

2015-01-14 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 14 20:26:41 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/lto1: Makefile Log Message: Fix build with USE_SSP set to yes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/gcc/usr.bin/lto1

2015-01-14 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 14 20:26:41 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/lto1: Makefile Log Message: Fix build with USE_SSP set to yes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/gcc/usr.bin

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:02:44 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Added Files: src/external/gpl3/gcc/usr.bin/lto-wrapper: Makefile src/external/gpl3/gcc/usr.bin/lto1: Makefile Log Message:

CVS commit: src/external/gpl3/gcc/usr.bin

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:02:44 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Added Files: src/external/gpl3/gcc/usr.bin/lto-wrapper: Makefile src/external/gpl3/gcc/usr.bin/lto1: Makefile Log Message:

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:08:06 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64: configargs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:08:06 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64: configargs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \

CVS commit: src/external/gpl3/gcc/usr.bin/frontend

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:05:41 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/frontend: Makefile Log Message: enable the rest of the languages To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/gpl3/gcc/usr.bin

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:18:10 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Log Message: it is lto1 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/Makefile Please note that

CVS commit: src/external/gpl3/gcc/usr.bin/frontend

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:05:41 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/frontend: Makefile Log Message: enable the rest of the languages To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:06:03 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: enable lto To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/external/gpl3/gcc/usr.bin/backend/Makefile

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:06:03 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: enable lto To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/external/gpl3/gcc/usr.bin/backend/Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2015-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 7 02:18:10 UTC 2015 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile Log Message: it is lto1 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/Makefile Please note that

CVS commit: src/external/gpl3/gcc/usr.bin

2014-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 31 22:55:17 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.gcc-tool Makefile.inc src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2014-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 31 22:55:17 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.gcc-tool Makefile.inc src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2014-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 4 01:19:14 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.backend Makefile.frontend Log Message: Add NOCTF To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc/usr.bin/cc1plus

2014-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 4 01:19:57 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin/cc1plus: Makefile Log Message: remove extra To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/usr.bin/cc1plus/Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2014-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 4 01:19:14 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.backend Makefile.frontend Log Message: Add NOCTF To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/gpl3/gcc/usr.bin/cc1plus

2014-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 4 01:19:57 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin/cc1plus: Makefile Log Message: remove extra To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/usr.bin/cc1plus/Makefile

CVS commit: src/external/gpl3/gcc/usr.bin

2014-03-22 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Mar 22 17:57:48 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile src/external/gpl3/gcc/usr.bin/cpp: Makefile

CVS commit: src/external/gpl3/gcc/usr.bin/cc1

2014-03-22 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Mar 22 19:52:21 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile Log Message: Remove (harmless) debug target committed by accident. Pointed out by Matthew Green in private e-mail. To generate a diff of

CVS commit: src/external/gpl3/gcc/usr.bin

2014-03-22 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Mar 22 17:57:48 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile src/external/gpl3/gcc/usr.bin/cc1obj: Makefile src/external/gpl3/gcc/usr.bin/cpp: Makefile

<    1   2   3   4   >