diff options
author | Bernardo Innocenti <bernie@develer.com> | 2003-08-07 20:58:04 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2003-08-07 20:58:04 +0000 |
commit | 1c64ab6172665a3387c3e8d6425c50c0cdeeb288 (patch) | |
tree | e5aae3979430756b816a81bdd9daa571e35bcc70 | |
parent | 4e9ebd4bc8664f17c831b8d56372eb6acc155a98 (diff) | |
download | gcc-1c64ab6172665a3387c3e8d6425c50c0cdeeb288.zip gcc-1c64ab6172665a3387c3e8d6425c50c0cdeeb288.tar.gz gcc-1c64ab6172665a3387c3e8d6425c50c0cdeeb288.tar.bz2 |
re PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000 targets.)
2003-08-07 Bernardo Innocenti <bernie@develer.com>
PR libstdc++/11784
* libstdc++-v3/config/cpu/m68k/atomicity.h (__exchange_and_add):
Replace variants with new BSET-based version.
[[Split portion of a mixed commit.]]
From-SVN: r70231.2
-rw-r--r-- | libstdc++-v3/config/cpu/m68k/atomicity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/config/cpu/m68k/atomicity.h b/libstdc++-v3/config/cpu/m68k/atomicity.h index 9605c19..d33bbef 100644 --- a/libstdc++-v3/config/cpu/m68k/atomicity.h +++ b/libstdc++-v3/config/cpu/m68k/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: m68k version -*- C++ -*- -// Copyright (C) 2001, 2002 Free Software Foundation, Inc. +// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the |