diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-22 19:40:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-22 19:40:39 +0000 |
commit | cd49c7be0f05ac20ec76176f921936b00e1b2e8f (patch) | |
tree | 42ddcda961ff2b23caa48e88481596518bd1ed89 /packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch | |
parent | 3b98fa7d6706063736b5a910fc1228c747dabeb5 (diff) |
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.
Diffstat (limited to 'packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch')
-rw-r--r-- | packages/gcc/gcc-3.4.4/gcc34-thumb-lib1asmfuncs.patch | 10 |
1 files changed, 0 insertions, 10 deletions
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 |