Re: [RFC, patch] powerpc64 FreeBSD support

2012-03-02 Thread Andreas Tobler
Ping! Any comments on the patch? Thanks, Andreas On 22.12.11 21:44, Andreas Tobler wrote: Hi all, the attached patch adds support for powerpc64-*-freebsd*. Results are/were sent to the test results list. A few words about the patch. I have chosen the way to add separate freebsd* files

[RFC, patch] powerpc64 FreeBSD support

2011-12-22 Thread Andreas Tobler
s_routine_name): Likewise. (rs6000_elf_file_end): Likewise. * config/rs6000/t-freebsd64: New file. * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the rs6000_current_abi for 64-bit FreeBSD to ABI_AIX. libgcc: ------- 2011-12-22 Andreas Tobler * config.host: Add

Re: [build] Fix bootstrap/51072: libitm not disabled without c++

2011-12-20 Thread Andreas Tobler
On 20.12.11 23:35, Eric Botcazou wrote: So, the patch causing this was reverted and bootstrap worked again(?), and now it is broken again with the same failure mode: cc1: error: unrecognized command line option "-Wno-narrowing" Actually, not the same, now it is invoking system gcc instead of

[patch] FreeBSD x86 emit note.GNU-stack section

2011-12-15 Thread Andreas Tobler
;readelf -l gcc/xgcc': GNU_STACK 0x 0x 0x 0x 0x RW 8 Thanks, Andreas 2011-12-15 Andreas Tobler * config/i386/freebsd.h (TARGET_ASM_FILE_END): Define. Index: c

Re: [patch] libjava/classpath configure update for FreeBSD 10 and up

2011-11-29 Thread Andreas Tobler
On 28.11.11 20:45, Andreas Tobler wrote: All, I'd like to commit the attached patch to trunk and gcc-4.6. It is a follow up from this one: http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00886.html I missed this one because in my setup I didn't build any shared libraries from clas

[patch] libjava/classpath configure update for FreeBSD 10 and up

2011-11-28 Thread Andreas Tobler
classpath. Any objections to this patch? Otherwise I'm going to commit within 24h. TIA, Andreas libjava/classpath/ChangeLog.gcj: 2011-11-28 Andreas Tobler * config.rpath (ld_shlibs): Fix detection of FreeBSD-10 and up. (libname_spec): Likewise. * configure:

[patch, committed] update configury for FreeBSD 10 on trunk

2011-11-21 Thread Andreas Tobler
Here the pointer to the patch I just committed. Test results: http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg02168.html Commit: http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00886.html And sorry for the inconsistency. Thanks, Andreas

Re: [patch] update configury for FreeBSD 10 on gcc-4.6 branch

2011-11-20 Thread Andreas Tobler
On 19.11.11 23:33, Andreas Tobler wrote: On 19.11.11 23:15, Gerald Pfeifer wrote: On Sat, 19 Nov 2011, Andreas Tobler wrote: the below patch updates the configury to be able to build gcc-4.6 on FreeBSD 10. I attach only the source files which have changed. libjava/libltdl/acinclude.m4 I

Re: [patch] update configury for FreeBSD 10 on gcc-4.6 branch

2011-11-19 Thread Andreas Tobler
On 19.11.11 23:15, Gerald Pfeifer wrote: On Sat, 19 Nov 2011, Andreas Tobler wrote: the below patch updates the configury to be able to build gcc-4.6 on FreeBSD 10. I attach only the source files which have changed. libjava/libltdl/acinclude.m4 I don't see this one in your Chan

[patch] update configury for FreeBSD 10 on gcc-4.6 branch

2011-11-19 Thread Andreas Tobler
/configure libssp/configure The CL look like this. 2011-11-19 Andreas Tobler * libtool.m4: Additional FreeBSD 10 fixes. 2011-11-19 Andreas Tobler * configure: Regenerate. Is this ok for 4.6 branch? Thanks, Andreas Index: libtool.m4

Re: [RFC PATCH] update to libtool-2.4.2 and regenerate

2011-10-28 Thread Andreas Tobler
On 28.10.11 01:35, Markus Trippelsdorf wrote: By popular demand, I've prepared a patch that updates the in-tree libtool to version 2.4.2. It is needed for lto-bootstrap with -fno-fat-lto-objects and FreeBSD10.x versions. It's a pretty big update as you can see by the following diffstat. I cannot

[patch] Emit warning if not compiled with pg for x86_64 freebsd

2011-10-25 Thread Andreas Tobler
Hi, the patch below adds a compile time warning which is present on the 32-bit target but not on the 64-bit target. I think it is missing since the beginning. The patches 'fixes' the gcc.dg/20021014-1.c test case on x86_64-freebsd. Ok for trunk and 4.6? Thanks, Andreas 2011-10-2

