summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.2.1/arm-softfloat.patch
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-27 21:24:12 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-27 21:24:12 +0000
commit3ec8407fcdcac93b491616a6f8e20c27ac789fad (patch)
tree05ed46a1da4281d0ad6422e1d04289050383bd23 /packages/gcc/gcc-4.2.1/arm-softfloat.patch
parent8caffa254ca4072d1530f4c3273e4ba87700252f (diff)
parenta0a17d54ae3dfdf9acf1a339650701fe83efb500 (diff)
merge of '65fcc53beb3d65343762ba2dce11a497216af44c'
and 'f81643eda3b84834595762e576e7135f0101ce23'
Diffstat (limited to 'packages/gcc/gcc-4.2.1/arm-softfloat.patch')
-rw-r--r--packages/gcc/gcc-4.2.1/arm-softfloat.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.2.1/arm-softfloat.patch b/packages/gcc/gcc-4.2.1/arm-softfloat.patch
new file mode 100644
index 0000000000..c86c83ed15
--- /dev/null
+++ b/packages/gcc/gcc-4.2.1/arm-softfloat.patch
@@ -0,0 +1,16 @@
+Index: gcc-4.0.2/gcc/config/arm/t-linux
+===================================================================
+--- gcc-4.0.2.orig/gcc/config/arm/t-linux 2004-05-15 12:41:35.000000000 +0000
++++ gcc-4.0.2/gcc/config/arm/t-linux 2005-11-11 16:07:53.000000000 +0000
+@@ -4,7 +4,10 @@
+ LIBGCC2_DEBUG_CFLAGS = -g0
+
+ LIB1ASMSRC = arm/lib1funcs.asm
+-LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
++LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \
++ _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
++ _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
++ _fixsfsi _fixunssfsi _floatdidf _floatdisf
+
+ # MULTILIB_OPTIONS = mhard-float/msoft-float
+ # MULTILIB_DIRNAMES = hard-float soft-float