aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorhjl <>2011-08-02 14:44:06 +0000
committerhjl <>2011-08-02 14:44:06 +0000
commitf9e1487cb701b572daa948d2e92bc108f869bede (patch)
tree938df688971e21338d8bc8dd95a27b3956ef1014 /libgomp/ChangeLog
parent1a7d4736876d1cdcb9d05366116b8a2f929ff0af (diff)
Check __x86_64__ instead of __LP64__ for x86 futex.
2011-08-02 H.J. Lu <hongjiu.lu@intel.com> * config/linux/x86/futex.h: Check __x86_64__ instead of __LP64__.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 292d58a570b..efd0c04c71b 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/linux/x86/futex.h: Check __x86_64__ instead of
+ __LP64__.
+
2011-07-29 Jakub Jelinek <jakub@redhat.com>
PR middle-end/49897