aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.3.1/993-arm_insn-opinit-RTX_CODE-fixup.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-14 03:21:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-14 03:21:56 +0000
commit6550fbe9b4a1a8ceb4046e9f03b53d97bff995ed (patch)
tree3fb45cdf81c6eef4c32efbf745795a1e8a057da1 /toolchain/gcc/patches/4.3.1/993-arm_insn-opinit-RTX_CODE-fixup.patch
parentdbd39f1a5071f7ad9cba0024739f143d2813f89b (diff)
downloadupstream-6550fbe9b4a1a8ceb4046e9f03b53d97bff995ed.tar.gz
upstream-6550fbe9b4a1a8ceb4046e9f03b53d97bff995ed.tar.bz2
upstream-6550fbe9b4a1a8ceb4046e9f03b53d97bff995ed.zip
nuke some obsolete gcc versions
SVN-Revision: 14870
Diffstat (limited to 'toolchain/gcc/patches/4.3.1/993-arm_insn-opinit-RTX_CODE-fixup.patch')
-rw-r--r--toolchain/gcc/patches/4.3.1/993-arm_insn-opinit-RTX_CODE-fixup.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/toolchain/gcc/patches/4.3.1/993-arm_insn-opinit-RTX_CODE-fixup.patch b/toolchain/gcc/patches/4.3.1/993-arm_insn-opinit-RTX_CODE-fixup.patch
deleted file mode 100644
index 69f0c372d9..0000000000
--- a/toolchain/gcc/patches/4.3.1/993-arm_insn-opinit-RTX_CODE-fixup.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-gcc/ChangeLog
-2007-11-27 Bernhard Fischer <>
-
- * config/arm/arm-protos.h (arm_vector_mode_supported_p,
- arm_hard_regno_mode_ok, const_ok_for_arm): Do not hide non-rtx related
- function prototypes in RTX_CODE.
- * genopinit.c: Include tm_p.h.
-
-Index: gcc-4.3.0/gcc/config/arm/arm-protos.h
-===================================================================
---- gcc-4.3.0/gcc/config/arm/arm-protos.h (revision 130463)
-+++ gcc-4.3.0/gcc/config/arm/arm-protos.h (working copy)
-@@ -40,15 +40,14 @@
- unsigned int);
- extern unsigned int arm_dbx_register_number (unsigned int);
- extern void arm_output_fn_unwind (FILE *, bool);
--
-
- #ifdef TREE_CODE
- extern int arm_return_in_memory (const_tree);
- #endif
--#ifdef RTX_CODE
- extern bool arm_vector_mode_supported_p (enum machine_mode);
- extern int arm_hard_regno_mode_ok (unsigned int, enum machine_mode);
- extern int const_ok_for_arm (HOST_WIDE_INT);
-+#ifdef RTX_CODE
- extern int arm_split_constant (RTX_CODE, enum machine_mode, rtx,
- HOST_WIDE_INT, rtx, rtx, int);
- extern RTX_CODE arm_canonicalize_comparison (RTX_CODE, enum machine_mode,
-Index: gcc-4.3.0/gcc/genopinit.c
-===================================================================
---- gcc-4.3.0/gcc/genopinit.c (revision 130463)
-+++ gcc-4.3.0/gcc/genopinit.c (working copy)
-@@ -486,6 +486,7 @@
- printf ("#include \"expr.h\"\n");
- printf ("#include \"optabs.h\"\n");
- printf ("#include \"reload.h\"\n\n");
-+ printf ("#include \"tm_p.h\"\n\n");
-
- printf ("void\ninit_all_optabs (void)\n{\n");
-