]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Remove __ASSUME_ADJ_OFFSET_SS_READ.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jun 2014 20:00:51 +0000 (20:00 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jun 2014 20:00:51 +0000 (20:00 +0000)
commita2a76afe9127dc7b3e7c526bdf0088c1cc17c33d
treef45e59439346627302c4af7892b5c415180ef08e
parent90e5dd482fc4708d559fbec9740104470ffdb9df
Remove __ASSUME_ADJ_OFFSET_SS_READ.

This patch removes the __ASSUME_ADJ_OFFSET_SS_READ macro (and
conditionals on whether ADJ_OFFSET_SS_READ is defined), now it can be
unconditionally assumed to be true and ADJ_OFFSET_SS_READ can be
assumed to be defined.

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

* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
* sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
[ADJ_OFFSET_SS_READ]: Make code unconditional.
(ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
ChangeLog
sysdeps/unix/sysv/linux/adjtime.c
sysdeps/unix/sysv/linux/kernel-features.h