[PATCH,cygwin] config/i386/cygwin-w64.h: Remove duplicate undef LONG_TYPE_SIZE

2014-04-11 Thread Ralf Corsepius
Hi, The patch below addresses what I consider to be an obvious typo in gcc/config/i386/cygwin-w64.h on trunk and gcc-4_9-branch OK to commit to both branches? Ralf 2014-04-12 Ralf Corsépius * config/i386/cygwin-w64.h: Remove duplicate undef LONG_TYPE_SIZE. Index: gcc/config/i386/cygwin

[patch] microblaze-rtems Add TARGET_BIG_ENDIAN_DEFAULT

2013-12-06 Thread Ralf Corsepius
Hi, I intend to the patch below to gcc-trunk and 4.8-branch: It's a partial sync of the microblaze-rtems* section in gcc/config.gcc with microblaze*-*-elf's: Add TARGET_BIG_ENDIAN_DEFAULT-switch for microblaze*-*-rtems*. Ralf 2013-12-07 Ralf Corsépius * config.gcc (microblaze*-*-rtems*

[patch,libgcc] Add microblaze-*-rtems*

2013-12-06 Thread Ralf Corsepius
Hi, I am going to apply the patch below to trunk and 4.8-branch. It adds a copy of the microblaze-*-elf section for microblaze-rtems* to libgcc/config.host. This is the missing patch I mentioned in http://gcc.gnu.org/ml/gcc/2013-11/msg00548.html Ralf 2013-12-06 Ralf Corsépius * config

Re: [PATCH, i386]: Fix MULTILIB_MATCHES option typos in t-rtems

2013-11-06 Thread Ralf Corsepius
On 11/05/2013 07:54 PM, Uros Bizjak wrote: On Tue, Nov 5, 2013 at 7:43 PM, Ralf Corsepius wrote: 2013-11-05 Uros Bizjak * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos. Committed to SVN mainline as obvious, should be backported to other release branches. Yikes! Could

Re: [PATCH, i386]: Fix MULTILIB_MATCHES option typos in t-rtems

2013-11-05 Thread Ralf Corsepius
On 11/05/2013 07:21 PM, Uros Bizjak wrote: Hello! 2013-11-05 Uros Bizjak * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos. Committed to SVN mainline as obvious, should be backported to other release branches. Yikes! Could you please apply it to all open GCC branches? Ralf

Re: [PATCH, i386]: Enable soft-float multilibs for x86-32 RTEMS

2013-11-05 Thread Ralf Corsepius
On 11/05/2013 05:38 PM, Joel Sherrill wrote: On 11/5/2013 10:26 AM, Uros Bizjak wrote: On Tue, Nov 5, 2013 at 5:23 PM, Uros Bizjak wrote: Attached patch enables soft-float multilibs for x86-32 RTEMS. The patch activates SFmode and DFmode soft-float support routines. The XFmode is mapped to D

Re: [patch,libgcc] m32r*rtems* add crtinit.o and crtfinit.o

2012-10-30 Thread Ralf Corsepius
On 10/30/2012 07:03 PM, Ian Lance Taylor wrote: On Tue, Oct 30, 2012 at 12:10 AM, Ralf Corsepius wrote: I would like to apply the patch below to trunk and gcc-4.7-branch. This patch was originalyl submitted by Joel Sherrill back in May (http://gcc.gnu.org/ml/gcc-patches/2012-05/msg01180.html

[patch,libgcc] m32r*rtems* add crtinit.o and crtfinit.o

2012-10-30 Thread Ralf Corsepius
Hi, I would like to apply the patch below to trunk and gcc-4.7-branch. This patch was originalyl submitted by Joel Sherrill back in May (http://gcc.gnu.org/ml/gcc-patches/2012-05/msg01180.html), but had never received any feedback. It has been part of the rtems-gcc patches, since then. Ralf

Re: [patch, applied] avr RTEMS config/avr/* cleanups.

2012-10-26 Thread Ralf Corsepius
On 10/26/2012 07:57 AM, Ralf Corsepius wrote: On 10/26/2012 06:48 AM, Georg-Johann Lay wrote: Ralf Corsepius schrieb: I've applied the patch below to trunk and gcc-4.7-branch. It contains 2 RTEMS specific cleanups which have been in use for avr-rtems for quite a while. Ralf 2012-10-26

Re: [patch, applied] avr RTEMS config/avr/* cleanups.

2012-10-25 Thread Ralf Corsepius
On 10/26/2012 06:48 AM, Georg-Johann Lay wrote: Ralf Corsepius schrieb: I've applied the patch below to trunk and gcc-4.7-branch. It contains 2 RTEMS specific cleanups which have been in use for avr-rtems for quite a while. Ralf 2012-10-26 Ralf Corsépius * config/avr/rt

[patch, applied] avr RTEMS config/avr/* cleanups.

2012-10-25 Thread Ralf Corsepius
Hi, I've applied the patch below to trunk and gcc-4.7-branch. It contains 2 RTEMS specific cleanups which have been in use for avr-rtems for quite a while. Ralf 2012-10-26 Ralf Corsépius * config/avr/rtems.h (TARGET_OS_CPP_BUILTINS): Remove __USE_INIT_FINI__. * config/avr/t-rtems (LIB

Re: [patch,gcc] Add microblaze*-rtems*

2012-10-25 Thread Ralf Corsepius
On 10/25/2012 04:38 PM, Michael Eager wrote: On 10/25/2012 06:49 AM, Ralf Corsepius wrote: Hi, And another RTEMS-patch, I'd like to apply to GCC trunk and GCC-4_7-branch: Adding microblaze*-rtems* target. This patch has been in use as part of the RTEMS gcc-4.7 patches for ca. 1/2 a year.

[patch,gcc] Add microblaze*-rtems*

2012-10-25 Thread Ralf Corsepius
Hi, And another RTEMS-patch, I'd like to apply to GCC trunk and GCC-4_7-branch: Adding microblaze*-rtems* target. This patch has been in use as part of the RTEMS gcc-4.7 patches for ca. 1/2 a year. Ralf 2012-04-19 Ralf Corsépius * config.gcc (microblaze*-*-rtems*): New target. * confi

Re: [patch,libgcc] sparc64-*-rtems*: Remove sparc/t-elf.

2012-10-25 Thread Ralf Corsepius
On 10/25/2012 12:53 PM, Eric Botcazou wrote: I would like to apply the following patch to trunk and gcc-4_7-branch. GCC doesn't build for sparc64-rtems* without it. Sure, thanks. Thanks, patch applied to trunk and gcc-4_7-branch. Ralf

[patch,libgcc] sparc64-*-rtems*: Remove sparc/t-elf.

2012-10-25 Thread Ralf Corsepius
Hi, I would like to apply the following patch to trunk and gcc-4_7-branch. GCC doesn't build for sparc64-rtems* without it. Ralf 2012-07-05 Ralf Corsépius * config.host (sparc64-*-rtems*): Remove sparc/t-elf. diff --git a/libgcc/config.host b/libgcc/config.host index 2259d47..bbf21a9 10064

Re: [patch,libgcc] sh-rtems: Add sh*-*-elf*'s extra_parts.

2012-10-25 Thread Ralf Corsepius
On 10/25/2012 09:36 AM, Kaz Kojima wrote: Ralf Corsepius wrote: I would like to apply the patch below to trunk and gcc-4.7 branch. GCC doesn't build for sh-rtems* without it. OK. Please go ahead. Thanks, patch applied to trunk and gcc-4.7-branch. Ralf

[patch,libgcc] sh-rtems: Add sh*-*-elf*'s extra_parts.

2012-10-24 Thread Ralf Corsepius
Hi, I would like to apply the patch below to trunk and gcc-4.7 branch. GCC doesn't build for sh-rtems* without it. Ralf 2012-07-10 Ralf Corsépius * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts. diff --git a/libgcc/config.host b/libgcc/config.host index ef9791b..6c5c825 100644

Re: [PATCH] GCC 4.7 and 4.8 PowerPC RTEMS

2012-10-24 Thread Ralf Corsepius
On 10/25/2012 04:40 AM, Ralf Corsepius wrote: On 10/25/2012 01:28 AM, David Edelsohn wrote: Joel and Ralf, Would you please comment on this patch? http://gcc.gnu.org/ml/gcc-patches/2012-10/msg02154.html Thanks, David This patch had been part of the rtems gcc-patches for months and I haven&#

Re: [PATCH] GCC 4.7 and 4.8 PowerPC RTEMS

2012-10-24 Thread Ralf Corsepius
On 10/25/2012 01:28 AM, David Edelsohn wrote: Joel and Ralf, Would you please comment on this patch? http://gcc.gnu.org/ml/gcc-patches/2012-10/msg02154.html Thanks, David This patch had been part of the rtems gcc-patches for months and I haven't received any complaint about it. So, this pat

Re: [patch] Add v850-*-rtems*

2012-07-18 Thread Ralf Corsepius
On 07/18/2012 05:02 PM, Jeff Law wrote: On 07/17/12 17:11, Ralf Corsepius wrote: Hi, The patch below adds an v850-*-rtems* target configuration to GCC. It's a sightly modified copy of the v850*-*-* target, with some RTEMS specific changes added. I would like to apply this patch to trun

[patch] Add v850-*-rtems*

2012-07-17 Thread Ralf Corsepius
Hi, The patch below adds an v850-*-rtems* target configuration to GCC. It's a sightly modified copy of the v850*-*-* target, with some RTEMS specific changes added. I would like to apply this patch to trunk and gcc-4_7-branch. OK to commit? Ralf 2012-06-27 Ralf Corsépius * config

Re: arm-rtems switch default target to EABI

2012-06-12 Thread Ralf Corsepius
On 06/12/2012 11:53 AM, Sebastian Huber wrote: On 06/05/2012 05:19 PM, Sebastian Huber wrote: Hi, what is the blocking point for the integration of these patches? Ping. GCC uses a *-*-*eabi patterns to destinguish EABI toolchains from other ABIs. Your endeavour contradicts the spirit beh

Re: [Patch] libgfortran: do not assume libm

2012-03-20 Thread Ralf Corsepius
On 03/20/2012 10:01 AM, Tristan Gingold wrote: Hi, I am starting to build fortran for VMS. The first serious issue was with libgfortran/configure. It checks for several math functions, but directly in libm using AC_CHECK_LIB. But there is on such things as libm on VMS systems (thus requiring

Re: [patch] PR 51417

2012-03-06 Thread Ralf Corsepius
On 03/06/2012 10:43 AM, Richard Guenther wrote: On Mon, 5 Mar 2012, Ralf Corsépius wrote: Hi, The patch below addresses an issue with gcc-4.7.0 the issue I had reported in http://gcc.gnu.org/ml/gcc/2012-03/msg00035.html and somebody else had bz'ed as http://gcc.gnu.org/bugzilla/show_bug.cgi?i

Re: [PATCH][target/52481] m68k-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-06 Thread Ralf Corsepius
On 03/06/2012 07:22 PM, Richard Henderson wrote: On 03/06/12 09:55, Andreas Schwab wrote: Richard Henderson writes: On 03/06/12 02:13, Andreas Schwab wrote: Ralf Corsepius writes: * Incompatiblible/insufficient binutils (I am using binutils-2.22)? * Some as/ld-flags getting lost

Re: [PATCH][target/52481] m68k-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-06 Thread Ralf Corsepius
On 03/05/2012 07:44 PM, Richard Henderson wrote: --- Comment #1 from Mikael Pettersson 2012-03-04 21:01:28 UTC --- Created attachment 26827 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26827 reduced test case in C Depends on target CPU selection. -mcpu=680[012346]0 and -mcpu=cpu32 al

Re: [commited] Add custom RTEMS lm32 multilibs

2011-11-07 Thread Ralf Corsepius
On 11/07/2011 11:17 AM, Rainer Orth wrote: Hi Ralf, Index: gcc/config.gcc === --- gcc/config.gcc (revision 180973) +++ gcc/config.gcc (revision 180974) @@ -1539,6 +1539,7 @@ tm_file="dbxelf.h elfos.h ${tm_file} lm

Re: [Patch] ARM EABI support for RTEMS

2011-11-06 Thread Ralf Corsepius
On 11/04/2011 03:30 PM, Sebastian Huber wrote: On 11/04/2011 01:57 PM, Sebastian Huber wrote: It builds well and the test suite runs currently. http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg00407.html The second version of your patch is OK with me and seems to work fine. Patch commited

[commited, rtems] Sync gcc/config/rs6000/*rtems* with RTEMS-gcc

2011-11-04 Thread Ralf Corsepius
Hi, I have applied the 2 patches below to gcc-svn/trunk. They contain what RTEMS has been using for its powerpc target for some time. Ralf 2011-11-05 Ralf Corsépius * config/rs6000/t-rtems: Add -mcpu=8540/-mfloat-gprs=double multilib. Remove -mcpu=601 multilib. Remo

[PATCH,libgcc,avr-rtems] Filter out _exit

2011-11-04 Thread Ralf Corsepius
Hi, avr-rtems uses _exit from newlib and therefore filter out _exit from LIB1ASMFUNCS. I intend to commit the patch below, which is supposed to be a port of what RTEMS had used in gcc/config/avr/t-rtems in gcc < 4.7. Ralf 2011-11-05 Ralf Corsépius * config.host (avr-*-rtems*):

[commited] Add custom RTEMS lm32 multilibs

2011-11-04 Thread Ralf Corsepius
Hi, I applied the patch below to SVN-trunk. We've been using it for the RTEMS toolchains for several months. Ralf 2011-11-05 Ralf Corsépius * config/lm32/t-rtems: New. * config.gcc (lm32-*-rtems*): Add t-rtems. Index: gcc/config.gcc

Re: [Patch] ARM multilib changes for RTEMS

2011-11-04 Thread Ralf Corsepius
On 11/04/2011 09:34 AM, Sebastian Huber wrote: Hello, please have a look at the attached patch. It is intended for inclusion in the GCC 4.7 branch. The embedded brains GmbH has a copyright assignment with the FSF. This patch is OK with me. Ralf

Re: [PATCH] [JAVA] patch for Java on RTEMS

2011-08-26 Thread Ralf Corsepius
On 08/14/2011 03:03 PM, Jie Liu wrote: Hi, I have add the boehm-gc patch and the configure for gcc patch to the patch attached. So we can add this patch and then compile gcj for RTEMS. Best Regards, Jie --- boehm-gc/include/private/gcconfig.h (revision 172224) +++ boehm-gc/include/private/gcc

Re: Toplevel cleanup: disable Java when libffi not supported

2011-04-29 Thread Ralf Corsepius
On 04/29/2011 06:26 PM, Tom Tromey wrote: "Joseph" == Joseph S Myers writes: Joseph> This patch, relative to a tree with Joseph> applied, Joseph> continues the cleanup of toplevel cases relating to disabling Java or Joseph> Java li

Re: [PATCH, ARM] Switch to EABI version 5 for RTEMS

2011-04-06 Thread Ralf Corsepius
On 04/06/2011 05:20 PM, Sebastian Huber wrote: there were several requests for ARM Cortex-M support on RTEMS recently. The first step towards this is a suitable ARM tool chain. I want to use this event to clean up the multilibs and switch to the EABI version 5. The benefit of EABI version 5 i