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

r1447 - in glibc-package/branches/glibc-2.4/debian: . patches sysdeps



Author: schizo
Date: 2006-04-22 00:08:01 +0000 (Sat, 22 Apr 2006)
New Revision: 1447

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


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-04-20 21:28:44 UTC (rev 1446)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-04-22 00:08:01 UTC (rev 1447)
@@ -13,6 +13,7 @@
     - Remove glibc-manual-string.diff (merged upstream).
     - Remove divdi3-moddi3.diff (merged upstream).
     - Remove glibc235-gcc4-elf.diff (merged upstream).
+    - Remove siginfo_h.diff (merged upstream).
     - Remove everything to do with nscd_nischeck.
     - Update linuxthreads-sizefix.diff for 2.4.
     - debian/shlibver: Bump up to 2.4-1.

Modified: glibc-package/branches/glibc-2.4/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/series	2006-04-20 21:28:44 UTC (rev 1446)
+++ glibc-package/branches/glibc-2.4/debian/patches/series	2006-04-22 00:08:01 UTC (rev 1447)
@@ -124,5 +124,4 @@
 strfmon.diff
 #argp_h.diff -p1
 getcwd_c.diff -p1
-siginfo_h.diff -p1
 hurd-machrules-make.diff -p1

Deleted: glibc-package/branches/glibc-2.4/debian/patches/siginfo_h.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/siginfo_h.diff	2006-04-20 21:28:44 UTC (rev 1446)
+++ glibc-package/branches/glibc-2.4/debian/patches/siginfo_h.diff	2006-04-22 00:08:01 UTC (rev 1447)
@@ -1,18 +0,0 @@
-Fix typo in ILL_ILLOPN definition.
-
-===================================================================
-RCS file: /cvs/glibc/libc/bits/siginfo.h,v
-retrieving revision 1.6
-retrieving revision 1.7
-diff -u -r1.6 -r1.7
---- libc/sysdeps/generic/bits/siginfo.h	2001/07/06 04:55:50	1.6
-+++ libc/sysdeps/generic/bits/siginfo.h	2006/04/01 19:18:59	1.7
-@@ -76,7 +76,7 @@
- {
-   ILL_ILLOPC = 1,		/* Illegal opcode.  */
- # define ILL_ILLOPC	ILL_ILLOPC
--  ILL_ILL_OPN,			/* Illegal operand.  */
-+  ILL_ILLOPN,			/* Illegal operand.  */
- # define ILL_ILLOPN	ILL_ILLOPN
-   ILL_ILLADR,			/* Illegal addressing mode.  */
- # define ILL_ILLADR	ILL_ILLADR

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk	2006-04-20 21:28:44 UTC (rev 1446)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/sparc.mk	2006-04-22 00:08:01 UTC (rev 1447)
@@ -1,30 +1,32 @@
-GLIBC_PASSES += sparcv9 sparcv9b sparc64
+GLIBC_PASSES += nptl sparcv9 sparcv9b sparc64
 DEB_ARCH_REGULAR_PACKAGES += libc6-sparc64 libc6-sparcv9 libc6-sparcv9b libc6-dev-sparc64
+
+libc_extra_config_options = $(extra_config_options) --without-__thread --disable-sanity-checks
  
-sparc64_MIN_KERNEL_SUPPORTED = 2.4.18
+sparc64_MIN_KERNEL_SUPPORTED = 2.6.0
 sparc64_configure_target=sparc64-linux
 sparc64_CC = $(BUILD_CC) -m64
 sparc64_extra_cflags = -g1 -O3
 sparc64_extra_config_options = $(extra_config_options) --disable-profile
-sparc64_add-ons = linuxthreads $(add-ons)
+sparc64_add-ons = nptl $(add-ons)
 libc6-sparc64_shlib_dep = libc6-sparc64 (>= $(shlib_dep_ver))
 sparc64_slibdir = /lib64
 sparc64_libdir = /usr/lib64
  
-sparcv9_MIN_KERNEL_SUPPORTED = 2.4.18
+sparcv9_MIN_KERNEL_SUPPORTED = 2.6.0
 sparcv9_configure_target=sparcv9-linux
 sparcv9_configure_build=sparcv9-linux
 sparcv9_extra_cflags = -g1 -O3
 sparcv9_extra_config_options = $(extra_config_options) --disable-profile
-sparcv9_add-ons = linuxthreads $(add-ons)
+sparcv9_add-ons = nptl $(add-ons)
 sparcv9_rtlddir = /lib
 sparcv9_slibdir = /lib/v9
 
-sparcv9b_MIN_KERNEL_SUPPORTED = 2.4.18
+sparcv9b_MIN_KERNEL_SUPPORTED = 2.6.0
 sparcv9b_configure_target=sparcv9b-linux
 sparcv9b_configure_build=sparcv9b-linux
 sparcv9b_extra_cflags = -g1 -O3
 sparcv9b_extra_config_options = $(extra_config_options) --disable-profile
-sparcv9b_add-ons = linuxthreads $(add-ons)
+sparcv9b_add-ons = nptl $(add-ons)
 sparcv9b_rtlddir = /lib
 sparcv9b_slibdir = /lib/ultra3



Reply to: