From 1c64ab6172665a3387c3e8d6425c50c0cdeeb288 Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Thu, 7 Aug 2003 20:58:04 +0000 Subject: [PATCH] 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 --- libstdc++-v3/config/cpu/m68k/atomicity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/config/cpu/m68k/atomicity.h b/libstdc++-v3/config/cpu/m68k/atomicity.h index 9605c19e142..d33bbef6dd9 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