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

2021-04-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 06:30:36 UTC 2021 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: more -O0 for vax To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 10:50:53 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: build-hash-table.lo and build-vec.lo depend upon $HASH_TABLE_H not $GGC_H To generate a diff of this commit: cvs rdiff -u

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

2020-06-12 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Fri Jun 12 14:37:51 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: external/gpl3/gcc: Suppress -Werror=maybe-uninitialized Seems like false positive since the ASM_GENERATE_INTERNAL_LABEL macro

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

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 05:28:38 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: apply -O0 to a few more files for vax. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

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

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 08:15:51 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: ira-color.c needs -Wno-error=int-in-bool-context for now. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

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-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-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-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

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-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

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-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-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

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-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

2014-03-15 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 15 20:46:38 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: make sure we use the C compiler (not C++) for CC= when running the configure for auto-build.h. fixes problems on linux. To

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

2014-03-10 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 10 18:57:36 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: pass $LD and $AS to the auto-build.h generation, so its configure gets the right answers for many things. in particular, it

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

2013-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 24 16:37:33 UTC 2013 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: and m68000 == m68k To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 15:50:18 UTC 2013 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Make this work with xpg4/sh where for x in; is an error. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 16:00:49 UTC 2013 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: ... but make sure to unset empty before it's used as an empty variable. To generate a diff of this commit: cvs rdiff -u

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

2011-11-10 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu Nov 10 09:28:25 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: add a crude dependency on tm_p.h. build.sh -j128 fails for me without this. To generate a diff of this commit: cvs rdiff

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

2011-11-07 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Nov 7 23:21:32 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Adjust dependencies for alpha. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2011-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 21 03:01:26 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: add some missing dependancies. there are probably a bunch more make hasn't spat at me yet. To generate a diff of this

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

2011-07-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 19 01:38:00 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: merge the common CPPFLAGS and HOST_CPPFLAGS. put -DGENERATOR_FILE into HOST_CPPFLAGS, and remove the hacky list of files to

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

2011-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 6 01:18:33 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: fix update build break on sh3. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:42:03 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: gengtype also needs sysroot-suffix.h if present To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 01:29:12 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: clean up and add some missing dependancies To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 28 10:11:04 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: some of the way towards working. there's a couple of hacks in there that need to be cleaned up before this is properly

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

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 29 02:17:36 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: apply some .if checks upon dependancies. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6