Age | Commit message (Collapse) | Author | Files |
|
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.
|
|
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).
|
|
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.
|