CVS commit: src/external/gpl3/gcc/dist/gcc

2013-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 17 19:10:57 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/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_b

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2013-01-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 11 13:58:41 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h Log Message: Add missing % to SUBTARGET_ASM_FLOAT_SPEC If compiling for AAPCS, default to a TARGET_CPU_arm926ejs (armv5te) If linki

CVS commit: src/external/gpl3/gcc/dist/gcc/config/i386

2012-12-30 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 30 20:16:59 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: i386.c Log Message: No need to check both TARGET_64BIT and ix86_preferred_stack_boundary >= 64, if the former is true the latter is also true.

CVS commit: src/external/gpl3/gcc/dist/gcc/config/i386

2012-12-30 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 30 16:13:57 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: driver-i386.c Log Message: If -march=native is specified, only enable AVX if the processor supports it and the OS has enabled XGETBV for appli

CVS commit: src/external/gpl3/gcc/dist/gcc

2012-12-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 20 07:12:27 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc src/external/gpl3/gcc/dist/gcc/config/ia64: fde-glibc.c Log Message: We do not have a native libunwind (yet) - so reuse the Linux stuf

CVS commit: src/external/gpl3/gcc/dist/gcc/config/ia64

2012-12-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Dec 19 16:57:21 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/ia64: netbsd.h Log Message: Avoid duplicate definition of __enable_execute_stack in libgcc (copied from the rs6000 netbsd.h) To generate a diff o

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++

2012-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 8 01:38:27 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++: eh_arm.cc unwind-cxx.h Log Message: fix inconsistencies in EABI decls. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2012-11-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 8 18:13:53 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_queue.h Log Message: Merge r163231 from upstream to fix xulrunner build with Clang. To generate a diff of this commit: cvs rdi

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2012-11-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 8 11:24:01 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_pair.h Log Message: Provide copy constructor and copy assignment operators for C++11. Clang implements the C++11 semantics prope

CVS commit: src/external/gpl3/gcc/dist/gcc/config/i386

2012-10-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 6 14:10:46 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: i386.h Log Message: PR 46978: ICE on spilling MMX registers GCC/i386 has code to lower the required alignment for long long to 32bit as the C

CVS commit: src/external/gpl3/gcc/dist/gcc

2012-09-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Sep 16 07:26:31 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc: ChangeLog src/external/gpl3/gcc/dist/gcc/config/arm: arm.md Log Message: Fix gcc bugid 51408 for arm. To generate a diff of this commit: cvs r

CVS commit: src/external/gpl3/gcc/dist/gcc/config/i386

2012-09-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Sep 14 13:00:01 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: i386.c netbsd-elf.h netbsd64.h Log Message: Fix GCC to correctly implement the i386 psABI on NetBSD. This consists of two parts: -

CVS commit: src/external/gpl3/gcc/dist/gcc

2012-09-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 2 20:58:44 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc: builtins.c Log Message: Make can_trust_pointer_alignment() always return false on STRICT_ALIGNMENT archs - gcc 4.5 is not able to properly track alignmen

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2012-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 12 00:01:50 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h Log Message: pay attention to -pie: link crt{begin,end}S.o. this fixes -fpie on sparc and sparc64, and probably others. To generate a

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2012-08-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 6 00:24:14 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: bpabi.h netbsd-eabi.h t-netbsd-eabi Added Files: src/external/gpl3/gcc/dist/gcc/config/arm: bpabi-netbsd.c Log Message: a fe

CVS commit: src/external/gpl3/gcc/dist

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:10:18 UTC 2012 Modified Files: src/external/gpl3/gcc/dist: config.sub src/external/gpl3/gcc/dist/gcc: config.gcc src/external/gpl3/gcc/dist/gcc/config/arm: bpabi.h netbsd-elf.h Added Files: src/e

CVS commit: src/external/gpl3/gcc/dist/libobjc

2012-07-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 20 21:18:00 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libobjc: archive.c encoding.c sendmsg.c Log Message: Remove a bunch of broken inline qualifiers that break the -O0 build. To generate a diff of this commit:

CVS commit: src/external/gpl3/gcc/dist/gcc

