]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
benchtests: Append volatile keyword to type instead of prepending
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 6 Dec 2013 03:32:19 +0000 (09:02 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 6 Dec 2013 03:32:19 +0000 (09:02 +0530)
commitf4479220946ab71e6d73e8a7bd7e96b148e848f7
tree5732999eb01ad0e0ceba129ed14781c0f8bc6791
parent8517800fabfba81e4b1c0e1c11521ee05b3cafaf
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.
ChangeLog
scripts/bench.pl