aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-09-15 22:35:52 +0000
committerKazu Hirata <kazu@codesourcery.com>2005-09-15 22:35:52 +0000
commit61bc54eef7c1363f8fead0f3d155be5838147cdd (patch)
treed730af7b5eb8a9a7d7877a73e4b2d6818267c650 /boehm-gc/ChangeLog
parentd93ada830f1fa759579cd4e6b585d9852f27c2b9 (diff)
* include/private/gc_locks.h (GC_test_and_set): Change the
constraint of the first operand to '0'. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@104329 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 390aa5b6a25b..cf1e5a636b7f 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-15 Kazu Hirata <kazu@codesourcery.com>
+
+ * include/private/gc_locks.h (GC_test_and_set): Change the
+ constraint of the first operand to '0'.
+
2005-09-06 Tom Tromey <tromey@redhat.com>
PR libgcj/23662: