aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2017-01-20 19:52:52 -0500
committerDJ Delorie <dj@delorie.com>2017-01-20 19:55:53 -0500
commitf3bef6a748097d02d196df247f7b292c7b83744c (patch)
treefa997286ae0b251f99055bd35885781382239cb8 /ChangeLog
parentaee47c934e6b6256f58a3d75815a43fc33237a80 (diff)
downloadglibc-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a113ad821d..1518c7f9ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.