diff options
author | DJ Delorie <dj@delorie.com> | 2017-01-20 19:52:52 -0500 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2017-01-20 19:55:53 -0500 |
commit | f3bef6a748097d02d196df247f7b292c7b83744c (patch) | |
tree | fa997286ae0b251f99055bd35885781382239cb8 /ChangeLog | |
parent | aee47c934e6b6256f58a3d75815a43fc33237a80 (diff) | |
download | glibc-f3bef6a748097d02d196df247f7b292c7b83744c.tar glibc-f3bef6a748097d02d196df247f7b292c7b83744c.tar.gz glibc-f3bef6a748097d02d196df247f7b292c7b83744c.tar.bz2 glibc-f3bef6a748097d02d196df247f7b292c7b83744c.zip |
* elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...
(tunable_set_val_if_valid_range_signed) ... this, and ...
(tunable_set_val_if_valid_range_unsigned) ... this.
(tunable_initialize): Call the correct one of the above based on type.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2017-01-20 DJ Delorie <dj@redhat.com> + + * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ... + (tunable_set_val_if_valid_range_signed) ... this, and ... + (tunable_set_val_if_valid_range_unsigned) ... this. + (tunable_initialize): Call the correct one of the above based on type. + 2017-01-20 Joseph Myers <joseph@codesourcery.com> * sysdeps/hppa/fpu/libm-test-ulps: Remove *_tonearest entries. |