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

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