summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2019-03-04 10:48:42 +0100
committerStefan Liebler <stli@linux.ibm.com>2019-03-04 10:48:42 +0100
commitce6ddae03639529d5ca3a9eebb2d8b02bfd2ea97 (patch)
tree1156d2ee2f826215fe059ba1eb9ac007dba73459 /ChangeLog
parent31effacee2fc1b327bedc9a5fcb4b83f227c6539 (diff)
downloadglibc-ce6ddae03639529d5ca3a9eebb2d8b02bfd2ea97.tar.gz
S390: Increase function alignment to 16 bytes.
Set the default function alignment to 16 bytes in order to get rid of some unwanted performance effects. Please see also GCC commit "S/390: Set default function alignment to 16." (Subversion revision 262817) ChangeLog: * sysdeps/s390/s390-64/sysdep.h(ENTRY): Use alignment of 16byte. * sysdeps/s390/s390-32/sysdep.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb439258d6..fb092bad91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-04 Stefan Liebler <stli@linux.ibm.com>
+
+ * sysdeps/s390/s390-64/sysdep.h (ENTRY): Use alignment of 16byte.
+ * sysdeps/s390/s390-32/sysdep.h: Likewise.
+
2019-03-02 TAMUKI Shoichi <tamuki@linet.gr.jp>
[BZ #24162]