From: Bernardo Innocenti Date: Thu, 7 Aug 2003 20:58:04 +0000 (+0000) Subject: re PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000... X-Git-Tag: releases/gcc-3.4.0~4349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c64ab6172665a3387c3e8d6425c50c0cdeeb288;p=thirdparty%2Fgcc.git re PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000 targets.) 2003-08-07 Bernardo Innocenti 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 --- diff --git a/libstdc++-v3/config/cpu/m68k/atomicity.h b/libstdc++-v3/config/cpu/m68k/atomicity.h index 9605c19e1429..d33bbef6dd97 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