r1622 - in glibc-package: branches/glibc-2.4/debian branches/glibc-2.4/debian/patches/kfreebsd trunk/debian trunk/debian/patches/kfreebsd
Author: aurel32
Date: 2006-06-06 18:06:06 +0000 (Tue, 06 Jun 2006)
New Revision: 1622
Modified:
glibc-package/branches/glibc-2.4/debian/changelog
glibc-package/branches/glibc-2.4/debian/patches/kfreebsd/local-sysdeps.diff
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
* patches/kfreebsd/local-sysdeps.diff: update to revision 1583 (from glibc-bsd)
to fix the build with gcc-4.1.
Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog 2006-06-05 23:02:25 UTC (rev 1621)
+++ glibc-package/branches/glibc-2.4/debian/changelog 2006-06-06 18:06:06 UTC (rev 1622)
@@ -144,6 +144,8 @@
symlinks relative.
* debhelper.in/libnss-dns-udeb.install, debhelper.in/libnss-files-udeb.install:
fix the installation path. (Closes: #370523)
+ * patches/kfreebsd/local-sysdeps.diff: update to revision 1583 (from glibc-bsd)
+ to fix the build with gcc-4.1.
-- Aurelien Jarno <aurel32@debian.org> Sat, 3 Jun 2006 16:15:48 +0200
Modified: glibc-package/branches/glibc-2.4/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/glibc-2.4/debian/patches/kfreebsd/local-sysdeps.diff 2006-06-05 23:02:25 UTC (rev 1621)
+++ glibc-package/branches/glibc-2.4/debian/patches/kfreebsd/local-sysdeps.diff 2006-06-06 18:06:06 UTC (rev 1622)
@@ -21495,7 +21495,7 @@
+#endif
diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h linuxthreads/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h
--- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h 1970-01-01 01:00:00.000000000 +0100
-+++ linuxthreads/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h 2005-12-20 23:45:10.000000000 +0100
++++ linuxthreads/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h 2006-06-06 19:58:20.000000000 +0200
@@ -0,0 +1,93 @@
+/* Definition for thread-local data handling. linuxthreads/i386 version.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
@@ -21562,7 +21562,7 @@
+ : "0" (SYS_sysarch), \
+ "i" (I386_SET_GSBASE), \
+ "d" (&base) \
-+ : "cc" ); \
++ : "memory", "cc" ); \
+ result; \
+})
+
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2006-06-05 23:02:25 UTC (rev 1621)
+++ glibc-package/trunk/debian/changelog 2006-06-06 18:06:06 UTC (rev 1622)
@@ -15,6 +15,8 @@
symlinks relative.
* debhelper.in/libnss-dns-udeb.install, debhelper.in/libnss-files-udeb.install:
fix the installation path. (Closes: #370523)
+ * patches/kfreebsd/local-sysdeps.diff: update to revision 1583 (from glibc-bsd)
+ to fix the build with gcc-4.1.
[ Denis Barbier ]
* debian/patches/localedata/tailor-iso14651_t1.diff: Fix several collation
Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2006-06-05 23:02:25 UTC (rev 1621)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2006-06-06 18:06:06 UTC (rev 1622)
@@ -21495,7 +21495,7 @@
+#endif
diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h linuxthreads/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h
--- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h 1970-01-01 01:00:00.000000000 +0100
-+++ linuxthreads/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h 2005-12-20 23:45:10.000000000 +0100
++++ linuxthreads/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/tls.h 2006-06-06 19:58:20.000000000 +0200
@@ -0,0 +1,93 @@
+/* Definition for thread-local data handling. linuxthreads/i386 version.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
@@ -21562,7 +21562,7 @@
+ : "0" (SYS_sysarch), \
+ "i" (I386_SET_GSBASE), \
+ "d" (&base) \
-+ : "cc" ); \
++ : "memory", "cc" ); \
+ result; \
+})
+
Reply to: