]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove __ASSUME_AT_RANDOM.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jun 2014 20:02:34 +0000 (20:02 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jun 2014 20:02:34 +0000 (20:02 +0000)
commit4a103975c4c4929455d60224101013888640cd2f
treeb4dd6d80368a78ae0b0a70e8486067487461329c
parenta2a76afe9127dc7b3e7c526bdf0088c1cc17c33d
Remove __ASSUME_AT_RANDOM.

This patch removes __ASSUME_AT_RANDOM now it can be assumed to be true
unconditionally.

Tested x86_64 that the disassembly of installed shared libraries is
unchanged by this patch.

* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
Remove macro.
* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
[!__ASSUME_AT_RANDOM]: Remove conditional code.
(_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
ChangeLog
sysdeps/unix/sysv/linux/dl-osinfo.h
sysdeps/unix/sysv/linux/kernel-features.h