[hurd,commited,0/2] htl: More test fixes

Message ID 20200610213731.1335828-1-samuel.thibault@ens-lyon.org
Headers
Series htl: More test fixes |

Message

Samuel Thibault June 10, 2020, 9:37 p.m. UTC
  Samuel Thibault (2):
  htl: Fix linking static tests by factorizing the symbols list
  htl: Enable more cancel tests

 htl/Makefile                                  | 10 ++++++---
 htl/libpthread.a                              | 22 +------------------
 htl/libpthread_pic.a                          | 22 +------------------
 htl/libpthread_syms.a                         | 21 ++++++++++++++++++
 nptl/Makefile                                 | 17 ++++++--------
 sysdeps/pthread/Makefile                      | 17 +++++++++-----
 {nptl => sysdeps/pthread}/tst-cancel11.c      |  0
 .../pthread}/tst-cancel21-static.c            |  0
 {nptl => sysdeps/pthread}/tst-cancel21.c      |  0
 {nptl => sysdeps/pthread}/tst-cancel6.c       |  0
 {nptl => sysdeps/pthread}/tst-cancelx11.c     |  0
 {nptl => sysdeps/pthread}/tst-cancelx21.c     |  0
 {nptl => sysdeps/pthread}/tst-cancelx6.c      |  0
 13 files changed, 48 insertions(+), 61 deletions(-)
 create mode 100644 htl/libpthread_syms.a
 rename {nptl => sysdeps/pthread}/tst-cancel11.c (100%)
 rename {nptl => sysdeps/pthread}/tst-cancel21-static.c (100%)
 rename {nptl => sysdeps/pthread}/tst-cancel21.c (100%)
 rename {nptl => sysdeps/pthread}/tst-cancel6.c (100%)
 rename {nptl => sysdeps/pthread}/tst-cancelx11.c (100%)
 rename {nptl => sysdeps/pthread}/tst-cancelx21.c (100%)
 rename {nptl => sysdeps/pthread}/tst-cancelx6.c (100%)