Author: schizo
Date: 2005-12-28 18:40:16 +0000 (Wed, 28 Dec 2005)
New Revision: 1079

Removed:
   glibc-package/trunk/debian/patches/glibc-235-ia64-binutils.dpatch
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/00list
Log:
Undo patch duplication


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2005-12-28 18:21:58 UTC (rev 
1078)
+++ glibc-package/trunk/debian/changelog        2005-12-28 18:40:16 UTC (rev 
1079)
@@ -25,7 +25,6 @@
 
   [ Clint Adams ]
   * Steal glibc-235-sparc-datastart.dpatch from Ubuntu.
-  * Steal glibc-235-ia64-binutils.dpatch from Ubuntu.
   * Steal ia64 libm symbol patch from Ubuntu.
   * Compile with -g2 instead of -g1 on sparc.
 

Modified: glibc-package/trunk/debian/patches/00list
===================================================================
--- glibc-package/trunk/debian/patches/00list   2005-12-28 18:21:58 UTC (rev 
1078)
+++ glibc-package/trunk/debian/patches/00list   2005-12-28 18:40:16 UTC (rev 
1079)
@@ -99,5 +99,4 @@
 powerpc-executable-got
 ctan
 glibc-235-sparc-datastart
-glibc-235-ia64-binutils
 ia64-binutils-libm

Deleted: glibc-package/trunk/debian/patches/glibc-235-ia64-binutils.dpatch
===================================================================
--- glibc-package/trunk/debian/patches/glibc-235-ia64-binutils.dpatch   
2005-12-28 18:21:58 UTC (rev 1078)
+++ glibc-package/trunk/debian/patches/glibc-235-ia64-binutils.dpatch   
2005-12-28 18:40:16 UTC (rev 1079)
@@ -1,59 +0,0 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
-# DP: Description: Allow glibc to build with binutils 2.16 on ia64
-# DP: Related bugs: 
-# DP: Dpatch author: Jeff Bailey
-# DP: Patch author: HJ Lu
-# DP: Upstream status: In CVS
-# DP: Status Details: CVS HEAD
-# DP: Date: 2005-05-22
-
-PATCHLEVEL=1
-
-if [ $# -ne 2 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-    -patch) patch -d "$2" -f --no-backup-if-mismatch -p$PATCHLEVEL < $0;;
-    -unpatch) patch -d "$2" -f --no-backup-if-mismatch -R -p$PATCHLEVEL < $0;;
-    *)
-       echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-       exit 1
-esac
-exit 0
-
-# append the patch here and adjust the -p? flag in the patch calls.
-Index: initfini.c
-===================================================================
-RCS file: /cvs/glibc/libc/sysdeps/ia64/elf/initfini.c,v
-retrieving revision 1.7
-retrieving revision 1.8
-diff -u -p -r1.7 -r1.8
---- libc/sysdeps/ia64/elf/initfini.c   16 Aug 2004 04:51:00 -0000      1.7
-+++ libc/sysdeps/ia64/elf/initfini.c   20 Mar 2005 04:21:08 -0000      1.8
-@@ -116,13 +116,14 @@ __asm__ (".section .init\n"
- "/[EMAIL PROTECTED]/\n"
- "\n"
- "/[EMAIL PROTECTED]/\n"
-+"     .section .init\n"
- "     .proc _init#\n"
-+"_init:\n"
- "     .prologue\n"
- "     .save ar.pfs, r34\n"
- "     .vframe r32\n"
- "     .save rp, r33\n"
- "     .body\n"
--"     .section .init\n"
- "     .regstk 0,2,0,0\n"
- "     mov r12 = r32\n"
- "     mov ar.pfs = r34\n"
-@@ -155,6 +156,7 @@ __asm__ (".section .init\n"
- "/[EMAIL PROTECTED]/\n"
- "     .section .fini\n"
- "     .proc _fini#\n"
-+"_fini:\n"
- "     .prologue\n"
- "     .save ar.pfs, r34\n"
- "     .vframe r32\n"


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

Reply via email to