diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-12-02 18:32:02 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-12-02 18:32:02 +0000 |
commit | 3e2defe46a70ddfd05e7efadec63f0ee83bf0acb (patch) | |
tree | 4b3ae317cefaaa1b16c453aed519d6e457cbcfcf /toolchain/gcc/patches/4.2.2/920-soft-float.patch | |
parent | 5977aa09bce60fc956ec5b727ca7f21649681369 (diff) | |
download | upstream-3e2defe46a70ddfd05e7efadec63f0ee83bf0acb.tar.gz upstream-3e2defe46a70ddfd05e7efadec63f0ee83bf0acb.tar.bz2 upstream-3e2defe46a70ddfd05e7efadec63f0ee83bf0acb.zip |
nuke old gcc 4.2 versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13483 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.2.2/920-soft-float.patch')
-rw-r--r-- | toolchain/gcc/patches/4.2.2/920-soft-float.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/toolchain/gcc/patches/4.2.2/920-soft-float.patch b/toolchain/gcc/patches/4.2.2/920-soft-float.patch deleted file mode 100644 index a753fccfb7..0000000000 --- a/toolchain/gcc/patches/4.2.2/920-soft-float.patch +++ /dev/null @@ -1,23 +0,0 @@ -http://bugs.uclibc.org/view.php?id=1588 - -diff -uNpr gcc-4.2.1_orig/gcc/config/rs6000/darwin-ldouble.c gcc-4.2.1/gcc/config/rs6000/darwin-ldouble.c ---- gcc-4.2.1_orig/gcc/config/rs6000/darwin-ldouble.c 2007-03-05 11:54:00.000000000 -0500 -+++ gcc-4.2.1/gcc/config/rs6000/darwin-ldouble.c 2008-01-31 17:51:24.000000000 -0500 -@@ -70,6 +70,8 @@ Software Foundation, 51 Franklin Street, - but GCC currently generates poor code when a union is used to turn - a long double into a pair of doubles. */ - -+#if defined (_SOFT_FLOAT) && defined (__LONG_DOUBLE_128__) -+ - long double __gcc_qadd (double, double, double, double); - long double __gcc_qsub (double, double, double, double); - long double __gcc_qmul (double, double, double, double); -@@ -219,8 +221,6 @@ __gcc_qdiv (double a, double b, double c - return z.ldval; - } - --#if defined (_SOFT_FLOAT) && defined (__LONG_DOUBLE_128__) -- - long double __gcc_qneg (double, double); - int __gcc_qeq (double, double, double, double); - int __gcc_qne (double, double, double, double); |