From e6fd517c838c109dabc9400e3ae911f86a9a85f8 Mon Sep 17 00:00:00 2001
From: florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sun, 14 Oct 2012 13:35:19 +0000
Subject: [toolchain] gcc: add GCC 4.7.2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33763 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 .../4.7.2/993-arm_insn-opinit-RTX_CODE-fixup.patch       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 toolchain/gcc/patches/4.7.2/993-arm_insn-opinit-RTX_CODE-fixup.patch

(limited to 'toolchain/gcc/patches/4.7.2/993-arm_insn-opinit-RTX_CODE-fixup.patch')

diff --git a/toolchain/gcc/patches/4.7.2/993-arm_insn-opinit-RTX_CODE-fixup.patch b/toolchain/gcc/patches/4.7.2/993-arm_insn-opinit-RTX_CODE-fixup.patch
new file mode 100644
index 000000000..9f8da4c4c
--- /dev/null
+++ b/toolchain/gcc/patches/4.7.2/993-arm_insn-opinit-RTX_CODE-fixup.patch
@@ -0,0 +1,16 @@
+--- a/gcc/config/arm/arm-protos.h
++++ b/gcc/config/arm/arm-protos.h
+@@ -42,12 +42,12 @@ extern unsigned int arm_dbx_register_num
+ extern void arm_output_fn_unwind (FILE *, bool);
+   
+ 
+-#ifdef RTX_CODE
+ extern bool arm_vector_mode_supported_p (enum machine_mode);
+ extern bool arm_small_register_classes_for_mode_p (enum machine_mode);
+ extern int arm_hard_regno_mode_ok (unsigned int, enum machine_mode);
+ extern bool arm_modes_tieable_p (enum machine_mode, enum machine_mode);
+ extern int const_ok_for_arm (HOST_WIDE_INT);
++#ifdef RTX_CODE
+ extern int const_ok_for_op (HOST_WIDE_INT, enum rtx_code);
+ extern int arm_split_constant (RTX_CODE, enum machine_mode, rtx,
+ 			       HOST_WIDE_INT, rtx, rtx, int);
-- 
cgit v1.2.3