summarylogtreecommitdiffstats
path: root/use_volatile.patch
diff options
context:
space:
mode:
authormoonman2015-08-15 02:03:51 -0600
committermoonman2015-08-15 02:10:35 -0600
commit6654b364505e7c310f89d2343c41bfa874374044 (patch)
tree66918b1b70331886ecbd813b702f0eea14f0c2e5 /use_volatile.patch
downloadaur-6654b364505e7c310f89d2343c41bfa874374044.tar.gz
Add unixbench
Diffstat (limited to 'use_volatile.patch')
-rw-r--r--use_volatile.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/use_volatile.patch b/use_volatile.patch
new file mode 100644
index 000000000000..14738e32e5a1
--- /dev/null
+++ b/use_volatile.patch
@@ -0,0 +1,30 @@
+Binary files b/pgms/arithoh and a/pgms/arithoh differ
+Binary files b/pgms/context1 and a/pgms/context1 differ
+Binary files b/pgms/dhry2 and a/pgms/dhry2 differ
+Binary files b/pgms/dhry2reg and a/pgms/dhry2reg differ
+Binary files b/pgms/double and a/pgms/double differ
+Binary files b/pgms/execl and a/pgms/execl differ
+Binary files b/pgms/float and a/pgms/float differ
+Binary files b/pgms/fstime and a/pgms/fstime differ
+Binary files b/pgms/hanoi and a/pgms/hanoi differ
+Binary files b/pgms/int and a/pgms/int differ
+Binary files b/pgms/long and a/pgms/long differ
+Binary files b/pgms/looper and a/pgms/looper differ
+Binary files b/pgms/pipe and a/pgms/pipe differ
+Binary files b/pgms/register and a/pgms/register differ
+Binary files b/pgms/short and a/pgms/short differ
+Binary files b/pgms/spawn and a/pgms/spawn differ
+Binary files b/pgms/syscall and a/pgms/syscall differ
+Binary files b/pgms/whetstone-double and a/pgms/whetstone-double differ
+diff -ruN b/src/arith.c a/src/arith.c
+--- b/src/arith.c 2011-01-17 23:44:53.000000000 -0700
++++ a/src/arith.c 2015-03-21 20:38:49.082836753 -0600
+@@ -35,7 +35,7 @@
+
+ int dumb_stuff(int);
+
+-unsigned long iter;
++unsigned volatile long iter;
+
+ /* this function is called when the alarm expires */
+ void report()