Author: aurel32
Date: 2006-08-15 09:34:05 +0000 (Tue, 15 Aug 2006)
New Revision: 1726

Removed:
   glibc-package/branches/glibc-2.4/debian/patches/hppa/submitted-iitlbp.diff
Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/patches/series
Log:
 * Remove hppa/submitted-iitlbp.diff (merged upstream).



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog   2006-08-15 09:21:16 UTC 
(rev 1725)
+++ glibc-package/branches/glibc-2.4/debian/changelog   2006-08-15 09:34:05 UTC 
(rev 1726)
@@ -35,8 +35,7 @@
     - debian/rules.d/tarball.mk: no longer run tar with -v.
     - Add hppa/cvs-portshead.patch (update hppa code to ports HEAD)
     - Disable hppa/submitted-sysdeps.diff, hppa/local-gcc-4-profile.diff,
-      hppa/submitted-iitlbp.diff, hppa/cvs-pie-relocs.diff,
-      hppa/cvs-no-ldbl-128.diff.
+      hppa/cvs-pie-relocs.diff, hppa/cvs-no-ldbl-128.diff.
     - Add arm/cvs-portshead.patch (update arm code to ports HEAD)
 
   [ Denis Barbier ]
@@ -92,7 +91,7 @@
   * Update hppa/submitted-drop-utimes.diff.
   * Update hppa/submitted-fenv-align.diff to reflect the new port add-on.
   * Update hppa/submitted-fpu.diff to reflect the new port add-on.
-  * Update hppa/submitted-iitlbp.diff to reflect the new port add-on.
+  * Remove hppa/submitted-iitlbp.diff (merged upstream).
   * Update hppa/submitted-sysdeps.diff.
   * Remove hurd-i386/cvs-ioctl-pfinet.diff (merged upstream).
   * Remove hurd-i386/cvs-getresuid-dyslexia.diff (merged upstream).

Deleted: 
glibc-package/branches/glibc-2.4/debian/patches/hppa/submitted-iitlbp.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/hppa/submitted-iitlbp.diff  
2006-08-15 09:21:16 UTC (rev 1725)
+++ glibc-package/branches/glibc-2.4/debian/patches/hppa/submitted-iitlbp.diff  
2006-08-15 09:34:05 UTC (rev 1726)
@@ -1,52 +0,0 @@
-# All lines beginning with `# DP:' are a description of the patch.
-# DP: Description: Update iitlbp instructions to satisfy stricter binutils.
-# DP: Dpatch author: Daniel Jacobowitz <[EMAIL PROTECTED]>
-# DP: Patch author: Daniel Jacobowitz <[EMAIL PROTECTED]>
-# DP: Upstream status: Not submitted
-# DP: Date: 2005-10-14
-
-Index: ports/sysdeps/hppa/abort-instr.h
-===================================================================
-RCS file: /big/fsf/rsync/gports-cvs/ports/sysdeps/hppa/abort-instr.h,v
-retrieving revision 1.1
-diff -u -p -r1.1 abort-instr.h
---- ports/sysdeps/hppa/abort-instr.h   23 Sep 2002 03:30:34 -0000      1.1
-+++ ports/sysdeps/hppa/abort-instr.h   14 Oct 2005 14:25:52 -0000
-@@ -3,4 +3,4 @@
-    We go with iitlbp because it has a history of being used to crash
-    programs.  */
- 
--#define ABORT_INSTRUCTION asm ("iitlbp %r0,(%r0)")
-+#define ABORT_INSTRUCTION asm ("iitlbp %r0,(%sr0,%r0)")
-Index: ports/sysdeps/hppa/dl-machine.h
-===================================================================
-RCS file: /big/fsf/rsync/gports-cvs/ports/sysdeps/hppa/dl-machine.h,v
-retrieving revision 1.21
-diff -u -p -r1.21 dl-machine.h
---- ports/sysdeps/hppa/dl-machine.h    19 Nov 2004 00:01:25 -0000      1.21
-+++ ports/sysdeps/hppa/dl-machine.h    14 Oct 2005 14:57:02 -0000
-@@ -367,7 +367,7 @@ asm (                                                      
                \
- "     ldw,ma  8(%r26),%r19\n"                                         \
-                                                                       \
-       /* Uh oh!  We didn't find one.  Abort. */                       \
--"     iitlbp  %r0,(%r0)\n"                                            \
-+"     iitlbp  %r0,(%sr0,%r0)\n"                                       \
-                                                                       \
- "2:   ldw     -4(%r26),%r19\n"        /* Found it, load value. */     \
- "     add     %r19,%r20,%r19\n"       /* And add the load offset. */  \
-Index: ports/sysdeps/unix/sysv/linux/hppa/clone.S
-===================================================================
-RCS file: 
/big/fsf/rsync/gports-cvs/ports/sysdeps/unix/sysv/linux/hppa/clone.S,v
-retrieving revision 1.4
-diff -u -p -r1.4 clone.S
---- ports/sysdeps/unix/sysv/linux/hppa/clone.S 18 Dec 2003 06:05:03 -0000      
1.4
-+++ ports/sysdeps/unix/sysv/linux/hppa/clone.S 14 Oct 2005 14:40:59 -0000
-@@ -92,7 +92,7 @@ thread_start:
-       copy    %ret0,%arg0
- 
-       /* Die horribly.  */
--      iitlbp  %r0,(%r0)
-+      iitlbp  %r0,(%sr0,%r0)
- 
- PSEUDO_END(__clone)
- 

Modified: glibc-package/branches/glibc-2.4/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/series      2006-08-15 
09:21:16 UTC (rev 1725)
+++ glibc-package/branches/glibc-2.4/debian/patches/series      2006-08-15 
09:34:05 UTC (rev 1726)
@@ -62,7 +62,6 @@
 hppa/submitted-lt.diff -p1
 #hppa/submitted-sysdeps.diff -p0
 #hppa/local-gcc-4-profile.diff -p0
-#hppa/submitted-iitlbp.diff -p0
 #hppa/submitted-fenv-align.diff -p0
 #hppa/submitted-fpu.diff -p0
 #hppa/cvs-pie-relocs.diff -p0


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

Reply via email to