From patchwork Wed Jun 10 21:36:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 39559 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B1D5F3893668; Wed, 10 Jun 2020 21:36:17 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by sourceware.org (Postfix) with ESMTPS id E82AC383F875 for ; Wed, 10 Jun 2020 21:36:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E82AC383F875 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=samuel.thibault@ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 77B498C61; Wed, 10 Jun 2020 23:36:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wzniM82p2Y_J; Wed, 10 Jun 2020 23:36:10 +0200 (CEST) Received: from function.home (lfbn-bor-1-797-11.w86-234.abo.wanadoo.fr [86.234.239.11]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0012785BD; Wed, 10 Jun 2020 23:36:09 +0200 (CEST) Received: from samy by function.home with local (Exim 4.93) (envelope-from ) id 1jj8OG-005bOW-Lv; Wed, 10 Jun 2020 23:36:08 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Subject: [hurd,commited 0/2] More htl tests fixes Date: Wed, 10 Jun 2020 23:36:06 +0200 Message-Id: <20200610213608.1335341-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: commit-hurd@gnu.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Samuel Thibault (2): pthread: Move back linking rules to nptl and htl hurd: document that gcc&gdb look at the trampoline code htl/Makefile | 18 ++++++++++++++++++ nptl/Makefile | 18 ++++++++++++++++++ sysdeps/mach/hurd/i386/trampoline.c | 6 +++++- sysdeps/pthread/Makefile | 18 ------------------ 4 files changed, 41 insertions(+), 19 deletions(-)