From 5814ae4cdecac7099adcc29a9c1b92b0caabe1fc Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Tue, 11 Aug 2009 11:54:41 +0200 Subject: gcc: add new gcc version 4.3.4 Tested on a armv5te platform using thumb instruction set --- .../gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch (limited to 'recipes/gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch') diff --git a/recipes/gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch b/recipes/gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch new file mode 100644 index 0000000000..bdc603ac91 --- /dev/null +++ b/recipes/gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch @@ -0,0 +1,12 @@ +--- gcc-4.3.2/gcc/config/arm/cirrus.md.old 2009-02-16 16:19:19.000000000 +0000 ++++ gcc-4.3.2/gcc/config/arm/cirrus.md 2009-03-10 12:13:10.000000000 +0000 +@@ -425,7 +425,8 @@ + "TARGET_32BIT && TARGET_HARD_FLOAT && TARGET_MAVERICK" + "cftruncd32%?\\t%Y2, %V1\;cfmvr64l%?\\t%0, %Z2" + [(set_attr "type" "f_cvt") +- (set_attr "length" "8")] ++ (set_attr "length" "8") ++ (set_attr "cirrus" "normal")] + ) + + ; Cirrus hardware bugs: denormalized values on input are truncated to zero -- cgit v1.2.3