2012-06-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 17 13:43:30 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc: ChangeLog reload.c reload1.c Log Message: Apply upstream revision 175141: setjmp vs. unchanged register values; should fix PR toolchain/45837. To gener

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2012-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 27 00:57:45 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h Log Message: add specs to automagically add the mudflap libraries when -fmudflap{,th} To generate a diff of this commit: cvs rdif

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2012-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 22 15:15:46 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: constraints.md Log Message: Bring in fix from: http://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=43804 Allows libmudflap to compi

CVS commit: src/external/gpl3/gcc/dist/libmudflap

2012-04-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 19 15:52:39 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libmudflap: mf-runtime.c mf-runtime.h Log Message: Make declarations consistent, and change unsigned int to unsigned long so that this works on LP64 machine

CVS commit: src/external/gpl3/gcc/dist/libmudflap

2012-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 18 02:55:06 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libmudflap: mf-hooks1.c mf-hooks2.c mf-impl.h mf-runtime.c mf-runtime.h Log Message: NetBSD fixes: 1. thread_self() returns a pointer, not an un

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++

2012-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 9 00:24:57 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++: nested_exception.h Log Message: clang complains: C++ default arguments are illegal in the function defininion. christos@ ok To generate

CVS commit: src/external/gpl3/gcc/dist/gcc/config/sparc

2012-02-14 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Tue Feb 14 11:25:05 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/sparc: netbsd-elf.h Log Message: The default configuration for TLS support is supposed to use Sun as, but we use GNU as. So in this case it gene

CVS commit: src/external/gpl3/gcc/dist/gcc

2012-02-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Feb 5 17:43:47 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc: c-lex.c Log Message: Gcc emit overflows warnings on VAX when you try to use HUGE_VAL. Make these warning supressable if -Wno-overflow is given. To gener

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2012-02-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Feb 5 17:38:21 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.c vax.md Log Message: Use REG_P, CONST_INT_P, and gcc_unreachable(). Bring forward movememsi from gcc4.1 To generate a diff of this commit

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2012-02-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Feb 5 17:37:19 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: constraints.md Log Message: Constraint 'T' needs to be a CONSTANT_P so add a match_test for that. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gcc/dist/gcc/config/i386

2012-02-02 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Feb 2 13:07:33 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/i386: netbsd-elf.h Log Message: tell the compiler that the i387 runs in double-rounding mode, so it doesn't need to issue memory store-read seque

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++

2012-01-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 28 14:21:52 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++: exception_ptr.h Log Message: Merge r171807 from upstream: exception_ptr.h needs the forward declaration because it's included from bef

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2012-01-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 28 11:24:05 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: elf.h Log Message: Pull in revision 1.4 from src/gnu/dist/gcc4/gcc/config/vax/elf.h: Emit DWARF relocation in its expected form PR toolchain/

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 15 08:34:11 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: make sure m68010-netbsdelf chooses the right unwinder. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 15 08:33:55 UTC 2011 Added Files: src/external/gpl3/gcc/dist/gcc/config/m68k: t-m68010-netbsd Log Message: make sure m68010-netbsdelf chooses the right unwinder. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax

2011-11-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Nov 10 17:16:30 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: builtins.md vax.md Log Message: include builtins.md in vax.md so that ffs is defined. update for conditional branch changes in gcc. To generate

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-11-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 8 23:08:11 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: unwind-dw2-fde.c Log Message: Somehow emacs tries to unregister frame info for a symbol it did not register. Don't abort for now. This worked before be

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2011-10-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 30 00:28:26 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c Log Message: expand the POWERPC_LINUX checks to also apply to POWERPC_NETBSD. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2011-10-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 29 10:51:16 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h Log Message: remove the duplicated -mcall-netbsd. adjust the __PIC__ definition to match common.opt. To generate a diff of this c

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-10-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Oct 17 14:27:10 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: gcc.c Log Message: when linking with "-shared" and "-shared-libgcc", also link against the static libgcc.a after the shared libgcc_s.so. this is needed on

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-10-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Oct 11 23:05:49 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/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 actua

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-10-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Oct 9 21:17:34 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: expr.c Log Message: in emit_push_insn(), ignore alignment if we don't have a type. works around a gcc ICE on m68k. from mrg. To generate a diff of this c

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2011-10-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 7 09:16:27 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: remove NETBSD_LIBGCC_SPEC that is no longer necessary with ligcc already doing pic code properly. To generate a diff of this

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-09-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Sep 25 13:33:43 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: define PREFERRED_STACK_BOUNDARY to be the same as STACK_BOUNDARY, gcc 4.5 wants them both. To generate a diff of thi

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-09-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Sep 25 13:33:12 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: lb1sf68.asm Log Message: libgcc is big enough to need the equivalent of -fPIC here now. To generate a diff of this commit: cvs rdiff -u -r1.1.

