diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-03-03 09:06:54 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-03-03 09:06:54 +0100 |
commit | b2f3c0c208f73cf5c433ebb85aacf3284d9e47e6 (patch) | |
tree | bd786548320f52a750069e9a29db5e63c73015af /ChangeLog | |
parent | a10e9c4e53fc652b79abf838f7f837589d2c84db (diff) | |
download | glibc-b2f3c0c208f73cf5c433ebb85aacf3284d9e47e6.tar.gz glibc-b2f3c0c208f73cf5c433ebb85aacf3284d9e47e6.tar.xz glibc-b2f3c0c208f73cf5c433ebb85aacf3284d9e47e6.zip |
tzset: Remove __attribute_noinline__ from compute_offset
After commit 42261ad731991df345880b0b509d83b0b9a9b9d8, compute_offset is only called once, so not inlining it increases executable size.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 56ef82760d..240b3e81aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-03-03 Florian Weimer <fweimer@redhat.com> + + * time/tzset.c (compute_offset): Remove __attribute_noinline__. + 2017-03-02 Florian Weimer <fweimer@redhat.com> * elf/get-dynamic-info.h: Remove header file inclusion guard. |