Author: aurel32
Date: 2007-07-27 18:18:28 +0000 (Fri, 27 Jul 2007)
New Revision: 2469

Removed:
   glibc-package/trunk/debian/patches/amd64/local-clone.diff
   glibc-package/trunk/debian/patches/i386/local-clone.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Revert changes to clone.S, the bug is a gcj bug, not a glibc one.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2007-07-27 16:30:42 UTC (rev 
2468)
+++ glibc-package/trunk/debian/changelog        2007-07-27 18:18:28 UTC (rev 
2469)
@@ -7,17 +7,11 @@
     ppc64.  Closes: #434626.
   * debian/sysdeps/powerpc.mk: build libc6-ppc64 with gcc-4.2.
   * debian/control: Remove build-depend on gcc-4.1 on powerpc.
-  * amd64,i386/local-clone.diff: new patch to fix gij running out of
-    memory. I would like to thanks Red H^W^WFedora for not sending back
-    their patches and let me spend a dozen of fun hours to debug this
-    problem. This patch, like hundred other ones, is in the upstream
-    repository, but only in the fedora branch. It has been written 8
-    months ago.  Closes: #434484.
   * sparc/submitted-gscope_flag.diff: update from upstream.
   * hppa/submitted-gscope_flag.diff : new patch to fix build on hppa
     with NPTL.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Fri, 27 Jul 2007 18:30:12 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Fri, 27 Jul 2007 20:17:52 +0200
 
 glibc (2.6-4) unstable; urgency=low
 

Deleted: glibc-package/trunk/debian/patches/amd64/local-clone.diff
===================================================================
--- glibc-package/trunk/debian/patches/amd64/local-clone.diff   2007-07-27 
16:30:42 UTC (rev 2468)
+++ glibc-package/trunk/debian/patches/amd64/local-clone.diff   2007-07-27 
18:18:28 UTC (rev 2469)
@@ -1,25 +0,0 @@
-2006-11-30  Jan Kratochvil  <[EMAIL PROTECTED]>
-
-       * sysdeps/unix/sysv/linux/x86_64/clone.S: Provide CFI for the outermost
-       `clone' function to ensure proper unwinding stop of gdb.
-
---- sysdeps/unix/sysv/linux/x86_64/clone.S     2006-12-04 00:12:36.000000000 
+0100
-+++ sysdeps/unix/sysv/linux/x86_64/clone.S     2006-12-14 10:06:34.000000000 
+0100
-@@ -89,9 +89,6 @@
-       ret
- 
- L(thread_start):
--      cfi_startproc;
--      /* Clearing frame pointer is insufficient, use CFI.  */
--      cfi_undefined (rip);
-       /* Clear the frame pointer.  The ABI suggests this be done, to mark
-          the outermost frame obviously.  */
-       xorl    %ebp, %ebp
-@@ -116,7 +113,6 @@
-       /* Call exit with return value from function call. */
-       movq    %rax, %rdi
-       call    HIDDEN_JUMPTARGET (_exit)
--      cfi_endproc;
- 
-       cfi_startproc;
- PSEUDO_END (BP_SYM (__clone))

Deleted: glibc-package/trunk/debian/patches/i386/local-clone.diff
===================================================================
--- glibc-package/trunk/debian/patches/i386/local-clone.diff    2007-07-27 
16:30:42 UTC (rev 2468)
+++ glibc-package/trunk/debian/patches/i386/local-clone.diff    2007-07-27 
18:18:28 UTC (rev 2469)
@@ -1,25 +0,0 @@
-2006-11-30  Jan Kratochvil  <[EMAIL PROTECTED]>
-
-       * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
-       `clone' function to ensure proper unwinding stop of gdb.
-
---- sysdeps/unix/sysv/linux/i386/clone.S       2006-12-04 00:12:36.000000000 
+0100
-+++ sysdeps/unix/sysv/linux/i386/clone.S       2006-12-14 10:06:34.000000000 
+0100
-@@ -120,9 +120,6 @@
-       ret
- 
- L(thread_start):
--      cfi_startproc;
--      /* Clearing frame pointer is insufficient, use CFI.  */
--      cfi_undefined (eip);
-       /* Note: %esi is zero.  */
-       movl    %esi,%ebp       /* terminate the stack frame */
- #ifdef RESET_PID
-@@ -155,7 +152,6 @@
-       jmp     L(haspid)
-       .previous
- #endif
--      cfi_endproc;
- 
-       cfi_startproc
- PSEUDO_END (BP_SYM (__clone))

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2007-07-27 16:30:42 UTC (rev 
2468)
+++ glibc-package/trunk/debian/patches/series   2007-07-27 18:18:28 UTC (rev 
2469)
@@ -41,7 +41,6 @@
 alpha/submitted-xstat.diff -p0
 
 amd64/local-biarch.diff 
-amd64/local-clone.diff -p0
 
 arm/cvs-gcc4-inline.diff -p0
 arm/cvs-gscope_flag.diff -p0
@@ -77,7 +76,6 @@
 hurd-i386/submitted-ECANCELED.diff
 
 i386/local-biarch.diff 
-i386/local-clone.diff -p0
 i386/local-cmov.diff -p0
 i386/submitted-i686-timing.diff -p0
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to