From 46a7c92f9de712577546c98d2ac2b807b638126b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 Aug 2014 21:39:08 +0200 Subject: update patch set, fix tst-cancel4 endless loop --- .../0.9.34-git/0001-Revert-sparc-use-HIDDEN_JUMPTARGET-for-errno.patch | 2 +- .../0002-Revert-sparc-disable-cancellable-system-as-it-fails-.patch | 2 +- .../uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch | 2 +- .../uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch | 2 +- .../0.9.34-git/0005-sync-WRITE_BUFFER_SIZE-with-glibc-test.patch | 2 +- toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch | 2 +- .../patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch | 2 +- .../patches/0.9.34-git/0008-disable-test-for-systems-without-FPU.patch | 2 +- toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch | 2 +- toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'toolchain/uclibc') diff --git a/toolchain/uclibc/patches/0.9.34-git/0001-Revert-sparc-use-HIDDEN_JUMPTARGET-for-errno.patch b/toolchain/uclibc/patches/0.9.34-git/0001-Revert-sparc-use-HIDDEN_JUMPTARGET-for-errno.patch index 4edbd8c99..2d4ac24bb 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0001-Revert-sparc-use-HIDDEN_JUMPTARGET-for-errno.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0001-Revert-sparc-use-HIDDEN_JUMPTARGET-for-errno.patch @@ -1,7 +1,7 @@ From 984be720d4ee1fc717d4de5e67a776419003c1c6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Aug 2014 03:44:53 +0200 -Subject: [PATCH 01/10] Revert "sparc: use HIDDEN_JUMPTARGET for errno" +Subject: [PATCH 01/11] Revert "sparc: use HIDDEN_JUMPTARGET for errno" This reverts commit f51fb26dbcceee9e48d10facc830bd4a549f6cc2. diff --git a/toolchain/uclibc/patches/0.9.34-git/0002-Revert-sparc-disable-cancellable-system-as-it-fails-.patch b/toolchain/uclibc/patches/0.9.34-git/0002-Revert-sparc-disable-cancellable-system-as-it-fails-.patch index 12705ab85..57ecffbb2 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0002-Revert-sparc-disable-cancellable-system-as-it-fails-.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0002-Revert-sparc-disable-cancellable-system-as-it-fails-.patch @@ -1,7 +1,7 @@ From 3422668d945229f9f707aafe24491b5d3e8d7636 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Aug 2014 04:02:49 +0200 -Subject: [PATCH 02/10] Revert "sparc: disable cancellable system, as it fails +Subject: [PATCH 02/11] Revert "sparc: disable cancellable system, as it fails in strange ways right now" This reverts commit 1db4f8f8389f6a935ecd83aff7fcce5d1cf2c0f3. diff --git a/toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch b/toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch index d6174570a..12a027c1e 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0003-remove-unused-subdirs-variable.patch @@ -1,7 +1,7 @@ From f24c9f0a1ae6367c9bd512e49b17e9705b4e1561 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Aug 2014 04:31:35 +0200 -Subject: [PATCH 03/10] remove unused subdirs variable +Subject: [PATCH 03/11] remove unused subdirs variable For sparc TARGET_SUBARCH is never used. And there is a typo in the path. diff --git a/toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch b/toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch index 424a85f46..01064624e 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0004-sparc-testsuite-compile-fix.patch @@ -1,7 +1,7 @@ From 939bd5baadb18f56235c3bf9a2fa08e30e8d336a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Aug 2014 04:39:04 +0200 -Subject: [PATCH 04/10] sparc testsuite compile fix +Subject: [PATCH 04/11] sparc testsuite compile fix tst-spin1.c compile breaks with: test/nptl/tst-spin1.c:34: undefined reference to `pthread_spin_lock' diff --git a/toolchain/uclibc/patches/0.9.34-git/0005-sync-WRITE_BUFFER_SIZE-with-glibc-test.patch b/toolchain/uclibc/patches/0.9.34-git/0005-sync-WRITE_BUFFER_SIZE-with-glibc-test.patch index 5d8d358a3..f43fd9836 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0005-sync-WRITE_BUFFER_SIZE-with-glibc-test.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0005-sync-WRITE_BUFFER_SIZE-with-glibc-test.patch @@ -1,7 +1,7 @@ From 642cf06b4c07658b78fb6029648edc14fcd0075a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Aug 2014 20:29:08 +0200 -Subject: [PATCH 05/10] sync WRITE_BUFFER_SIZE with glibc test +Subject: [PATCH 05/11] sync WRITE_BUFFER_SIZE with glibc test Test on Linux 3.16.1 in Qemu ARM fails with: TEST_EXEC nptl/ tst-cancel4 diff --git a/toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch b/toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch index 04a113723..d8e954547 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0006-do-not-depend-on-compile.patch @@ -1,7 +1,7 @@ From 19d6be8095e87682b04a9fb69ee8f6fd37e16a50 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 20 Aug 2014 20:32:38 +0200 -Subject: [PATCH 06/10] do not depend on compile +Subject: [PATCH 06/11] do not depend on compile When you cross-compile the testsuite and then try to run on a system without gcc/binutils it would be nice if no compiling diff --git a/toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch b/toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch index 2be29b248..3101a2e9e 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0007-disable-test-for-non-MMU-systems.patch @@ -1,7 +1,7 @@ From 325f778f3bbb1b13c436e7754dd22097d31c04d2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Aug 2014 22:02:26 +0200 -Subject: [PATCH 07/10] disable test for non-MMU systems +Subject: [PATCH 07/11] disable test for non-MMU systems This test fails for non-MMU systems, because it uses fork() diff --git a/toolchain/uclibc/patches/0.9.34-git/0008-disable-test-for-systems-without-FPU.patch b/toolchain/uclibc/patches/0.9.34-git/0008-disable-test-for-systems-without-FPU.patch index 0c7527bb5..18bed235b 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0008-disable-test-for-systems-without-FPU.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0008-disable-test-for-systems-without-FPU.patch @@ -1,7 +1,7 @@ From 012dfda4b27ad92edb6a9ea14e5ce4c5567d1c91 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Aug 2014 22:04:59 +0200 -Subject: [PATCH 08/10] disable test for systems without FPU +Subject: [PATCH 08/11] disable test for systems without FPU This test fails for systems without fpu. For example m68k build for non-mmu/non-fpu systems fail. diff --git a/toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch b/toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch index 2a381bbfc..56d6888cd 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0009-fix-typo.patch @@ -1,7 +1,7 @@ From 0b6a99fbbb11287ca5c3ce71ef13689e72d2b79e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Aug 2014 22:08:43 +0200 -Subject: [PATCH 09/10] fix typo +Subject: [PATCH 09/11] fix typo otherwise you get compile warnings, when building for m68k. diff --git a/toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch b/toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch index 83686ee5e..3e8ddb34b 100644 --- a/toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch +++ b/toolchain/uclibc/patches/0.9.34-git/0010-disable-tst_wcsftime.patch @@ -1,7 +1,7 @@ From f3bbc3ce512df52a604c3da80163146245d03c0e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 Aug 2014 09:45:54 +0200 -Subject: [PATCH 10/10] disable tst_wcsftime +Subject: [PATCH 10/11] disable tst_wcsftime Feature is not implemented in uClibc, so no need to do a test. -- cgit v1.2.3