CVS commit: src/external/gpl3/gcc/dist/gcc/config/alpha

2011-09-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Sep 25 13:32:18 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/alpha: elf.h Log Message: don't try to define LINK_EH_SPEC if it's already set, netbsd.h already set it to what we want. To generate a diff of this

CVS commit: src/external/gpl3/gcc/dist/gcc/config/sh

2011-08-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Aug 24 21:25:01 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/sh: sh.c Log Message: Pull the fix for GCC Bug 50068 - Invalid memory access in incr_ticks_for_insn http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2011-08-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 7 00:07:15 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: whoops, properly copy the old libgcc spec. fixes libGLU on sh3. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2011-08-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Aug 2 00:45:37 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: sysv4.h Log Message: Don't define LINK_EH_SPEC if it's already defined. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/ext

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2011-07-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jul 31 03:43:33 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config: freebsd-spec.h Log Message: Don't define LINK_EH_SPEC if it's already defined (from netbsd*.h) To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2011-07-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jul 23 15:22:27 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: We use the "iterate phdrs method for exception unwinding now, so make sure to pass --eh-frame-hdr to get the GNU_EH_FRAME he

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2011-07-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 12 23:23:18 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h Log Message: Default to 128-bit long double. Next question is ieee or ibm long double. To generate a diff of this commit: cvs r

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2011-07-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 12 08:47:24 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h Log Message: Bring in gcc 4.5 changes. powerpc64 can at least build a compiler now. To generate a diff of this commit: cvs rdif

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:23:48 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: make this look more like the (working) gcc 4.1 configuration, and make this actually work on netbsd/sun2. To generat

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:23:16 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: fpgnulib.c Log Message: XXX: add a prototype for __cmpdf2() so this compiles with -Werror. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:22:49 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: use m68k/t-floatlib on netbsd m68* platforms. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/di

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 14:58:34 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: take MASK_64BIT out of the default target flags. how this did not break all sorts of stuff i don't know! To generate a diff of thi

CVS commit: src/external/gpl3/gcc/dist/gcc/config/mips

2011-07-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 7 17:27:47 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h Log Message: Get rid of the hack that limited long double to 64 bits. We support 128 bit long doubles now. To generate a diff of

CVS commit: src/external/gpl3/gcc/dist/libgcc

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 01:27:30 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/libgcc: config.host Log Message: add hppa-netbsd support. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/libgcc/con

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 15:34:09 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: elf.h Log Message: netbsd needs __floatundisf; make it so. (should we have this elsewhere?) To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 14:09:58 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: Makefile.in Log Message: avoid passing -I$DESTDIR/usr/include to the $HOST_CC. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gp

CVS commit: src/external/gpl3/gcc/dist/gcc/config/mips

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 13:06:37 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h Log Message: undef DRIVER_SELF_SPECS before defining it. also, insert BASE_DRIVER_SELF_SPECS into DRIVER_SELF_SPECS. To generate a

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 13:05:19 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: for mips, MASK_SOFT_FLOAT has become MASK_SOFT_FLOAT_ABI. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 09:10:42 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: don't use the netbsd LIBGCC_SPEC on sun2. there's no libgcc_pic.a To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 09:08:55 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: set default_m68k_cpu for our m68* ports. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/gc

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:40:38 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: t-netbsd Log Message: copy across (most) of the LIB1ASMFUNCS from t-arm-elf. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:39:23 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: - for m680[012]0, set cpu_type=m68k - add fragment for m68010--netbsdelf - s/*-*-netbsd/*-*-netbsd*/ so that netbsdelf matches To

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 13:18:39 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: TARGET_VERSION is used in collect2.c now. avoid referencing the m68k_cpu_flags variable and simply print "(NetBSD/m68

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 02:38:31 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: t-netbsd Log Message: revert previous; we need this. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/gcc

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 04:05:22 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: t-netbsd Log Message: remove LIB2FUNCS_STATIC_EXTRA and supporting code. netbsd does not need this. To generate a diff of this commit: cvs r

