atomicity.h: Fix typo.

2000-04-30  Benjamin Kosnik  <bkoz@gnu.org>

	* config/cpu/powerpc/bits/atomicity.h: Fix typo.
	* mknumeric_limits (trait_name): Fix copyright notice.
	* src/gen-num-limits.cc: Explicitly instantiate epsilon and
	round_error data members of struct value. This works around
	weak-linking issues on AIX, HPUX.

From-SVN: r33580
This commit is contained in:
Benjamin Kosnik 2000-05-01 18:14:03 +00:00 committed by Benjamin Kosnik
parent 2f9b43773f
commit b7fe530c1e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2000-04-30 Benjamin Kosnik <bkoz@gnu.org>
* config/cpu/powerpc/bits/atomicity.h (__compare_and_swap): Fix typo.
* mknumeric_limits (trait_name): Fix copyright notice.
* src/gen-num-limits.cc: Explicitly instantiate epsilon and
round_error data members of struct value. This works around

View File

@ -57,7 +57,7 @@ __atomic_add (volatile _Atomic_word *__mem, int __val)
static __ATOMICITY_INLINE int
__attribute__ ((unused))
__compare_and_swap (volatile long *p, long int __oldval, long int __newval)
__compare_and_swap (volatile long *__p, long int __oldval, long int __newval)
{
int __result;
__asm__ ("\