public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Misc sparc64 fixes plus bits/syscall.h typo fix
@ 2003-03-14 23:37 Jakub Jelinek
  2003-03-18 23:10 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2003-03-14 23:37 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

2003-03-14  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.

	* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
	sysdeps/posix/pause.c instead of sysdeps/unix/common/pause.c.
linuxthreads/
	* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
	* sysdeps/unix/sysv/linux/sparc/Makefile ($(objpfx)specs): Use full
	path for crt[in].o.

--- libc/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile.jj	Fri Mar 14 19:50:24 2003
+++ libc/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile	Fri Mar 14 19:50:35 2003
@@ -0,0 +1,3 @@
+ifeq ($(subdir),linuxthreads)
+libpthread-routines += ptw-sigprocmask
+endif
--- libc/linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile.jj	Fri Feb 21 14:13:24 2003
+++ libc/linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile	Fri Mar 14 21:29:35 2003
@@ -6,6 +6,6 @@ before-compile += $(objpfx)specs
 generated += specs
 $(objpfx)specs:
 	$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs \
-	  | sed 's,\(/usr/lib\(\|64\)/\|^\|\([^/a-z]\)\)\(crt[in]\.o\),\3./\4,g' > $@.new
+	  | sed 's~\(/usr/lib\(\|64\)/\|^\|\([^/a-z]\)\)\(crt[in]\.o\)~\3'$(objpfx)'\4~g' > $@.new
 	mv -f $@.new $@
 endif
--- libc/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c.jj	Wed Jun  2 07:10:10 1999
+++ libc/sysdeps/unix/sysv/linux/sparc/sparc64/pause.c	Fri Mar 14 16:56:32 2003
@@ -1 +1 @@
-#include <sysdeps/unix/common/pause.c>
+#include <sysdeps/posix/pause.c>
--- libc/sysdeps/unix/sysv/linux/Makefile.jj	2002-12-20 07:37:06.000000000 -0500
+++ libc/sysdeps/unix/sysv/linux/Makefile	2003-03-14 10:49:39.000000000 -0500
@@ -42,7 +42,7 @@ $(objpfx)syscall-%.h $(objpfx)syscall-%.
 	 sed -n 's@^#define __NR_\([^ ]*\) .*$$@#define SYS_\1 __NR_\1@p' | \
 	 LC_ALL=C sort > $(@:.d=.h).new32; \
 	 SUNPRO_DEPENDENCIES='$(@:.h=.d)-t $@' \
-	 $(CC) -E -x c $(sysincludes) $< $(addprefix -U,$(64bit-predefine)) \
+	 $(CC) -E -x c $(sysincludes) $< $(addprefix -U,$(32bit-predefine)) \
 	   $(addprefix -D,$(64bit-predefine)) -D_LIBC -dM | \
 	 sed -n 's@^#define __NR_\([^ ]*\) .*$$@#define SYS_\1 __NR_\1@p' | \
 	 LC_ALL=C sort > $(@:.d=.h).new64; \

	Jakub

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

* Re: [PATCH] Misc sparc64 fixes plus bits/syscall.h typo fix
  2003-03-14 23:37 [PATCH] Misc sparc64 fixes plus bits/syscall.h typo fix Jakub Jelinek
@ 2003-03-18 23:10 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2003-03-18 23:10 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Ulrich Drepper, Glibc hackers

I put them in, thanks.

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

end of thread, other threads:[~2003-03-14 23:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-14 23:37 [PATCH] Misc sparc64 fixes plus bits/syscall.h typo fix Jakub Jelinek
2003-03-18 23:10 ` Roland McGrath

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).