From 15e12bf63a8a3ea7f2e411ade99228a68b4b8043 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 21 Jul 2009 10:46:01 +0000 Subject: Remove. --- .../patches/gcc-core-3.4.6-rtems4.8-20071111.diff | 27 ----- .../patches/gcc-core-4.0.3-rtems-20060822.diff | 14 --- .../patches/gcc-core-4.2.1-rtems4.8-20070719.diff | 31 ----- .../patches/gcc-core-4.2.1-rtems4.8-20070804.diff | 49 -------- .../patches/gcc-core-4.2.1-rtems4.8-20071111.diff | 119 ------------------ .../patches/gcc-core-4.2.1-rtems4.8-20071129.diff | 133 --------------------- .../patches/gcc-core-4.2.2-rtems4.8-20071127.diff | 63 ---------- .../patches/gcc-core-4.2.3-rtems4.8-20080508.diff | 87 -------------- 8 files changed, 523 deletions(-) delete mode 100644 contrib/crossrpms/patches/gcc-core-3.4.6-rtems4.8-20071111.diff delete mode 100644 contrib/crossrpms/patches/gcc-core-4.0.3-rtems-20060822.diff delete mode 100644 contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20070719.diff delete mode 100644 contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20070804.diff delete mode 100644 contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20071111.diff delete mode 100644 contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20071129.diff delete mode 100644 contrib/crossrpms/patches/gcc-core-4.2.2-rtems4.8-20071127.diff delete mode 100644 contrib/crossrpms/patches/gcc-core-4.2.3-rtems4.8-20080508.diff diff --git a/contrib/crossrpms/patches/gcc-core-3.4.6-rtems4.8-20071111.diff b/contrib/crossrpms/patches/gcc-core-3.4.6-rtems4.8-20071111.diff deleted file mode 100644 index 11a8403436..0000000000 --- a/contrib/crossrpms/patches/gcc-core-3.4.6-rtems4.8-20071111.diff +++ /dev/null @@ -1,27 +0,0 @@ -diff -uNr gcc-3.4.6.orig/gcc/collect2.c gcc-3.4.6/gcc/collect2.c ---- gcc-3.4.6.orig/gcc/collect2.c 2005-01-10 16:25:23.000000000 +0100 -+++ gcc-3.4.6/gcc/collect2.c 2007-11-13 08:48:13.000000000 +0100 -@@ -1534,7 +1534,7 @@ - if (redir) - { - /* Open response file. */ -- redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT); -+ redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, S_IWUSR | S_IRUSR); - - /* Duplicate the stdout and stderr file handles - so they can be restored later. */ -diff -uNr gcc-3.4.6.orig/gcc/Makefile.in gcc-3.4.6/gcc/Makefile.in ---- gcc-3.4.6.orig/gcc/Makefile.in 2005-02-24 10:26:59.000000000 +0100 -+++ gcc-3.4.6/gcc/Makefile.in 2007-11-13 08:48:20.000000000 +0100 -@@ -2945,9 +2945,9 @@ - install-driver: installdirs xgcc$(exeext) - -rm -f $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) - -$(INSTALL_PROGRAM) xgcc$(exeext) $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) -- -rm -f $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version) -+ -rm -f $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version)$(exeext) - -( cd $(DESTDIR)$(bindir) && \ -- $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version) ) -+ $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version)$(exeext) ) - -if [ -f gcc-cross$(exeext) ] ; then \ - if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \ - rm -f $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \ diff --git a/contrib/crossrpms/patches/gcc-core-4.0.3-rtems-20060822.diff b/contrib/crossrpms/patches/gcc-core-4.0.3-rtems-20060822.diff deleted file mode 100644 index 5437cf576f..0000000000 --- a/contrib/crossrpms/patches/gcc-core-4.0.3-rtems-20060822.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- gcc-4.0.3.orig/gcc/Makefile.in 2006-08-22 05:51:40.000000000 -0500 -+++ gcc-4.0.3/gcc/Makefile.in 2006-08-22 05:48:01.000000000 -0500 -@@ -3275,9 +3275,9 @@ - install-driver: installdirs xgcc$(exeext) - -rm -f $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) - -$(INSTALL_PROGRAM) xgcc$(exeext) $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) -- -rm -f $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version) -+ -rm -f $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version)$(exeext) - -( cd $(DESTDIR)$(bindir) && \ -- $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version) ) -+ $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version)$(exeext) ) - -if [ -f gcc-cross$(exeext) ] ; then \ - if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \ - rm -f $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \ diff --git a/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20070719.diff b/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20070719.diff deleted file mode 100644 index 5f66726868..0000000000 --- a/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20070719.diff +++ /dev/null @@ -1,31 +0,0 @@ -diff -uNr gcc-4.2.1.orig/gcc/config/arm/rtems-elf.h gcc-4.2.1/gcc/config/arm/rtems-elf.h ---- gcc-4.2.1.orig/gcc/config/arm/rtems-elf.h 2005-11-21 23:56:34.000000000 +0100 -+++ gcc-4.2.1/gcc/config/arm/rtems-elf.h 2007-07-20 06:56:39.000000000 +0200 -@@ -27,6 +27,7 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -+ builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) - -diff -uNr gcc-4.2.1.orig/gcc/config/c4x/rtems.h gcc-4.2.1/gcc/config/c4x/rtems.h ---- gcc-4.2.1.orig/gcc/config/c4x/rtems.h 2005-06-25 03:22:41.000000000 +0200 -+++ gcc-4.2.1/gcc/config/c4x/rtems.h 2007-07-20 06:56:39.000000000 +0200 -@@ -24,6 +24,5 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -- builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) -diff -uNr gcc-4.2.1.orig/gcc/config/mips/elf.h gcc-4.2.1/gcc/config/mips/elf.h ---- gcc-4.2.1.orig/gcc/config/mips/elf.h 2006-10-08 09:35:47.000000000 +0200 -+++ gcc-4.2.1/gcc/config/mips/elf.h 2007-07-20 06:56:39.000000000 +0200 -@@ -49,6 +49,4 @@ - #undef ENDFILE_SPEC - #define ENDFILE_SPEC "crtend%O%s crtn%O%s" - --#define NO_IMPLICIT_EXTERN_C 1 -- - #define HANDLE_PRAGMA_PACK_PUSH_POP 1 diff --git a/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20070804.diff b/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20070804.diff deleted file mode 100644 index 345d55a507..0000000000 --- a/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20070804.diff +++ /dev/null @@ -1,49 +0,0 @@ -diff -uNr gcc-4.2.1.orig/gcc/config/arm/rtems-elf.h gcc-4.2.1/gcc/config/arm/rtems-elf.h ---- gcc-4.2.1.orig/gcc/config/arm/rtems-elf.h 2005-11-21 23:56:34.000000000 +0100 -+++ gcc-4.2.1/gcc/config/arm/rtems-elf.h 2007-07-20 06:56:39.000000000 +0200 -@@ -27,6 +27,7 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -+ builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) - -diff -uNr gcc-4.2.1.orig/gcc/config/c4x/rtems.h gcc-4.2.1/gcc/config/c4x/rtems.h ---- gcc-4.2.1.orig/gcc/config/c4x/rtems.h 2005-06-25 03:22:41.000000000 +0200 -+++ gcc-4.2.1/gcc/config/c4x/rtems.h 2007-07-20 06:56:39.000000000 +0200 -@@ -24,6 +24,5 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -- builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) -diff -uNr gcc-4.2.1.orig/gcc/config/m68k/t-rtems gcc-4.2.1/gcc/config/m68k/t-rtems ---- gcc-4.2.1.orig/gcc/config/m68k/t-rtems 2005-02-07 06:13:25.000000000 +0100 -+++ gcc-4.2.1/gcc/config/m68k/t-rtems 2007-08-04 10:15:11.000000000 +0200 -@@ -1,7 +1,11 @@ - # Custom multilibs for RTEMS - --MULTILIB_OPTIONS = m68000/m68020/m5200/mcpu32/m68030/m68040/m68060 m68881/msoft-float -+MULTILIB_OPTIONS = m68000/m68020/m5200/m528x/mcpu32/m68030/m68040/m68060 -+MULTILIB_OPTIONS += m68881/msoft-float - MULTILIB_DIRNAMES = - MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 mcpu32=m68332 m68020=mc68020 m68030=mc68030 --MULTILIB_MATCHES += m5200=m528x --MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_MATCHES += m5200=m5206e -+MULTILIB_EXCEPTIONS = m68000/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_EXCEPTIONS += mcpu32/m68881 mcpu32/msoft-float -+MULTILIB_EXCEPTIONS += m5200/m68881 m5200/msoft-float -+MULTILIB_EXCEPTIONS += m528x/m68881 m528x/msoft-float -diff -uNr gcc-4.2.1.orig/gcc/config/mips/elf.h gcc-4.2.1/gcc/config/mips/elf.h ---- gcc-4.2.1.orig/gcc/config/mips/elf.h 2006-10-08 09:35:47.000000000 +0200 -+++ gcc-4.2.1/gcc/config/mips/elf.h 2007-07-20 06:56:39.000000000 +0200 -@@ -49,6 +49,4 @@ - #undef ENDFILE_SPEC - #define ENDFILE_SPEC "crtend%O%s crtn%O%s" - --#define NO_IMPLICIT_EXTERN_C 1 -- - #define HANDLE_PRAGMA_PACK_PUSH_POP 1 diff --git a/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20071111.diff b/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20071111.diff deleted file mode 100644 index 31b853f16e..0000000000 --- a/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20071111.diff +++ /dev/null @@ -1,119 +0,0 @@ -diff -uNr gcc-4.2.1.orig/configure gcc-4.2.1/configure ---- gcc-4.2.1.orig/configure 2007-06-21 01:07:21.000000000 +0200 -+++ gcc-4.2.1/configure 2007-11-11 16:35:26.000000000 +0100 -@@ -3743,7 +3743,7 @@ - # For an installed makeinfo, we require it to be from texinfo 4.4 or - # higher, else we use the "missing" dummy. - if ${MAKEINFO} --version \ -- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then -+ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then - : - else - MAKEINFO="$MISSING makeinfo" -diff -uNr gcc-4.2.1.orig/configure.in gcc-4.2.1/configure.in ---- gcc-4.2.1.orig/configure.in 2007-05-30 15:48:07.000000000 +0200 -+++ gcc-4.2.1/configure.in 2007-11-11 16:35:26.000000000 +0100 -@@ -2246,7 +2246,7 @@ - # For an installed makeinfo, we require it to be from texinfo 4.4 or - # higher, else we use the "missing" dummy. - if ${MAKEINFO} --version \ -- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then -+ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then - : - else - MAKEINFO="$MISSING makeinfo" -diff -uNr gcc-4.2.1.orig/gcc/config/arm/rtems-elf.h gcc-4.2.1/gcc/config/arm/rtems-elf.h ---- gcc-4.2.1.orig/gcc/config/arm/rtems-elf.h 2005-11-21 23:56:34.000000000 +0100 -+++ gcc-4.2.1/gcc/config/arm/rtems-elf.h 2007-11-11 16:35:26.000000000 +0100 -@@ -27,6 +27,7 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -+ builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) - -diff -uNr gcc-4.2.1.orig/gcc/config/c4x/rtems.h gcc-4.2.1/gcc/config/c4x/rtems.h ---- gcc-4.2.1.orig/gcc/config/c4x/rtems.h 2005-06-25 03:22:41.000000000 +0200 -+++ gcc-4.2.1/gcc/config/c4x/rtems.h 2007-11-11 16:35:26.000000000 +0100 -@@ -24,6 +24,5 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -- builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) -diff -uNr gcc-4.2.1.orig/gcc/config/m68k/t-rtems gcc-4.2.1/gcc/config/m68k/t-rtems ---- gcc-4.2.1.orig/gcc/config/m68k/t-rtems 2005-02-07 06:13:25.000000000 +0100 -+++ gcc-4.2.1/gcc/config/m68k/t-rtems 2007-11-11 16:35:26.000000000 +0100 -@@ -1,7 +1,11 @@ - # Custom multilibs for RTEMS - --MULTILIB_OPTIONS = m68000/m68020/m5200/mcpu32/m68030/m68040/m68060 m68881/msoft-float -+MULTILIB_OPTIONS = m68000/m68020/m5200/m528x/mcpu32/m68030/m68040/m68060 -+MULTILIB_OPTIONS += m68881/msoft-float - MULTILIB_DIRNAMES = - MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 mcpu32=m68332 m68020=mc68020 m68030=mc68030 --MULTILIB_MATCHES += m5200=m528x --MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_MATCHES += m5200=m5206e -+MULTILIB_EXCEPTIONS = m68000/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_EXCEPTIONS += mcpu32/m68881 mcpu32/msoft-float -+MULTILIB_EXCEPTIONS += m5200/m68881 m5200/msoft-float -+MULTILIB_EXCEPTIONS += m528x/m68881 m528x/msoft-float -diff -uNr gcc-4.2.1.orig/gcc/config/mips/elf.h gcc-4.2.1/gcc/config/mips/elf.h ---- gcc-4.2.1.orig/gcc/config/mips/elf.h 2006-10-08 09:35:47.000000000 +0200 -+++ gcc-4.2.1/gcc/config/mips/elf.h 2007-11-11 16:35:26.000000000 +0100 -@@ -49,6 +49,4 @@ - #undef ENDFILE_SPEC - #define ENDFILE_SPEC "crtend%O%s crtn%O%s" - --#define NO_IMPLICIT_EXTERN_C 1 -- - #define HANDLE_PRAGMA_PACK_PUSH_POP 1 -diff -uNr gcc-4.2.1.orig/gcc/configure gcc-4.2.1/gcc/configure ---- gcc-4.2.1.orig/gcc/configure 2007-01-02 04:44:31.000000000 +0100 -+++ gcc-4.2.1/gcc/configure 2007-11-11 17:19:41.000000000 +0100 -@@ -7654,7 +7654,7 @@ - echo "configure:7654: version of makeinfo is $ac_prog_version" >&5 - case $ac_prog_version in - '') gcc_cv_prog_makeinfo_modern=no;; -- 4.[4-9]*) -+ 4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) - gcc_cv_prog_makeinfo_modern=yes;; - *) gcc_cv_prog_makeinfo_modern=no;; - esac -@@ -13937,9 +13937,7 @@ - ld_ver=`$gcc_cv_ld --version 2>/dev/null | sed 1q` - if echo "$ld_ver" | grep GNU > /dev/null; then - ld_vers=`echo $ld_ver | sed -n \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -+ -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ -diff -uNr gcc-4.2.1.orig/gcc/configure.ac gcc-4.2.1/gcc/configure.ac ---- gcc-4.2.1.orig/gcc/configure.ac 2007-01-02 04:44:31.000000000 +0100 -+++ gcc-4.2.1/gcc/configure.ac 2007-11-11 17:19:41.000000000 +0100 -@@ -878,7 +878,7 @@ - # that we can use it. - gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, - [GNU texinfo.* \([0-9][0-9.]*\)], -- [4.[4-9]*]) -+ [4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*]) - if test $gcc_cv_prog_makeinfo_modern = no; then - MAKEINFO="$MISSING makeinfo" - AC_MSG_WARN([ -@@ -2094,9 +2094,7 @@ - if echo "$ld_ver" | grep GNU > /dev/null; then - changequote(,)dnl - ld_vers=`echo $ld_ver | sed -n \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -+ -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ diff --git a/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20071129.diff b/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20071129.diff deleted file mode 100644 index 2185dd9b3d..0000000000 --- a/contrib/crossrpms/patches/gcc-core-4.2.1-rtems4.8-20071129.diff +++ /dev/null @@ -1,133 +0,0 @@ -diff -uNr gcc-4.2.1.orig/configure gcc-4.2.1/configure ---- gcc-4.2.1.orig/configure 2007-06-21 01:07:21.000000000 +0200 -+++ gcc-4.2.1/configure 2007-11-29 14:28:13.000000000 +0100 -@@ -3743,7 +3743,7 @@ - # For an installed makeinfo, we require it to be from texinfo 4.4 or - # higher, else we use the "missing" dummy. - if ${MAKEINFO} --version \ -- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then -+ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then - : - else - MAKEINFO="$MISSING makeinfo" -diff -uNr gcc-4.2.1.orig/configure.in gcc-4.2.1/configure.in ---- gcc-4.2.1.orig/configure.in 2007-05-30 15:48:07.000000000 +0200 -+++ gcc-4.2.1/configure.in 2007-11-29 14:28:13.000000000 +0100 -@@ -2246,7 +2246,7 @@ - # For an installed makeinfo, we require it to be from texinfo 4.4 or - # higher, else we use the "missing" dummy. - if ${MAKEINFO} --version \ -- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then -+ | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then - : - else - MAKEINFO="$MISSING makeinfo" -diff -uNr gcc-4.2.1.orig/gcc/config/arm/rtems-elf.h gcc-4.2.1/gcc/config/arm/rtems-elf.h ---- gcc-4.2.1.orig/gcc/config/arm/rtems-elf.h 2005-11-21 23:56:34.000000000 +0100 -+++ gcc-4.2.1/gcc/config/arm/rtems-elf.h 2007-11-29 14:28:13.000000000 +0100 -@@ -27,6 +27,7 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -+ builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) - -diff -uNr gcc-4.2.1.orig/gcc/config/c4x/rtems.h gcc-4.2.1/gcc/config/c4x/rtems.h ---- gcc-4.2.1.orig/gcc/config/c4x/rtems.h 2005-06-25 03:22:41.000000000 +0200 -+++ gcc-4.2.1/gcc/config/c4x/rtems.h 2007-11-29 14:28:13.000000000 +0100 -@@ -24,6 +24,5 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -- builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) -diff -uNr gcc-4.2.1.orig/gcc/config/m68k/t-rtems gcc-4.2.1/gcc/config/m68k/t-rtems ---- gcc-4.2.1.orig/gcc/config/m68k/t-rtems 2005-02-07 06:13:25.000000000 +0100 -+++ gcc-4.2.1/gcc/config/m68k/t-rtems 2007-11-29 14:30:08.000000000 +0100 -@@ -1,7 +1,14 @@ - # Custom multilibs for RTEMS - --MULTILIB_OPTIONS = m68000/m68020/m5200/mcpu32/m68030/m68040/m68060 m68881/msoft-float -+MULTILIB_OPTIONS = m68000/m68020/m5200/m528x/mcpu32/m68030/m68040/m68060/m5307/m5407/mcfv4e -+MULTILIB_OPTIONS += m68881/msoft-float - MULTILIB_DIRNAMES = - MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 mcpu32=m68332 m68020=mc68020 m68030=mc68030 --MULTILIB_MATCHES += m5200=m528x --MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_MATCHES += m5200=m5206e -+MULTILIB_EXCEPTIONS = m68000/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_EXCEPTIONS += mcpu32/m68881 mcpu32/msoft-float -+MULTILIB_EXCEPTIONS += m5200/m68881 m5200/msoft-float -+MULTILIB_EXCEPTIONS += m528x/m68881 m528x/msoft-float -+MULTILIB_EXCEPTIONS += m5307/m68881 m5307/msoft-float -+MULTILIB_EXCEPTIONS += m5407/m68881 m5407/msoft-float -+MULTILIB_EXCEPTIONS += mcfv4e/m68881 mcfv4e/msoft-float -diff -uNr gcc-4.2.1.orig/gcc/config/mips/elf.h gcc-4.2.1/gcc/config/mips/elf.h ---- gcc-4.2.1.orig/gcc/config/mips/elf.h 2006-10-08 09:35:47.000000000 +0200 -+++ gcc-4.2.1/gcc/config/mips/elf.h 2007-11-29 14:28:13.000000000 +0100 -@@ -49,6 +49,4 @@ - #undef ENDFILE_SPEC - #define ENDFILE_SPEC "crtend%O%s crtn%O%s" - --#define NO_IMPLICIT_EXTERN_C 1 -- - #define HANDLE_PRAGMA_PACK_PUSH_POP 1 -diff -uNr gcc-4.2.1.orig/gcc/configure gcc-4.2.1/gcc/configure ---- gcc-4.2.1.orig/gcc/configure 2007-01-02 04:44:31.000000000 +0100 -+++ gcc-4.2.1/gcc/configure 2007-11-29 14:28:13.000000000 +0100 -@@ -7654,7 +7654,7 @@ - echo "configure:7654: version of makeinfo is $ac_prog_version" >&5 - case $ac_prog_version in - '') gcc_cv_prog_makeinfo_modern=no;; -- 4.[4-9]*) -+ 4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) - gcc_cv_prog_makeinfo_modern=yes;; - *) gcc_cv_prog_makeinfo_modern=no;; - esac -@@ -13937,9 +13937,7 @@ - ld_ver=`$gcc_cv_ld --version 2>/dev/null | sed 1q` - if echo "$ld_ver" | grep GNU > /dev/null; then - ld_vers=`echo $ld_ver | sed -n \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -+ -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ -diff -uNr gcc-4.2.1.orig/gcc/configure.ac gcc-4.2.1/gcc/configure.ac ---- gcc-4.2.1.orig/gcc/configure.ac 2007-01-02 04:44:31.000000000 +0100 -+++ gcc-4.2.1/gcc/configure.ac 2007-11-29 14:28:13.000000000 +0100 -@@ -878,7 +878,7 @@ - # that we can use it. - gcc_AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version, - [GNU texinfo.* \([0-9][0-9.]*\)], -- [4.[4-9]*]) -+ [4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*]) - if test $gcc_cv_prog_makeinfo_modern = no; then - MAKEINFO="$MISSING makeinfo" - AC_MSG_WARN([ -@@ -2094,9 +2094,7 @@ - if echo "$ld_ver" | grep GNU > /dev/null; then - changequote(,)dnl - ld_vers=`echo $ld_ver | sed -n \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -- -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)$,\1,p' \ -+ -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ - -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[ ].*$,\1,p' \ -diff -uNr gcc-4.2.1.orig/gcc/gthr-rtems.h gcc-4.2.1/gcc/gthr-rtems.h ---- gcc-4.2.1.orig/gcc/gthr-rtems.h 2005-06-25 04:02:01.000000000 +0200 -+++ gcc-4.2.1/gcc/gthr-rtems.h 2007-11-29 14:30:08.000000000 +0100 -@@ -38,7 +38,6 @@ - #define __GTHREADS 1 - - #define __GTHREAD_ONCE_INIT 0 --#define __GTHREAD_MUTEX_INIT 0 - #define __GTHREAD_MUTEX_INIT_FUNCTION rtems_gxx_mutex_init - #define __GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION rtems_gxx_recursive_mutex_init - diff --git a/contrib/crossrpms/patches/gcc-core-4.2.2-rtems4.8-20071127.diff b/contrib/crossrpms/patches/gcc-core-4.2.2-rtems4.8-20071127.diff deleted file mode 100644 index 75c6c86f56..0000000000 --- a/contrib/crossrpms/patches/gcc-core-4.2.2-rtems4.8-20071127.diff +++ /dev/null @@ -1,63 +0,0 @@ -diff -uNr gcc-4.2.2.orig/gcc/config/arm/rtems-elf.h gcc-4.2.2/gcc/config/arm/rtems-elf.h ---- gcc-4.2.2.orig/gcc/config/arm/rtems-elf.h 2007-09-01 17:28:30.000000000 +0200 -+++ gcc-4.2.2/gcc/config/arm/rtems-elf.h 2007-11-27 18:50:47.000000000 +0100 -@@ -26,6 +26,7 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -+ builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) - -diff -uNr gcc-4.2.2.orig/gcc/config/c4x/rtems.h gcc-4.2.2/gcc/config/c4x/rtems.h ---- gcc-4.2.2.orig/gcc/config/c4x/rtems.h 2007-09-01 17:28:30.000000000 +0200 -+++ gcc-4.2.2/gcc/config/c4x/rtems.h 2007-11-27 18:50:47.000000000 +0100 -@@ -23,6 +23,5 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -- builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) -diff -uNr gcc-4.2.2.orig/gcc/config/m68k/t-rtems gcc-4.2.2/gcc/config/m68k/t-rtems ---- gcc-4.2.2.orig/gcc/config/m68k/t-rtems 2005-02-07 06:13:25.000000000 +0100 -+++ gcc-4.2.2/gcc/config/m68k/t-rtems 2007-11-27 18:50:47.000000000 +0100 -@@ -1,7 +1,14 @@ - # Custom multilibs for RTEMS - --MULTILIB_OPTIONS = m68000/m68020/m5200/mcpu32/m68030/m68040/m68060 m68881/msoft-float -+MULTILIB_OPTIONS = m68000/m68020/m5200/m528x/mcpu32/m68030/m68040/m68060/m5307/m5407/mcfv4e -+MULTILIB_OPTIONS += m68881/msoft-float - MULTILIB_DIRNAMES = - MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 mcpu32=m68332 m68020=mc68020 m68030=mc68030 --MULTILIB_MATCHES += m5200=m528x --MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_MATCHES += m5200=m5206e -+MULTILIB_EXCEPTIONS = m68000/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_EXCEPTIONS += mcpu32/m68881 mcpu32/msoft-float -+MULTILIB_EXCEPTIONS += m5200/m68881 m5200/msoft-float -+MULTILIB_EXCEPTIONS += m528x/m68881 m528x/msoft-float -+MULTILIB_EXCEPTIONS += m5307/m68881 m5307/msoft-float -+MULTILIB_EXCEPTIONS += m5407/m68881 m5407/msoft-float -+MULTILIB_EXCEPTIONS += mcfv4e/m68881 mcfv4e/msoft-float -diff -uNr gcc-4.2.2.orig/gcc/config/mips/elf.h gcc-4.2.2/gcc/config/mips/elf.h ---- gcc-4.2.2.orig/gcc/config/mips/elf.h 2007-09-01 17:28:30.000000000 +0200 -+++ gcc-4.2.2/gcc/config/mips/elf.h 2007-11-27 18:50:47.000000000 +0100 -@@ -48,6 +48,4 @@ - #undef ENDFILE_SPEC - #define ENDFILE_SPEC "crtend%O%s crtn%O%s" - --#define NO_IMPLICIT_EXTERN_C 1 -- - #define HANDLE_PRAGMA_PACK_PUSH_POP 1 -diff -uNr gcc-4.2.2.orig/gcc/gthr-rtems.h gcc-4.2.2/gcc/gthr-rtems.h ---- gcc-4.2.2.orig/gcc/gthr-rtems.h 2005-06-25 04:02:01.000000000 +0200 -+++ gcc-4.2.2/gcc/gthr-rtems.h 2007-11-28 04:39:49.000000000 +0100 -@@ -38,7 +38,6 @@ - #define __GTHREADS 1 - - #define __GTHREAD_ONCE_INIT 0 --#define __GTHREAD_MUTEX_INIT 0 - #define __GTHREAD_MUTEX_INIT_FUNCTION rtems_gxx_mutex_init - #define __GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION rtems_gxx_recursive_mutex_init - diff --git a/contrib/crossrpms/patches/gcc-core-4.2.3-rtems4.8-20080508.diff b/contrib/crossrpms/patches/gcc-core-4.2.3-rtems4.8-20080508.diff deleted file mode 100644 index 879ea5133a..0000000000 --- a/contrib/crossrpms/patches/gcc-core-4.2.3-rtems4.8-20080508.diff +++ /dev/null @@ -1,87 +0,0 @@ -diff -Naur gcc-4.2.3.orig/configure gcc-4.2.3/configure ---- gcc-4.2.3.orig/configure 2007-09-15 02:42:24.000000000 +0200 -+++ gcc-4.2.3/configure 2008-05-08 06:07:51.000000000 +0200 -@@ -1260,7 +1260,7 @@ - noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap" - ;; - *-*-rtems*) -- noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" -+ noconfigdirs="$noconfigdirs target-libiberty target-libgloss ${libgcj}" - ;; - # The tpf target doesn't support gdb yet. - *-*-tpf*) -diff -Naur gcc-4.2.3.orig/configure.in gcc-4.2.3/configure.in ---- gcc-4.2.3.orig/configure.in 2007-09-15 02:42:24.000000000 +0200 -+++ gcc-4.2.3/configure.in 2008-05-08 06:07:51.000000000 +0200 -@@ -420,7 +420,7 @@ - noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap" - ;; - *-*-rtems*) -- noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" -+ noconfigdirs="$noconfigdirs target-libiberty target-libgloss ${libgcj}" - ;; - # The tpf target doesn't support gdb yet. - *-*-tpf*) -diff -Naur gcc-4.2.3.orig/gcc/config/arm/rtems-elf.h gcc-4.2.3/gcc/config/arm/rtems-elf.h ---- gcc-4.2.3.orig/gcc/config/arm/rtems-elf.h 2007-09-01 17:28:30.000000000 +0200 -+++ gcc-4.2.3/gcc/config/arm/rtems-elf.h 2008-05-08 06:07:51.000000000 +0200 -@@ -26,6 +26,7 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -+ builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) - -diff -Naur gcc-4.2.3.orig/gcc/config/c4x/rtems.h gcc-4.2.3/gcc/config/c4x/rtems.h ---- gcc-4.2.3.orig/gcc/config/c4x/rtems.h 2007-09-01 17:28:30.000000000 +0200 -+++ gcc-4.2.3/gcc/config/c4x/rtems.h 2008-05-08 06:07:51.000000000 +0200 -@@ -23,6 +23,5 @@ - #define TARGET_OS_CPP_BUILTINS() \ - do { \ - builtin_define ("__rtems__"); \ -- builtin_define ("__USE_INIT_FINI__"); \ - builtin_assert ("system=rtems"); \ - } while (0) -diff -Naur gcc-4.2.3.orig/gcc/config/m68k/t-rtems gcc-4.2.3/gcc/config/m68k/t-rtems ---- gcc-4.2.3.orig/gcc/config/m68k/t-rtems 2005-02-07 06:13:25.000000000 +0100 -+++ gcc-4.2.3/gcc/config/m68k/t-rtems 2008-05-08 06:07:51.000000000 +0200 -@@ -1,7 +1,14 @@ - # Custom multilibs for RTEMS - --MULTILIB_OPTIONS = m68000/m68020/m5200/mcpu32/m68030/m68040/m68060 m68881/msoft-float -+MULTILIB_OPTIONS = m68000/m68020/m5200/m528x/mcpu32/m68030/m68040/m68060/m5307/m5407/mcfv4e -+MULTILIB_OPTIONS += m68881/msoft-float - MULTILIB_DIRNAMES = - MULTILIB_MATCHES = m68000=mc68000 m68000=m68302 mcpu32=m68332 m68020=mc68020 m68030=mc68030 --MULTILIB_MATCHES += m5200=m528x --MULTILIB_EXCEPTIONS = m68000/msoft-float m5200/m68881 m5200/msoft-float mcpu32/m68881 mcpu32/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_MATCHES += m5200=m5206e -+MULTILIB_EXCEPTIONS = m68000/msoft-float m68040/m68881 m68060/m68881 -+MULTILIB_EXCEPTIONS += mcpu32/m68881 mcpu32/msoft-float -+MULTILIB_EXCEPTIONS += m5200/m68881 m5200/msoft-float -+MULTILIB_EXCEPTIONS += m528x/m68881 m528x/msoft-float -+MULTILIB_EXCEPTIONS += m5307/m68881 m5307/msoft-float -+MULTILIB_EXCEPTIONS += m5407/m68881 m5407/msoft-float -+MULTILIB_EXCEPTIONS += mcfv4e/m68881 mcfv4e/msoft-float -diff -Naur gcc-4.2.3.orig/gcc/config/mips/elf.h gcc-4.2.3/gcc/config/mips/elf.h ---- gcc-4.2.3.orig/gcc/config/mips/elf.h 2007-09-01 17:28:30.000000000 +0200 -+++ gcc-4.2.3/gcc/config/mips/elf.h 2008-05-08 06:07:51.000000000 +0200 -@@ -48,6 +48,4 @@ - #undef ENDFILE_SPEC - #define ENDFILE_SPEC "crtend%O%s crtn%O%s" - --#define NO_IMPLICIT_EXTERN_C 1 -- - #define HANDLE_PRAGMA_PACK_PUSH_POP 1 -diff -Naur gcc-4.2.3.orig/gcc/gthr-rtems.h gcc-4.2.3/gcc/gthr-rtems.h ---- gcc-4.2.3.orig/gcc/gthr-rtems.h 2005-06-25 04:02:01.000000000 +0200 -+++ gcc-4.2.3/gcc/gthr-rtems.h 2008-05-08 06:07:51.000000000 +0200 -@@ -38,7 +38,6 @@ - #define __GTHREADS 1 - - #define __GTHREAD_ONCE_INIT 0 --#define __GTHREAD_MUTEX_INIT 0 - #define __GTHREAD_MUTEX_INIT_FUNCTION rtems_gxx_mutex_init - #define __GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION rtems_gxx_recursive_mutex_init - -- cgit v1.2.3