From: Ulrich Drepper Date: Mon, 14 Feb 2000 23:28:28 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~26225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c437eb80360ee1774ce5dbeaf983337b9ab8113;p=external%2Fglibc.git Update. 2000-02-14 Ulrich Drepper * sysdeps/powerpc/atomicity.h: Remove white space to avoid compiler warning. --- diff --git a/ChangeLog b/ChangeLog index 3e879f7..93fa9ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-02-14 Ulrich Drepper + + * sysdeps/powerpc/atomicity.h: Remove white space to avoid + compiler warning. + 2000-02-14 Scott Bambrough * sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add diff --git a/sysdeps/powerpc/atomicity.h b/sysdeps/powerpc/atomicity.h index bb5f491..2924b18 100644 --- a/sysdeps/powerpc/atomicity.h +++ b/sysdeps/powerpc/atomicity.h @@ -1,5 +1,5 @@ /* Low-level functions for atomic operations. PowerPC version. - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -67,7 +67,7 @@ compare_and_swap (volatile long int *p, long int oldval, long int newval) bne- 1f stwcx. %3,0,%1 bne- 0b -1: +1: " : "=&b"(result) : "r"(p), "Ir"(oldval), "r"(newval) : "cr0", "memory"); return result >> 5; }