From cd49c7be0f05ac20ec76176f921936b00e1b2e8f Mon Sep 17 00:00:00 2001 From: John Bowler Date: Thu, 22 Sep 2005 19:40:39 +0000 Subject: gcc_3.4.4: updated thumb patches The four previous thumb related patch files have been combined into one and simplified. Additional problems with call_via_rX functions being called via the PLT have been fixed (the functions can no longer be called this way - they are hidden). Unnecessary adds of exports of these functions from libgcc have been removed. --- packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch (limited to 'packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch') diff --git a/packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch b/packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch deleted file mode 100644 index c3972d7ece..0000000000 --- a/packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gcc-3.4.4/gcc/config/arm/t-linux.orig 2005-08-09 08:55:02.181797492 -0700 -+++ gcc-3.4.4/gcc/config/arm/t-linux 2005-08-09 08:58:22.766419486 -0700 -@@ -7,6 +7,7 @@ - LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \ - _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \ - _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \ -+ _call_via_rX _interwork_call_via_rX \ - _fixsfsi _fixunssfsi - - # MULTILIB_OPTIONS = mhard-float/msoft-float -- cgit v1.2.3