summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-4.2.3/arm-crunch-floatunsidf.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-06-08 21:03:12 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-08 21:03:12 +0100
commit3a8ee5864dcefae62af4e9e8c54b2537cfb43a7b (patch)
tree9a341db6540a98fa38f820b3e06bc7547c72ab35 /meta/packages/gcc/gcc-4.2.3/arm-crunch-floatunsidf.patch
parent47e5d86aad1ae96ba9c1af3ce5d7323e21b3f7fe (diff)
downloadopenembedded-core-3a8ee5864dcefae62af4e9e8c54b2537cfb43a7b.tar.gz
openembedded-core-3a8ee5864dcefae62af4e9e8c54b2537cfb43a7b.tar.bz2
openembedded-core-3a8ee5864dcefae62af4e9e8c54b2537cfb43a7b.tar.xz
openembedded-core-3a8ee5864dcefae62af4e9e8c54b2537cfb43a7b.zip
gcc: Drop 4.2.3 as its unused
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-4.2.3/arm-crunch-floatunsidf.patch')
-rw-r--r--meta/packages/gcc/gcc-4.2.3/arm-crunch-floatunsidf.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/packages/gcc/gcc-4.2.3/arm-crunch-floatunsidf.patch b/meta/packages/gcc/gcc-4.2.3/arm-crunch-floatunsidf.patch
deleted file mode 100644
index 2fe2254db..000000000
--- a/meta/packages/gcc/gcc-4.2.3/arm-crunch-floatunsidf.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- gcc-4.1.2/gcc/config/arm/ieee754-df-original.S 2007-06-25 14:05:35.000000000 +1000
-+++ gcc-4.1.2/gcc/config/arm/ieee754-df.S 2007-06-25 14:08:03.000000000 +1000
-@@ -382,6 +382,8 @@
- FUNC_END aeabi_dadd
- FUNC_END adddf3
-
-+#ifndef __MAVERICK__ /* THIS IS A BAD HACK */
-+
- ARM_FUNC_START floatunsidf
- ARM_FUNC_ALIAS aeabi_ui2d floatunsidf
-
-@@ -401,8 +403,14 @@
- FUNC_END aeabi_ui2d
- FUNC_END floatunsidf
-
-+#endif
-+
- ARM_FUNC_START floatsidf
- ARM_FUNC_ALIAS aeabi_i2d floatsidf
-+#ifdef __MAVERICK__ /* THIS IS A BAD HACK */
-+ARM_FUNC_ALIAS floatunsidf floatsidf
-+ARM_FUNC_ALIAS aeabi_ui2d floatsidf
-+#endif
-
- teq r0, #0
- moveq r1, #0
-@@ -418,6 +426,10 @@
- mov xh, #0
- b LSYM(Lad_l)
-
-+#ifdef __MAVERICK__ /* THIS IS A BAD HACK */
-+ FUNC_END aeabi_ui2d floatsidf
-+ FUNC_END floatunsidf floatsidf
-+#endif
- FUNC_END aeabi_i2d
- FUNC_END floatsidf
-