CVS commit: src/gnu/dist/gcc4/gcc

2014-06-12 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 13 00:46:33 UTC 2014 Removed Files: src/gnu/dist/gcc4/gcc: ABOUT-GCC-NLS BASE-VER COPYING COPYING.LIB ChangeLog ChangeLog-1997 ChangeLog-1998 ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 ChangeLog-2002

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2014-03-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Mar 18 23:43:41 UTC 2014 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: vax.c vax.h vax.md Log Message: Add a register definition for the Processor Status Word on VAX. Change the unwind definition to specify the CFA base

CVS commit: src/gnu/dist/gcc4/gcc/config

2014-03-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Mar 16 13:33:14 UTC 2014 Modified Files: src/gnu/dist/gcc4/gcc/config: netbsd-elf.h Log Message: Link with --eh-frame-hdr. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/gnu/dist/gcc4/gcc/config/netbsd-elf.h

CVS commit: src/gnu/dist/gcc4/gcc

2013-04-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Apr 5 03:14:45 UTC 2013 Modified Files: src/gnu/dist/gcc4/gcc: gcc.c Log Message: Improve the output of gcc when a subprogram gets a signal. When OOMing it gets signal 9, which prints Killed -- that this is actually signal

CVS commit: src/gnu/dist/gcc4/gcc/config/arm

2013-01-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 25 08:32:04 UTC 2013 Modified Files: src/gnu/dist/gcc4/gcc/config/arm: arm.h Log Message: Make GCC define __ARM_PCS and __ARM_PCS_VFP as defined by the ARM C Language Extentions (clang already defines them): __ARM_PCS is

CVS commit: src/gnu/dist/gcc4/gcc

2013-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 17 20:01:37 UTC 2013 Modified Files: src/gnu/dist/gcc4/gcc: dwarf2out.c Log Message: Apply GCC/35998 from FreeBSD http://svnweb.freebsd.org/changeset/base/245024 gcc: avoid generating negative values to

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2012-07-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jul 16 17:39:29 UTC 2012 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: builtins.md vax.md Log Message: Fix ffssi2 again. Use a UNSPEC for the internal ffs. use (match_dup 1) since Z will be set if it is 0 just as if tst:SI

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2012-07-11 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Wed Jul 11 13:34:45 UTC 2012 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: builtins.md Log Message: Bugfix builtin ffs, fixes PR port-vax/46677, fix from Paul Koning. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2012-02-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Feb 5 17:34:34 UTC 2012 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: vax.c vax.md Log Message: Use REG_P, CONST_INT_P, and gcc_unreachable. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2012-02-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 2 13:32:18 UTC 2012 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: vax.c Log Message: Fix a bug in movmemsi in which couldn't handle sym(reg) expressions properly. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2012-02-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 2 18:33:04 UTC 2012 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: vax.c Log Message: Handle another case the new gcc_assert(0) caught. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/gnu/dist/gcc4/gcc

2011-11-07 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Mon Nov 7 20:35:39 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc: version.c src/gnu/dist/gcc4/gcc/config/arm: arm.md Log Message: Remove pattern for arith_adjacentmem in arm.md, thus fixing PR toolchain/45576 at a very

CVS commit: src/gnu/dist/gcc4/gcc/config/rs6000

2011-06-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jun 11 00:57:29 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc/config/rs6000: netbsd.h Log Message: If we are compiling -msoft-float, define _SOFT_FLOAT To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/gnu/dist/gcc4/gcc/config/m68k

2011-06-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 7 14:22:14 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc/config/m68k: fpgnulib.c lb1sf68.asm Log Message: Pull following m68k softfloat fixes from upstream: --- Revision 109143 2005-12-29 Paul Brook

CVS commit: src/gnu/dist/gcc4/gcc/config/m68k

2011-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 19 03:18:01 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc/config/m68k: fpgnulib.c Log Message: Add missing prototype for __cmpdf2 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/gnu/dist/gcc4/gcc

2011-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 8 01:49:33 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc: c-common.c cfgexpand.c tree.h Log Message: Add a no_stack_protector function attribute to localize the effect of disabling stack protection on a

CVS commit: src/gnu/dist/gcc4/gcc

2011-04-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 10 16:48:52 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc: Makefile.in Log Message: Don't install limits.h. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/gnu/dist/gcc4/gcc/Makefile.in Please note

CVS commit: src/gnu/dist/gcc4/gcc

2011-04-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 10 16:50:18 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc: gcc.c src/gnu/dist/gcc4/gcc/config: netbsd.h Log Message: Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4 configuration. All but the

CVS commit: src/gnu/dist/gcc4/gcc

2011-03-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 24 13:31:31 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc: Makefile.in Log Message: Don't install stddef.h and friends, they don't work as intended without patching. Since our own versions are fine, don't bother. To

CVS commit: src/gnu/dist/gcc4/gcc/config/rs6000

2011-03-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Mar 12 07:57:38 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc/config/rs6000: netbsd.h Log Message: Define HAVE_AS_TLS until our build tools figure out how to do it. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/gnu/dist/gcc4/gcc/config/rs6000

2011-02-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 25 22:36:10 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc/config/rs6000: netbsd.h Log Message: Explicitly make sure TARGET_SECURE_PLT is defined correctly rather than relying on HAVE_AS_REL16 from auto-host.h. To

CVS commit: src/gnu/dist/gcc4/gcc

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:29:53 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc: config.gcc Log Message: Default mips64 to softfloat. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/gnu/dist/gcc4/gcc/config.gcc Please note

CVS commit: src/gnu/dist/gcc4/gcc/config/rs6000

2011-01-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 18 00:19:28 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc/config/rs6000: netbsd.h Log Message: Enable E500 (mpc85xx) support in GCC. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2010-12-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 22 02:58:35 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: elf.h Log Message: Emit DWARF relocation in its expected form To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/gnu/dist/gcc4/gcc/config/pa

2010-11-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 25 21:37:04 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc/config/pa: pa.c Log Message: Don't create weird notes section in hppa binaries. XXX maybe pa_netbsd_file_start is the proper fix. To generate a diff of this

CVS commit: src/gnu/dist/gcc4/gcc/config/pa

2010-11-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Nov 10 18:28:29 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc/config/pa: pa-netbsd.h Log Message: Update pa-netbsd.h to match pa-linux.h where it should. That is, remove local definitions of

CVS commit: src/gnu/dist/gcc4/gcc/config/vax

2010-07-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 27 16:30:38 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: vax.md Log Message: Don't use/rely on a constraint. Move the constraint predicate to the pattern's condition. To generate a diff of this commit: cvs

CVS commit: src/gnu/dist/gcc4/gcc

2010-07-19 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Jul 19 20:05:06 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc: version.c Log Message: PR/43642 - OKANO Takayoshi -- update bug reporting URL in GCC To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/gnu/dist/gcc4/gcc

2010-05-07 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 8 02:58:34 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc: configure Log Message: don't use the __{BIG,LITTLE}_ENDIAN__ test on NetBSD. it doesn't give the right result for some platforms, and the later valid tests are

CVS commit: src/gnu/dist/gcc4/gcc/config/rs6000

2010-03-27 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 27 20:11:06 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc/config/rs6000: netbsd64.h Log Message: don't include linux unwind support. we don't do this on 32 bit ppc, we don't have the symbols to support it, and it breaks

CVS commit: src/gnu/dist/gcc4/gcc

2009-12-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Dec 14 00:40:04 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc: config.gcc src/gnu/dist/gcc4/gcc/config/mips: mips.c mips.h netbsd.h Added Files: src/gnu/dist/gcc4/gcc/config/mips: netbsd64.h t-netbsd64 Log

CVS commit: src/gnu/dist/gcc4/gcc/config/i386

2009-08-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 13:16:53 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc/config/i386: t-netbsd64 Log Message: Pull in a hunk from t-linux64 for compile flags for CRTSTUFF To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/gnu/dist/gcc4/gcc/config/i386

2009-08-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 16 17:33:14 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc/config/i386: t-netbsd64 Log Message: Use += in previous so the flags from config/t-netbsd aren't lost. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/gnu/dist/gcc4/gcc/doc

2009-04-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 29 23:46:39 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc/doc: invoke.texi Log Message: Fix markup for -fdiagnostics-show-options. Don't split @code{} over lines. Ensure that sentences are consistently followed by two

CVS commit: src/gnu/dist/gcc4/gcc/doc

2009-04-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 29 23:53:29 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc/doc: invoke.texi Log Message: Include option as item for -Wp description to match the rest of the table. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/gnu/dist/gcc4/gcc/doc

2009-04-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 30 00:53:48 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc/doc: gcov.texi Log Message: Sort sourcefile after all other options. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2