aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2009-03-25 14:36:02 +0100
committerUros Bizjak <uros@gcc.gnu.org>2009-03-25 14:36:02 +0100
commite50ea10b75a2af7551b4f25448fa25105019863f (patch)
tree375bff9fc45bc2ed43c7849dd6264aa8d06342bc /libgomp/ChangeLog
parent370017b40f9776c6861618c06f605903aa53b42e (diff)
downloadgcc-e50ea10b75a2af7551b4f25448fa25105019863f.zip
gcc-e50ea10b75a2af7551b4f25448fa25105019863f.tar.gz
gcc-e50ea10b75a2af7551b4f25448fa25105019863f.tar.bz2
atomic-5.c: Cleanup cpuid usage.
* testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage. * testsuite/libgomp.c/atomic-6.c: Ditto. From-SVN: r145061
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 205bcce..a77fdde 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-25 Uros Bizjak <ubizjak@gmail.com>
+
+ * testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage.
+ * testsuite/libgomp.c/atomic-6.c: Ditto.
+
2009-03-23 Jakub Jelinek <jakub@redhat.com>
PR c/39495
@@ -25,7 +30,7 @@
2009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
- * testsuite/lib/libgomp.exp: Add -B option for targets that
+ * testsuite/lib/libgomp.exp: Add -B option for targets that
use libgfortran.a%s in their specs.
2009-01-07 Jakub Jelinek <jakub@redhat.com>