Re: [patch] fix bootstrap in libgcc for PowerPC FreeBSD

2011-10-24 Thread Andreas Tobler
the patch we look for everything which contains ibm-ldouble.c... Is this ok for head? while I cannot approve it, I'm pretty sure this counts as obvious. I committed this one. Thanks, Andreas Sorry for the breakage. Rainer 2011-08-05 Andreas Tobler * config/rs6

[patch] fix bootstrap in libgcc for PowerPC FreeBSD

2011-08-05 Thread Andreas Tobler
contains ibm-ldouble.c... Is this ok for head? Thanks, Andreas 2011-08-05 Andreas Tobler * config/rs6000/t-freebsd: Add a wildcard to the filter to find the file with the path. Index: config/rs6000/t-freebsd

Re: Unreviewed libffi patch

2011-06-14 Thread Andreas Tobler
On 14.06.11 17:22, Rainer Orth wrote: The following patch has remained unreviewed for a week: [libffi] Fix libffi.call/huge_struct.c on Tru64 UNIX http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00644.html It needs a libffi maintainer or global reviewer. From the test suite pov

Re: [patch, PR 48690] fix compilation for m68k-*-netbesdelf

2011-04-22 Thread Andreas Tobler
On 22.04.11 21:05, Andreas Schwab wrote: Andreas Tobler writes: Index: config/m68k/netbsd-elf.h === --- config/m68k/netbsd-elf.h(revision 172861) +++ config/m68k/netbsd-elf.h(working copy) @@ -97,7 +97,11 @@ #undef

[patch, PR 48690] fix compilation for m68k-*-netbesdelf

2011-04-22 Thread Andreas Tobler
Hi all, the attached patch fixes the build for m68k-netbsdelf1.6.1. Tested with a cross build for c,c++ and fortran. The breakage is alive since r121736. The patch does the same as m68k linux does. Ok for trunk? Thanks, Andreas 2011-04-22 Andreas Tobler PR target/48690

Re: [patch] ping1 unbreak bootstrap on FreeBSD ppc

2011-04-12 Thread Andreas Tobler
On 12.04.11 17:06, Joern Rennecke wrote: 2011-03-12 Andreas Tobler * config/rs6000/freebsd.h: (RELOCATABLE_NEEDS_FIXUP): Define in terms of target_flags_explicit. Adjust copyright year. * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits. * config

Re: fix rs6000 break

2011-03-31 Thread Andreas Tobler
- Original Message From: Jakub Jelinek To: Andreas Tobler Cc: jos...@codesourcery.com, gcc-patches@gcc.gnu.org Subject: Re: fix rs6000 break Date: 31/03/11 08:44 > On Thu, Mar 31, 2011 at 08:30:42AM +0200, Andreas Tobler wrote: > > Hello, > > > > Is this o

fix rs6000 break

2011-03-30 Thread Andreas Tobler
Hello, Is this ok to apply? 2011-03-31 Andreas Tobler * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel var. Index: config/rs6000/rs6000.c === --- config/rs6000/rs6000.c (revision 171769

[patch committed] rs6000/t-freebsd trunk

2011-03-21 Thread Andreas Tobler
All, I committed this obvious patch also to trunk. Andreas 2011-03-21 Andreas Tobler * config/rs6000/t-freebsd: Remove duplication from file. Index: t-freebsd === --- t-freebsd (revision 171238) +++ t-freebsd

[patch commited] rs6000/t-freebsd 4.6 branch

2011-03-21 Thread Andreas Tobler
All, I committed the obvious patch below after asking Jakub. Andreas 2011-03-21 Andreas Tobler * config/rs6000/t-freebsd: Remove duplication from file. Index: t-freebsd === --- t-freebsd (revision 171238) +++ t

Re: [patch] ping1 unbreak bootstrap on FreeBSD ppc

2011-03-13 Thread Andreas Tobler
On 13.03.11 22:37, Gerald Pfeifer wrote: On Sat, 12 Mar 2011, Andreas Tobler wrote: I'd like to commit the below patch to gcc trunk and gcc-4.5. I have an ok from DJE, but I still await a comment from Loren. This is now pending for more than a month. And I'd like to push this out

[patch] ping1 unbreak bootstrap on FreeBSD ppc

2011-03-12 Thread Andreas Tobler
point people at the latest gcc snapshot/release instead of unapproved patches. Thanks, Andreas libgcc: 2011-03-12 Andreas Tobler * config.host (cpu_type): Add FreeBSD PowerPC specific parts. Adjust copyright year. gcc: 2011-03-12 Andreas Tobler * config/rs6000/freeb

<    1   2   3