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

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



Author: schizo
Date: 2006-03-09 01:23:06 +0000 (Thu, 09 Mar 2006)
New Revision: 1276

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


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-03-09 01:15:06 UTC (rev 1275)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-03-09 01:23:06 UTC (rev 1276)
@@ -4,7 +4,8 @@
     - Remove sparc-socket-weakalias.diff (merged upstream).
     - Remove glibc235-dash.diff (merged upstream).
     - Remove glibc235-gcc4-sparc-inline.diff (merged upstream).
-    - Remove debian/patches/regcomp_c.diff (merged upstream).
+    - Remove regcomp_c.diff (merged upstream).
+    - Remove glibc235-gcc4-sparc-mv8.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/glibc235-gcc4-sparc-mv8.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/glibc235-gcc4-sparc-mv8.diff	2006-03-09 01:15:06 UTC (rev 1275)
+++ glibc-package/branches/glibc-2.4/debian/patches/glibc235-gcc4-sparc-mv8.diff	2006-03-09 01:23:06 UTC (rev 1276)
@@ -1,44 +0,0 @@
-#! /bin/sh -e
-
-# All lines beginning with `# DP:' are a description of the patch.
-# DP: Description: Make glibc-2.3.5 compile with gcc-4.0 on sparc for replacing
-#		   obsolete compiler option to the standard one.
-# DP: Related bugs: 
-# DP: Dpatch author: GOTO Masanori <gotom@debian.org>
-# DP: Patch author: GOTO Masanori <gotom@debian.org>
-# DP: Upstream status: Not submitted yet
-# DP: Status Details: Will be submitted
-# DP: Date: 2005-07-17
-
-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-07-17  GOTO Masanori  <gotom@debian.org>
-
-	* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Replace obsolete gcc
-	option to the standard one.
-
---- sysdeps/unix/sysv/linux/sparc/sparc32/Makefile.org	2005-07-15 13:50:11.000000000 +0900
-+++ sysdeps/unix/sysv/linux/sparc/sparc32/Makefile	2005-07-15 13:50:41.000000000 +0900
-@@ -4,7 +4,7 @@
- 
- # When I get this to work, this is the right thing
- ifeq ($(subdir),elf)
--CFLAGS-rtld.c += -mv8
-+CFLAGS-rtld.c += -mcpu=v8
- #rtld-routines += dl-sysdepsparc
- sysdep-others += lddlibc4
- install-bin += lddlibc4

Modified: glibc-package/branches/glibc-2.4/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/series	2006-03-09 01:15:06 UTC (rev 1275)
+++ glibc-package/branches/glibc-2.4/debian/patches/series	2006-03-09 01:23:06 UTC (rev 1276)
@@ -58,7 +58,6 @@
 glibc235-gcc4-wcstol_l.diff -p1
 glibc235-gcc4-ppc-procfs.diff -p0
 #glibc235-gcc4-arm-inline.diff -p1
-#glibc235-gcc4-sparc-mv8.diff -p0
 #glibc235-gcc4-mips-inline.diff -p0
 #glibc235-gcc4-mips-sysdeps.diff -p0
 #hurd-ioctl-pfinet.diff -p0



Reply to: