summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc-0.9.28/thumb-resolve.patch
AgeCommit message (Collapse)AuthorFiles
2005-09-22uclibc_0.9.28: fix thumb support to allow thumb uclibcJohn Bowler1
This, together with the fixes in gcc and binutils, allows a system to be build with thumb libgcc and libuClibc (etc). ucslugc is changed to release 2 and to use thumb compilation of these modules.
2005-09-09uclibc: fix STT_ARM_TFUNC handling in the uclibc ld.soJohn Bowler1
STT_ARM_TFUNC handling was broken in uclibc because it is an ARM specific hack and uclibc code did not have support for it. Added the support in a way which I hope will be acceptable to uclibc and which should remain compatible with forthcoming binutils changes. ARM Thumb code is fully working with this commit with the possible exception of uclibc/gcc itself (not yet tested).
2005-09-08uclibc: put ARM thumb patches from 0.9.27 into 0.9.28John Bowler1
Some of the thumb patches had already been pushed into the uclibc release, this commit adds corrected/updated versions of most of the ones which had not been accepted. The controversial 'change the ldso symbol resolver' patch is not in this set - it will be re-worked to match the changes being made in binutils for the same problem.