Peter S. Mazinger 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. 18 gadi atpakaļ
..
arm b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
cris b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
frv b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
i386 b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
m68k b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
mips b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
powerpc 92ba1e6ffd forgot MMAP_HAS_6_ARGS 18 gadi atpakaļ
sh b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
sh64 b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
sparc e0e3036bda move arch-specific checks out of shared dl-syscall.h and into arch-specific dl-syscalls.h 19 gadi atpakaļ
x86_64 b031a35828 __set_errno must be redefined after #include "sys/syscall.h". 18 gadi atpakaļ
Makefile 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. 18 gadi atpakaļ
dl-debug.c ce9f1cf9c2 rip out all the duplicated debug code and move into a shared file 19 gadi atpakaļ
dl-elf.c 24acea5475 Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat64, but I am sure someone will 18 gadi atpakaļ
dl-hash.c 50adcf84a2 Remove unused function. 18 gadi atpakaļ
dl-startup.c 135c85905c disable early debug code if the arch relies on certain values (like load_addr) which are computer later 19 gadi atpakaļ
ldso.c feefb2252e Move _dl_protect_relro after INIT to allow using attribute_relro within uClibc_init 18 gadi atpakaļ