Age | Commit message (Collapse) | Author | Files |
|
* ARMv7 was using -mtp=soft where as the CP15 register for TLS
is available and should be used. This should improve the performance
of TLS access.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* For uclibc __to_type is typedef'ed to const __ctype_touplow_t*
which is a short int. So the mangled alias breaks because on
glibc __to_type is int* and mangled alias is set accordingly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This change converts libgcc_s.so to a linker script so when -lgcc_s is
used then it actually links to a group of libraries and one of those
libraries is libgcc. This fixes the problem of requiring to link with
libgcc _always_ on ppc to get the out-of-line epilogue/prologue
functions.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Reset INC_PR and update checksums.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|