[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2256 - in glibc-package/branches/glibc-2.6/debian: . patches patches/alpha



Author: aurel32
Date: 2007-05-20 07:48:59 +0000 (Sun, 20 May 2007)
New Revision: 2256

Removed:
   glibc-package/branches/glibc-2.6/debian/patches/alpha/cvs-sigsuspend.diff
Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/patches/series
Log:
   - Remove alpha/submitted-sigsuspend.diff (merged upstream).



Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog	2007-05-20 07:47:19 UTC (rev 2255)
+++ glibc-package/branches/glibc-2.6/debian/changelog	2007-05-20 07:48:59 UTC (rev 2256)
@@ -38,6 +38,7 @@
    - Disable any/submitted-unistd_XOPEN_VERSION.diff (broken).
    - Remove any/cvs-glob-c.diff (obsolete).
    - Remove any/cvs-scanf_hexfloat.diff (obsolete).
+   - Remove alpha/submitted-sigsuspend.diff (merged upstream).
   * debian/sysdeps/depflags.pl: Clean out relationships for packages
     that do not exist in sarge or later.
   * debian/debhelper.in/libc.install: do not hardcode the glibc

Deleted: glibc-package/branches/glibc-2.6/debian/patches/alpha/cvs-sigsuspend.diff
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/alpha/cvs-sigsuspend.diff	2007-05-20 07:47:19 UTC (rev 2255)
+++ glibc-package/branches/glibc-2.6/debian/patches/alpha/cvs-sigsuspend.diff	2007-05-20 07:48:59 UTC (rev 2256)
@@ -1,32 +0,0 @@
-2007-03-13  Richard Henderson  <rth@redhat.com>
-
-	* sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
-	__sigsuspend_nocancel.
-
-===================================================================
-RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/alpha/sigsuspend.S,v
-retrieving revision 1.13
-retrieving revision 1.14
-diff -u -r1.13 -r1.14
---- libc/sysdeps/unix/sysv/linux/alpha/sigsuspend.S	2005/05/26 14:30:46	1.13
-+++ libc/sysdeps/unix/sysv/linux/alpha/sigsuspend.S	2007/03/13 16:05:44	1.14
-@@ -20,6 +20,19 @@
- /* sigsuspend is a special syscall since it needs to dereference the
-    sigset.  This will have to change when we have more than 64 signals.  */
- 
-+#ifndef NO_CANCELLATION
-+#include <sysdep.h>
-+
-+#undef PSEUDO_PREPARE_ARGS
-+#define PSEUDO_PREPARE_ARGS	ldq	a0, 0(a0);
-+
-+PSEUDO(__sigsuspend_nocancel, sigsuspend, 1)
-+	ret
-+/* Use END, not PSEUDO_END, so that we don't issue two $syscall_error
-+   symbols; we'll jump into __sigsuspend for the error case.  */
-+END(__sigsuspend_nocancel)
-+#endif /* NO_CANCELLATION */
-+
- #include <sysdep-cancel.h>
- 
- #undef PSEUDO_PREPARE_ARGS

Modified: glibc-package/branches/glibc-2.6/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/series	2007-05-20 07:47:19 UTC (rev 2255)
+++ glibc-package/branches/glibc-2.6/debian/patches/series	2007-05-20 07:48:59 UTC (rev 2256)
@@ -34,7 +34,6 @@
 localedata/local-all-no-archive.diff -p0
 
 #alpha/submitted-pic.diff -p0	# g: suspended
-alpha/cvs-sigsuspend.diff -p1
 alpha/local-gcc4.1.diff -p0
 alpha/submitted-xstat.diff -p0
 



Reply to: