patches/gcc/4.3.3/310-arm-softfloat.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Dec 31 18:47:37 2011 +0100 (2011-12-31)
changeset 2829 0c3c95f911ec
permissions -rw-r--r--
docs: credit Konrad EISELE for the initial multilib support

Konrad submitted an initial patch adding multlib support:
http://sourceware.org/ml/crossgcc/2011-11/msg00040.html

The patch was full of good ideas, but had a few issues, so
I (Yann E. MORIN) started it all from scatch, re-using part
of the original patch. This got implemented in this series:
hg log -r 446a17b5dd1e:e47d17391ae3

As I forgot to credit Konrad in these changelogs, update the
docs so that the work by Konrad gets credited. Without his
initial effort, we would probably not have had multlib support
so soon. Thank you Konrad!

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@1162
     1
Original patch from: ../4.3.2/310-arm-softfloat.patch
yann@1162
     2
yann@1162
     3
-= BEGIN original header =-
yann@1162
     4
-= END original header =-
yann@1162
     5
yann@1162
     6
diff -durN gcc-4.3.3.orig/gcc/config/arm/linux-elf.h gcc-4.3.3/gcc/config/arm/linux-elf.h
yann@1162
     7
--- gcc-4.3.3.orig/gcc/config/arm/linux-elf.h	2007-11-08 14:44:09.000000000 +0100
yann@1162
     8
+++ gcc-4.3.3/gcc/config/arm/linux-elf.h	2009-01-27 22:25:47.000000000 +0100
yann@1162
     9
@@ -60,7 +60,7 @@
yann@1162
    10
    %{shared:-lc} \
yann@1162
    11
    %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
yann@1162
    12
 
yann@1162
    13
-#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc"
yann@1162
    14
+#define LIBGCC_SPEC "-lgcc"
yann@1162
    15
 
yann@1162
    16
 #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
yann@1162
    17
 
yann@1162
    18
diff -durN gcc-4.3.3.orig/gcc/config/arm/t-linux gcc-4.3.3/gcc/config/arm/t-linux
yann@1162
    19
--- gcc-4.3.3.orig/gcc/config/arm/t-linux	2006-11-09 23:14:27.000000000 +0100
yann@1162
    20
+++ gcc-4.3.3/gcc/config/arm/t-linux	2009-01-27 22:25:47.000000000 +0100
yann@1162
    21
@@ -3,7 +3,12 @@
yann@1162
    22
 TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPIC
yann@1162
    23
 
yann@1162
    24
 LIB1ASMSRC = arm/lib1funcs.asm
yann@1162
    25
-LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
yann@1162
    26
+LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func \
yann@1162
    27
+	_call_via_rX _interwork_call_via_rX \
yann@1162
    28
+	_lshrdi3 _ashrdi3 _ashldi3 \
yann@1162
    29
+	_negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
yann@1162
    30
+	_truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
yann@1162
    31
+	_fixsfsi _fixunssfsi _floatdidf _floatdisf _floatundidf _floatundisf
yann@1162
    32
 
yann@1162
    33
 # MULTILIB_OPTIONS = mhard-float/msoft-float
yann@1162
    34
 # MULTILIB_DIRNAMES = hard-float soft-float