diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-12-06 09:02:19 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-12-06 09:02:19 +0530 |
commit | f4479220946ab71e6d73e8a7bd7e96b148e848f7 (patch) | |
tree | 5732999eb01ad0e0ceba129ed14781c0f8bc6791 /ChangeLog | |
parent | 8517800fabfba81e4b1c0e1c11521ee05b3cafaf (diff) | |
download | glibc-f4479220946ab71e6d73e8a7bd7e96b148e848f7.zip glibc-f4479220946ab71e6d73e8a7bd7e96b148e848f7.tar.gz glibc-f4479220946ab71e6d73e8a7bd7e96b148e848f7.tar.bz2 |
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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |