summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-06 09:02:19 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-06 09:02:19 +0530
commitf4479220946ab71e6d73e8a7bd7e96b148e848f7 (patch)
tree5732999eb01ad0e0ceba129ed14781c0f8bc6791 /ChangeLog
parent8517800fabfba81e4b1c0e1c11521ee05b3cafaf (diff)
downloadglibc-f4479220946ab71e6d73e8a7bd7e96b148e848f7.tar.gz
benchtests: Append volatile keyword to type instead of prepending
`volatile int` means the same as 'int volatile', but that's not the case for 'volatile char *' and 'char * volatile'. We won't need a 'char volatile *' or other complicated semantics for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c46833bef4..cc1478c529 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * scripts/bench.pl: Append volatile keyword to type.
+
2013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/sotruss-lib.c: New file.