public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix ia64 pt-machine.h typo
@ 2002-06-07  5:55 Jakub Jelinek
  2002-06-07 13:12 ` Andreas Jaeger
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2002-06-07  5:55 UTC (permalink / raw)
  To: Ulrich Drepper, aj; +Cc: Glibc hackers

Hi!

The following typo prevented IA-64 build (there is no __sync_syncronize
builtin).

2002-06-07  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Fix typo.

--- libc/linuxthreads/sysdeps/ia64/pt-machine.h.jj	Thu May 30 06:03:57 2002
+++ libc/linuxthreads/sysdeps/ia64/pt-machine.h	Fri Jun  7 08:52:13 2002
@@ -71,7 +71,7 @@ register struct _pthread_descr_struct *_
 
 
 /* Memory barrier */
-#define MEMORY_BARRIER() __sync_syncronize ()
+#define MEMORY_BARRIER() __sync_synchronize ()
 
 
 #define HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix ia64 pt-machine.h typo
  2002-06-07  5:55 [PATCH] Fix ia64 pt-machine.h typo Jakub Jelinek
@ 2002-06-07 13:12 ` Andreas Jaeger
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Jaeger @ 2002-06-07 13:12 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Ulrich Drepper, Glibc hackers

Jakub Jelinek <jakub@redhat.com> writes:

> Hi!
>
> The following typo prevented IA-64 build (there is no __sync_syncronize
> builtin).
>
> 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
>
> 	* sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Fix typo.

Committed.

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-07 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-07  5:55 [PATCH] Fix ia64 pt-machine.h typo Jakub Jelinek
2002-06-07 13:12 ` Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).