CVS commit: src/external/gpl3/gcc/dist/gcc/config/sparc

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 01:24:04 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/sparc: netbsd-elf.h Log Message: fix a merge error. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/dist/gcc

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 01:23:23 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: arm.h Log Message: define HANDLE_PRAGMA_PACK_PUSH_POP to 1 not just define it To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 s

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-30 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 1 01:23:01 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: gcc.c src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: move the LIBGCC_PICSUFFIX hack into netbsd.h as the REAL_LIBGCC_SPEC. To genera

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-29 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 30 03:37:24 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: gcc.c Log Message: apply our LIBGCC_PICSUFFIX to one more use of "static_name". i hope that this is the last merge botch here to fix... To generate a diff

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-29 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 29 08:08:54 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: powerpc*-netbsd* wants svr4.h these days. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/g

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 29 06:24:48 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: targhooks.c Log Message: pull across from gcc 4.1 tree: >revision 1.2 >date: 2007/09/15 16:24:06; author: christos; state: Exp; lines: +10 -0 >Add a hac

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 29 04:59:10 UTC 2011 Added Files: src/external/gpl3/gcc/dist/gcc/config/i386: t-netbsd64 src/external/gpl3/gcc/dist/gcc/config/ia64: netbsd.h src/external/gpl3/gcc/dist/gcc/config/mips: netbsd64.h t-netbsd64

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 29 02:12:29 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: gcc.c Log Message: fix a merge error with LIBGCC_PIC_SUFFIX code. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/g

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 28 09:27:39 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: TOOLDIR_BASE_PREFIX must be a relative path now. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-28 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 28 07:52:40 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: gcc.c Log Message: fix a merge error only seen with NETBSD_NATIVE defined. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/g

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 23 12:11:24 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: Makefile.in Log Message: make this work with mknative-gcc: - libgcc.mvars only depends upon config.status/Makefile, not any built thing - copy the unwind.h

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 22 05:15:15 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: gcc.c Log Message: port this change from our gcc 4.1 tree. not entirely sure it's correct yet, but not yet able to test ... revision 1.5 date: 2011/04/10

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 22 05:14:26 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: Makefile.in Log Message: avoid installing limits.h and friends. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 07:39:19 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: configure configure.ac Log Message: pull across these revisions from gcc 4.1: configure: revision 1.12 date: 2011/03/10 15:14:49; author: skrll; state: E

CVS commit: src/external/gpl3/gcc/dist/gcc/config/rs6000

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 07:31:13 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd.h Log Message: pull across these revisions from gcc 4.1: revision 1.8 date: 2011/06/11 00:57:29; author: matt; state: Exp; lines: +

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 07:28:44 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: pull across these revisions from gcc 4.1: revision 1.21 date: 2011/01/23 06:29:52; author: matt; state: Exp; lines: +1 -1 Defaul

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2011-06-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 06:54:27 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: pull across these revisions from gcc 4.1: revision 1.9 date: 2011/04/15 13:42:22; author: joerg; state: Exp; lines: +2 -1 M

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/ext

2011-06-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 06:22:06 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/ext: ropeimpl.h Log Message: pull across from gcc 4.1: revision 1.2 date: 2011/02/05 00:37:40; author: joerg; state: Exp; lines: +2 -2 E

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src

2011-06-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 06:18:56 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src: locale-inst.cc Log Message: pull across from gcc 4.1: revision 1.2 date: 2011/05/25 15:51:55; author: joerg; state: Exp; lines: +2 -2 Don't

CVS commit: src/external/gpl3/gcc/dist/gcc/cp

2011-06-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 04:14:34 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/cp: Make-lang.in Log Message: add a NetBSD_DISABLED rule for cfns.h. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/

<    1   2   3   4   5