From 65e707f3925540c580343b27f03113a663790106 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 4 May 2014 16:25:40 +0400 Subject: [PATCH] Restore contribution info in ChangeLog for authors not listed in git log (deleted in commit 36a9c66) * ChangeLog (7.0, 1.0): Add information about contribution of persons mentioned in AUTHORS but not recorded in git log. * src/atomic_ops/sysdeps/gcc/cris.h: Move contribution information from comment to ChangeLog. --- ChangeLog | 10 +++++++--- src/atomic_ops/sysdeps/gcc/cris.h | 3 --- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3543461..1b5dadc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -277,7 +277,7 @@ == [7.0] 2007-06-28 == -* Add 64-bit version of AO_load_acquire for PowerPC. +* Add 64-bit version of AO_load_acquire for PowerPC (by Luca Barbato). * Add support of x86 and x86_64 for MS VC. * Do not assume that "mfence" is always present (x86.h). * Fix ARM AO_test_and_set_full. @@ -307,18 +307,22 @@ == [1.0] 2005-03-21 == -* Fix various bugs. * Add atomic_ops primitives for different sized data. * Add compare_double_and_swap_double and compare_and_swap_double. +* Add gcc/cris.h (originally comes from Hans-Peter Nilsson). +* Add gcc/m68k.h (contributed by Tony Mantler). +* Add gcc/powerpc.h (with help of Maged Michael, Doug Lea, Roger Hoover). * Add initial support for atomic_ops for VC++/Windows/X86 and HP/UX. * Add minimal support for the Sun SPARC compiler. * Add support for platforms that require out-of-line assembly code. * Add support of int-wide operations on platforms with int-sized pointers. * Added libatomic_ops_gpl library with support for lock-free stack and malloc. -* Attempt to support PowerPC. * Change atomic_ops include file structure. * Change most platforms to use byte-wide test-and-set locations. +* Define AO_CLEAR, __ldcw[_align] macros in gcc/hppa.h (by Carlos O'Donell). +* Fix various bugs. * Install under "atomic_ops" instead of "ao". * Remove compiler_barrier workaround for gcc 3.4+. * Renamed various types to end in _t. +* Replace AO_HAVE_NOP_FULL with AO_HAVE_nop_full (by Ranko Zivojnovic). * Use autoconf, automake. diff --git a/src/atomic_ops/sysdeps/gcc/cris.h b/src/atomic_ops/sysdeps/gcc/cris.h index 5b9a6f3..be58ddc 100644 --- a/src/atomic_ops/sysdeps/gcc/cris.h +++ b/src/atomic_ops/sysdeps/gcc/cris.h @@ -18,9 +18,6 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. - * - * Most of this code originally comes from Hans-Peter Nilsson. It is included - * here with his permission. */ /* FIXME: seems to be untested. */ -- 2.40.0