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

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



Author: schizo
Date: 2006-03-09 01:26:28 +0000 (Thu, 09 Mar 2006)
New Revision: 1277

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


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

Deleted: glibc-package/branches/glibc-2.4/debian/patches/glibc-235-sparc-datastart.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/glibc-235-sparc-datastart.diff	2006-03-09 01:23:06 UTC (rev 1276)
+++ glibc-package/branches/glibc-2.4/debian/patches/glibc-235-sparc-datastart.diff	2006-03-09 01:26:28 UTC (rev 1277)
@@ -1,58 +0,0 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
-# DP: Description: Define __data_start on Sparc
-# DP: Related bugs: 
-# DP: Dpatch author: Jeff Bailey <jbailey@ubuntu.com>
-# DP: Patch author: David S. Miller <davem@davemloft.net>
-# DP: Upstream status: In CVS 
-# DP: Status Details: CVS HEAD
-# DP: Date: 2005-06-15
-
-PATCHLEVEL=0
-
-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.
-
-2005-04-17  David S. Miller  <davem@davemloft.net>
-
-        * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
-        * sysdeps/sparc/sparc64/elf/start.S: Likewise.
-
---- sysdeps/sparc/sparc32/elf/start.S	2005-06-15 16:46:11.000000000 +0000
-+++ sysdeps/sparc/sparc32/elf/start.S	2005-06-15 16:50:11.000000000 +0000
-@@ -92,3 +92,9 @@
- 	unimp
- 
- 	.size _start, .-_start
-+
-+  /* Define a symbol for the first piece of initialized data.  */
-+	.data
-+	.globl  __data_start
-+__data_start:
-+weak_alias (__data_start, data_start)
---- sysdeps/sparc/sparc64/elf/start.S   16 Aug 2004 04:51:01 -0000      1.7
-+++ sysdeps/sparc/sparc64/elf/start.S   17 Apr 2005 21:14:45 -0000
-@@ -93,3 +93,9 @@ _start:
-	illtrap 0
- 
-	.size _start, .-_start
-+
-+/* Define a symbol for the first piece of initialized data.  */
-+	.data
-+	.globl  __data_start
-+__data_start:
-+weak_alias (__data_start, data_start)
-

Modified: glibc-package/branches/glibc-2.4/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/series	2006-03-09 01:23:06 UTC (rev 1276)
+++ glibc-package/branches/glibc-2.4/debian/patches/series	2006-03-09 01:26:28 UTC (rev 1277)
@@ -81,7 +81,6 @@
 #divdi3-moddi3.diff -p0
 #powerpc-executable-got.diff -p0
 #ctan.diff -p0
-#glibc-235-sparc-datastart.diff -p0
 #glibc235-nis-netgrp.diff
 localedata/locale-ku_TR.diff -p0
 #localedata/discard-dz_BT.diff	# not needed when complex-collate is applied



Reply to: