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 via

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 signa

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 def

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

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 w

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

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 src/gnu/dist/gcc4/

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 src/gnu/dist/gcc4/gc

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 -r1.15

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 small

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 src/gnu/dist/

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 * config/

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

2011-06-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jun 6 12:02:26 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc/config/m68k: fpgnulib.c Log Message: Pull the following revision from upstream to provide __unordsf2() and other missing softfloat functions: --- Revision 108487

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 src/gnu/dist/gcc4/gcc/c

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 function-by-fun

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

2011-04-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 10 21:25:56 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc/config: netbsd.h Log Message: Add back a stylish new line. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/gnu/dist/gcc4/gcc/config/netbsd.h Plea

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 targe

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 that

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 gene

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

2011-03-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 10 15:14:49 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc: configure configure.ac Log Message: Look for TLS on hppa on netbsd. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/gnu/dist/gcc4/gcc/configure

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 genera

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 t

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 src/gnu/dist/gcc4/gcc/config

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 src/gnu/dist/gcc4/gcc/config/

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 comm

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 ASM_PREFERRED_EH_DATA_FORM

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 r

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

2010-07-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 27 01:13:41 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc/config/vax: vax.md Log Message: Only allow jbls/jblc x(r) iff (x & 3) == 0 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/gnu/dist/gcc4/gcc/conf

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 src/gnu/dist

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 neve

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

2010-05-06 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu May 6 10:01:20 UTC 2010 Modified Files: src/gnu/dist/gcc4/gcc: gthr-posix.h Log Message: make the stdc++ headers usable for clang++. clang wants that __weakref__ declarations are "static", gcc-4.1 uses "extern" here. (gcc-4

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