summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/dl-osinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Move __SSP__ check to headerPeter S. Mazinger2005-11-021-0/+3
|
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-271-0/+64
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.