diff options
author | Dirk Opfer <dirk@do13.de> | 2009-08-11 11:54:41 +0200 |
---|---|---|
committer | Dirk Opfer <dirk@do13.de> | 2009-08-12 10:41:52 +0200 |
commit | 5814ae4cdecac7099adcc29a9c1b92b0caabe1fc (patch) | |
tree | 895d2adbfb98e430a706a17fb70f5d21adccc875 /recipes/gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch | |
parent | c80831a276fe0bc9f9718ac06241b26d043eef6c (diff) |
gcc: add new gcc version 4.3.4
Tested on a armv5te platform using thumb instruction set
Diffstat (limited to 'recipes/gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch')
-rw-r--r-- | recipes/gcc/gcc-4.3.4/ep93xx/arm-crunch-cftruncd32-attr.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 |