diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-09-15 22:35:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-09-15 22:35:52 +0000 |
commit | df3d9c37f93aeb69069e50e6590f034e1c1fd4bb (patch) | |
tree | d730af7b5eb8a9a7d7877a73e4b2d6818267c650 /boehm-gc/ChangeLog | |
parent | f5ea2dcaba8ac0a44948f23aef2491170693763e (diff) | |
download | gcc-df3d9c37f93aeb69069e50e6590f034e1c1fd4bb.zip gcc-df3d9c37f93aeb69069e50e6590f034e1c1fd4bb.tar.gz gcc-df3d9c37f93aeb69069e50e6590f034e1c1fd4bb.tar.bz2 |
gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.
* include/private/gc_locks.h (GC_test_and_set): Change the
constraint of the first operand to '0'.
From-SVN: r104329
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 390aa5b..cf1e5a6 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: |