summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-28 07:30:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-28 07:30:11 +0000
commit0a6c80831545df331e12287329a89692f8a63194 (patch)
treec7ee184765be425bd03d820118ffbb9ecef66d76 /contrib
parentNew. (diff)
downloadrtems-0a6c80831545df331e12287329a89692f8a63194.tar.bz2
Remove (obsolete).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/gcc-core-4.2-20070102-rtems4.8-20070104.diff116
-rw-r--r--contrib/crossrpms/patches/gcc-core-4.2-20070110-rtems4.8-20070112.diff31
2 files changed, 0 insertions, 147 deletions
diff --git a/contrib/crossrpms/patches/gcc-core-4.2-20070102-rtems4.8-20070104.diff b/contrib/crossrpms/patches/gcc-core-4.2-20070102-rtems4.8-20070104.diff
deleted file mode 100644
index fd9aec16b7..0000000000
--- a/contrib/crossrpms/patches/gcc-core-4.2-20070102-rtems4.8-20070104.diff
+++ /dev/null
@@ -1,116 +0,0 @@
-diff -uNr gcc-4.2-20070102.orig/gcc/config/arm/rtems-elf.h gcc-4.2-20070102/gcc/config/arm/rtems-elf.h
---- gcc-4.2-20070102.orig/gcc/config/arm/rtems-elf.h 2005-11-21 23:56:34.000000000 +0100
-+++ gcc-4.2-20070102/gcc/config/arm/rtems-elf.h 2007-01-04 08:48:09.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-20070102.orig/gcc/config/bfin/rtems.h gcc-4.2-20070102/gcc/config/bfin/rtems.h
---- gcc-4.2-20070102.orig/gcc/config/bfin/rtems.h 1970-01-01 01:00:00.000000000 +0100
-+++ gcc-4.2-20070102/gcc/config/bfin/rtems.h 2007-01-04 08:48:09.000000000 +0100
-@@ -0,0 +1,29 @@
-+/* Definitions for rtems targeting a bfin
-+ Copyright (C) 2006 Free Software Foundation, Inc.
-+ Contributed by Ralf Corsépius (ralf.corsepius@rtems.org).
-+
-+This file is part of GCC.
-+
-+GCC is free software; you can redistribute it and/or modify
-+it under the terms of the GNU General Public License as published by
-+the Free Software Foundation; either version 2, or (at your option)
-+any later version.
-+
-+GCC is distributed in the hope that it will be useful,
-+but WITHOUT ANY WARRANTY; without even the implied warranty of
-+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+GNU General Public License for more details.
-+
-+You should have received a copy of the GNU General Public License
-+along with GCC; see the file COPYING. If not, write to
-+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
-+Boston, MA 02110-1301, USA. */
-+
-+/* Target OS preprocessor built-ins. */
-+#define TARGET_OS_CPP_BUILTINS() \
-+ do \
-+ { \
-+ builtin_define ("__rtems__"); \
-+ builtin_assert ("system=rtems"); \
-+ } \
-+ while (0)
-diff -uNr gcc-4.2-20070102.orig/gcc/config/bfin/t-bfin gcc-4.2-20070102/gcc/config/bfin/t-bfin
---- gcc-4.2-20070102.orig/gcc/config/bfin/t-bfin 2005-04-05 13:26:48.000000000 +0200
-+++ gcc-4.2-20070102/gcc/config/bfin/t-bfin 2007-01-04 08:48:09.000000000 +0100
-@@ -15,10 +15,6 @@
- echo '#define FLOAT' > fp-bit.c
- cat $(srcdir)/config/fp-bit.c >> fp-bit.c
-
--# This shouldn't be needed here. I added it to the specs file for now, until
--# it is fixed in binutils (if it is necessary).
--GCC_CFLAGS += -N
--
- # Assemble startup files.
- $(T)crti.o: $(srcdir)/config/bfin/crti.s $(GCC_PASSES)
- $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \
-diff -uNr gcc-4.2-20070102.orig/gcc/config/bfin/t-bfin-elf gcc-4.2-20070102/gcc/config/bfin/t-bfin-elf
---- gcc-4.2-20070102.orig/gcc/config/bfin/t-bfin-elf 2006-05-29 16:11:07.000000000 +0200
-+++ gcc-4.2-20070102/gcc/config/bfin/t-bfin-elf 2007-01-04 08:48:09.000000000 +0100
-@@ -15,10 +15,6 @@
- echo '#define FLOAT' > fp-bit.c
- cat $(srcdir)/config/fp-bit.c >> fp-bit.c
-
--# This shouldn't be needed here. I added it to the specs file for now, until
--# it is fixed in binutils (if it is necessary).
--GCC_CFLAGS += -N
--
- CRTSTUFF_T_CFLAGS = -fpic
- TARGET_LIBGCC2_CFLAGS = -fpic
-
-diff -uNr gcc-4.2-20070102.orig/gcc/config/bfin/t-rtems gcc-4.2-20070102/gcc/config/bfin/t-rtems
---- gcc-4.2-20070102.orig/gcc/config/bfin/t-rtems 1970-01-01 01:00:00.000000000 +0100
-+++ gcc-4.2-20070102/gcc/config/bfin/t-rtems 2007-01-04 08:48:09.000000000 +0100
-@@ -0,0 +1,6 @@
-+# Multilibs for fbin RTEMS targets.
-+
-+MULTILIB_OPTIONS =
-+MULTILIB_DIRNAMES =
-+MULTILIB_EXTRA_OPTS =
-+MULTILIB_EXCEPTIONS =
-diff -uNr gcc-4.2-20070102.orig/gcc/config/c4x/rtems.h gcc-4.2-20070102/gcc/config/c4x/rtems.h
---- gcc-4.2-20070102.orig/gcc/config/c4x/rtems.h 2005-06-25 03:22:41.000000000 +0200
-+++ gcc-4.2-20070102/gcc/config/c4x/rtems.h 2007-01-04 08:48:09.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-20070102.orig/gcc/config/mips/elf.h gcc-4.2-20070102/gcc/config/mips/elf.h
---- gcc-4.2-20070102.orig/gcc/config/mips/elf.h 2006-10-08 09:35:47.000000000 +0200
-+++ gcc-4.2-20070102/gcc/config/mips/elf.h 2007-01-04 08:48:09.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-20070102.orig/gcc/config.gcc gcc-4.2-20070102/gcc/config.gcc
---- gcc-4.2-20070102.orig/gcc/config.gcc 2006-11-10 01:02:21.000000000 +0100
-+++ gcc-4.2-20070102/gcc/config.gcc 2007-01-04 08:48:09.000000000 +0100
-@@ -786,6 +786,10 @@
- tmake_file=bfin/t-bfin-elf
- use_collect2=no
- ;;
-+bfin*-rtems*)
-+ tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h"
-+ tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
-+ ;;
- bfin*-*)
- tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
- tmake_file=bfin/t-bfin
diff --git a/contrib/crossrpms/patches/gcc-core-4.2-20070110-rtems4.8-20070112.diff b/contrib/crossrpms/patches/gcc-core-4.2-20070110-rtems4.8-20070112.diff
deleted file mode 100644
index 8656ef550e..0000000000
--- a/contrib/crossrpms/patches/gcc-core-4.2-20070110-rtems4.8-20070112.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -uNr gcc-4.2-20070110.orig/gcc/config/arm/rtems-elf.h gcc-4.2-20070110/gcc/config/arm/rtems-elf.h
---- gcc-4.2-20070110.orig/gcc/config/arm/rtems-elf.h 2005-11-21 16:56:34.000000000 -0600
-+++ gcc-4.2-20070110/gcc/config/arm/rtems-elf.h 2007-01-11 22:17:39.000000000 -0600
-@@ -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-20070110.orig/gcc/config/c4x/rtems.h gcc-4.2-20070110/gcc/config/c4x/rtems.h
---- gcc-4.2-20070110.orig/gcc/config/c4x/rtems.h 2005-06-24 20:22:41.000000000 -0500
-+++ gcc-4.2-20070110/gcc/config/c4x/rtems.h 2007-01-11 22:17:58.000000000 -0600
-@@ -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-20070110.orig/gcc/config/mips/elf.h gcc-4.2-20070110/gcc/config/mips/elf.h
---- gcc-4.2-20070110.orig/gcc/config/mips/elf.h 2006-10-08 02:35:47.000000000 -0500
-+++ gcc-4.2-20070110/gcc/config/mips/elf.h 2007-01-11 22:17:58.000000000 -0600
-@@ -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