Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
gone from libc. The remaining are left as exercise for others ;-)
|
|
|
|
|
|
missing headers, other jump relocs removed
|
|
|
|
|
|
|
|
use it
|
|
|
|
|
|
|
|
as report by Thomas in Bug 618
|
|
|
|
|
|
|
|
of __attribute__ ...
|
|
|
|
|
|
|
|
|
|
bytes) and fix signed warnings
|
|
|
|
|
|
|
|
|
|
|
|
The functions __check_one_fd and __check_suid in
libc/misc/internals/__uClibc_main.c are only used used when __ARCH_HAS_MMU__.
The patch below surrounds them with the appropriate #ifdef.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
foreign objects to a lib
|
|
have to find some other way to make it internal to libc and libpthread
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
|
|
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
|