OSDN Git Service

Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to _dl_set...
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 27 Oct 2005 22:58:52 +0000 (22:58 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 27 Oct 2005 22:58:52 +0000 (22:58 -0000)
commit237277e9a8133c64026b736b1427141e71655330
tree43d2f15804d486c56d7fba35c97b6d38ccc9fc6d
parent6e3a0044cc3b4d6f3f13f2d9d1d0a83d60ca800f
Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed 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.
32 files changed:
Makefile
Makefile.in
Makerules
extra/Configs/Config.in
include/libc-internal.h
include/ssp-internal.h
ldso/include/dl-syscall.h
ldso/ldso/Makefile
ldso/ldso/Makefile.in
ldso/ldso/ldso.c
ldso/libdl/Makefile.in
ldso/libdl/libdl.c
libc/Makefile.in
libc/misc/file/Makefile.in
libc/misc/internals/Makefile.in
libc/misc/internals/__uClibc_main.c
libc/stdlib/Makefile.in
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/Makefile.in
libc/sysdeps/linux/common/dl-osinfo.h [new file with mode: 0644]
libc/sysdeps/linux/common/ssp.c
libcrypt/Makefile.in
libintl/Makefile.in
libm/Makefile.in
libm/powerpc/Makefile.in
libnsl/Makefile.in
libpthread/linuxthreads/Makefile.in
libpthread/linuxthreads/sysdeps/sh64/Makefile.in
libpthread/linuxthreads_db/Makefile.in
libresolv/Makefile.in
librt/Makefile.in
libutil/Makefile.in