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

r3112 - in glibc-package/branches/glibc-2.8/debian: . sysdeps testsuite-checking



Author: aurel32
Date: 2008-08-26 15:36:08 +0000 (Tue, 26 Aug 2008)
New Revision: 3112

Added:
   glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-kfreebsd-i386
   glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-linux-i386
Removed:
   glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-kfreebsd-i386
   glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-linux-i386
Modified:
   glibc-package/branches/glibc-2.8/debian/changelog
   glibc-package/branches/glibc-2.8/debian/sysdeps/amd64.mk
   glibc-package/branches/glibc-2.8/debian/sysdeps/kfreebsd-amd64.mk
Log:
  * debian/sysdeps/amd64.mk,kfreebsd-amd64.mk: enable i686 optimizations.



Modified: glibc-package/branches/glibc-2.8/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.8/debian/changelog	2008-08-26 15:23:07 UTC (rev 3111)
+++ glibc-package/branches/glibc-2.8/debian/changelog	2008-08-26 15:36:08 UTC (rev 3112)
@@ -80,10 +80,10 @@
   * testsuite-checking/expected-results-alphaev67-linux-alphaev67: new file.
   * testsuite-checking/expected-results-arm-linux-gnueabi-libc: new file.
   * testsuite-checking/expected-results-i486-kfreebsd-gnu-libc: new file.
-  * testsuite-checking/expected-results-i486-kfreebsd-i386: new file.
-  * testsuite-checking/expected-results-i486-linux-i386: new file.
   * testsuite-checking/expected-results-i486-linux-gnu-libc: new file.
+  * testsuite-checking/expected-results-i686-kfreebsd-i386: new file.
   * testsuite-checking/expected-results-i686-kfreebsd-i686: new file.
+  * testsuite-checking/expected-results-i686-linux-i386: new file.
   * testsuite-checking/expected-results-i686-linux-i686: new file.
   * testsuite-checking/expected-results-i686-linux-xen: new file.
   * testsuite-checking/expected-results-ia64-linux-gnu-libc: new file.
@@ -113,6 +113,7 @@
   * debian/sysdeps/mipsel.mk: use the correct triplet for mipsn32 and mips64
     builds.
   * debian/sysdeps/kfreebsd-amd64.mk: remove wrong symlink /lib32/lib32.
+  * debian/sysdeps/amd64.mk,kfreebsd-amd64.mk: enable i686 optimizations.
 
   [ Petr Salinger ]
   * add any/local-linuxthreads-ptw.diff. Closes: #494908.

Modified: glibc-package/branches/glibc-2.8/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/branches/glibc-2.8/debian/sysdeps/amd64.mk	2008-08-26 15:23:07 UTC (rev 3111)
+++ glibc-package/branches/glibc-2.8/debian/sysdeps/amd64.mk	2008-08-26 15:36:08 UTC (rev 3112)
@@ -13,7 +13,7 @@
 DEB_ARCH_REGULAR_PACKAGES += libc6-i386 libc6-dev-i386
 libc6-i386_shlib_dep = libc6-i386 (>= $(shlib_dep_ver))
 i386_add-ons = nptl $(add-ons)
-i386_configure_target = i486-linux
+i386_configure_target = i686-linux
 i386_CC = $(CC) -m32
 i386_CXX = $(CC) -m32
 i386_extra_cflags = -march=pentium4 -O3

Modified: glibc-package/branches/glibc-2.8/debian/sysdeps/kfreebsd-amd64.mk
===================================================================
--- glibc-package/branches/glibc-2.8/debian/sysdeps/kfreebsd-amd64.mk	2008-08-26 15:23:07 UTC (rev 3111)
+++ glibc-package/branches/glibc-2.8/debian/sysdeps/kfreebsd-amd64.mk	2008-08-26 15:36:08 UTC (rev 3112)
@@ -13,7 +13,7 @@
 DEB_ARCH_REGULAR_PACKAGES += libc0.1-i386 libc0.1-dev-i386
 libc0.1-i386_shlib_dep = libc0.1-i386 (>= $(shlib_dep_ver))
 
-i386_configure_target = i486-kfreebsd
+i386_configure_target = i686-kfreebsd
 i386_CC = $(CC) -m32
 i386_CXX = $(CXX) -m32
 i386_add-ons = ports linuxthreads $(add-ons)

Deleted: glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-kfreebsd-i386
===================================================================
--- glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-kfreebsd-i386	2008-08-26 15:23:07 UTC (rev 3111)
+++ glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-kfreebsd-i386	2008-08-26 15:36:08 UTC (rev 3112)
@@ -1,15 +0,0 @@
-#
-# Allowed failures for i486-kfreebsd-i386 and the returned make
-# failure number, indicating the signal the process died with.
-# Format: <Failed test>, Error <Make error code> [(ignored)]
-#
-annexc.out, Error 1 (ignored)
-check-localplt.out, Error 1
-tst-cputimer1.o, Error 1
-tst-cputimer2.o, Error 1
-tst-cputimer3.o, Error 1
-tst-fdopendir.o, Error 1
-tst-mqueue5.o, Error 1
-tst-timer2.o, Error 1
-tst-timer4.o, Error 1
-tst-timer5.o, Error 1

Deleted: glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-linux-i386
===================================================================
--- glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-linux-i386	2008-08-26 15:23:07 UTC (rev 3111)
+++ glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-linux-i386	2008-08-26 15:36:08 UTC (rev 3112)
@@ -1,7 +0,0 @@
-#
-# Allowed failures for x86_64-linux-gnu-libc and the returned make
-# failure number, indicating the signal the process died with.
-# Format: <Failed test>, Error <Make error code> [(ignored)]
-#
-annexc.out, Error 1 (ignored)
-check-localplt.out, Error 1

Copied: glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-kfreebsd-i386 (from rev 3110, glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-kfreebsd-i386)
===================================================================
--- glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-kfreebsd-i386	                        (rev 0)
+++ glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-kfreebsd-i386	2008-08-26 15:36:08 UTC (rev 3112)
@@ -0,0 +1,15 @@
+#
+# Allowed failures for i686-kfreebsd-i386 and the returned make
+# failure number, indicating the signal the process died with.
+# Format: <Failed test>, Error <Make error code> [(ignored)]
+#
+annexc.out, Error 1 (ignored)
+check-localplt.out, Error 1
+tst-cputimer1.o, Error 1
+tst-cputimer2.o, Error 1
+tst-cputimer3.o, Error 1
+tst-fdopendir.o, Error 1
+tst-mqueue5.o, Error 1
+tst-timer2.o, Error 1
+tst-timer4.o, Error 1
+tst-timer5.o, Error 1


Property changes on: glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-kfreebsd-i386
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-linux-i386 (from rev 3110, glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i486-linux-i386)
===================================================================
--- glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-linux-i386	                        (rev 0)
+++ glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-linux-i386	2008-08-26 15:36:08 UTC (rev 3112)
@@ -0,0 +1,7 @@
+#
+# Allowed failures for i686-linux-i386 and the returned make
+# failure number, indicating the signal the process died with.
+# Format: <Failed test>, Error <Make error code> [(ignored)]
+#
+annexc.out, Error 1 (ignored)
+check-localplt.out, Error 1


Property changes on: glibc-package/branches/glibc-2.8/debian/testsuite-checking/expected-results-i686-linux-i386
___________________________________________________________________
Name: svn:mergeinfo
   + 


Reply to: