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

r1278 - in glibc-package/branches/glibc-2.4/debian: . patches



Author: schizo
Date: 2006-03-09 01:51:02 +0000 (Thu, 09 Mar 2006)
New Revision: 1278

Removed:
   glibc-package/branches/glibc-2.4/debian/patches/tst-setcontext_c.diff
Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/patches/series
Log:
    - Remove tst-setcontext_c.diff (merged upstream).


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-03-09 01:26:28 UTC (rev 1277)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-03-09 01:51:02 UTC (rev 1278)
@@ -7,6 +7,7 @@
     - Remove regcomp_c.diff (merged upstream).
     - Remove glibc235-gcc4-sparc-mv8.diff (merged upstream).
     - Remove glibc-235-sparc-datastart.diff (merged upstream).
+    - Remove tst-setcontext_c.diff (merged upstream).
 
  -- Clint Adams <schizo@debian.org>  Mon,  6 Mar 2006 16:49:38 -0500
 

Modified: glibc-package/branches/glibc-2.4/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/series	2006-03-09 01:26:28 UTC (rev 1277)
+++ glibc-package/branches/glibc-2.4/debian/patches/series	2006-03-09 01:51:02 UTC (rev 1278)
@@ -127,4 +127,3 @@
 #rtld.diff -p1
 #resource_h.diff -p1
 #hppa-inlining.diff -p1
-#tst-setcontext_c.diff -p1

Deleted: glibc-package/branches/glibc-2.4/debian/patches/tst-setcontext_c.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/tst-setcontext_c.diff	2006-03-09 01:26:28 UTC (rev 1277)
+++ glibc-package/branches/glibc-2.4/debian/patches/tst-setcontext_c.diff	2006-03-09 01:51:02 UTC (rev 1278)
@@ -1,30 +0,0 @@
-        2006-03-03  Roland McGrath  <roland@redhat.com>
-        
-        [BZ #2414]
-        * stdlib/tst-setcontext.c (f1): Take arguments of type i
-
-===================================================================
-RCS file: /cvs/glibc/libc/stdlib/tst-setcontext.c,v
-retrieving revision 1.7
-retrieving revision 1.8
-diff -u -r1.7 -r1.8
---- libc/stdlib/tst-setcontext.c	2004/12/17 04:05:22	1.7
-+++ libc/stdlib/tst-setcontext.c	2006/03/03 11:51:31	1.8
-@@ -1,4 +1,4 @@
--/* Copyright (C) 2001,02, 2004 Free Software Foundation, Inc.
-+/* Copyright (C) 2001,2002,2004,2006 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
-@@ -30,9 +30,9 @@
- static char st2[32768];
- 
- static void
--f1 (long a0, long a1, long a2, long a3)
-+f1 (int a0, int a1, int a2, int a3)
- {
--  printf ("start f1(a0=%lx,a1=%lx,a2=%lx,a3=%lx)\n", a0, a1, a2, a3);
-+  printf ("start f1(a0=%x,a1=%x,a2=%x,a3=%x)\n", a0, a1, a2, a3);
- 
-   if (a0 != 1 || a1 != 2 || a2 != 3 || a3 != -4)
-     {



Reply to: