summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc-4.3.4/arm-softfloat.patch
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2009-08-11 11:54:41 +0200
committerDirk Opfer <dirk@do13.de>2009-08-12 10:41:52 +0200
commit5814ae4cdecac7099adcc29a9c1b92b0caabe1fc (patch)
tree895d2adbfb98e430a706a17fb70f5d21adccc875 /recipes/gcc/gcc-4.3.4/arm-softfloat.patch
parentc80831a276fe0bc9f9718ac06241b26d043eef6c (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/arm-softfloat.patch')
-rw-r--r--recipes/gcc/gcc-4.3.4/arm-softfloat.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.3.4/arm-softfloat.patch b/recipes/gcc/gcc-4.3.4/arm-softfloat.patch
new file mode 100644
index 0000000000..5e1edd9208
--- /dev/null
+++ b/recipes/gcc/gcc-4.3.4/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 _floatundisf _floatundidf
+
+ # MULTILIB_OPTIONS = mhard-float/msoft-float
+ # MULTILIB_DIRNAMES = hard-float soft-float