From patchwork Thu Aug 15 15:28:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 1147659 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-507069-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="IXvYMUWv"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 468VjT21Ksz9sN6 for ; Fri, 16 Aug 2019 01:28:59 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:from:to:references:cc:message-id:date:mime-version :in-reply-to:content-type; q=dns; s=default; b=r4suGwGpTxCPpPGib TfyHr4bS2T0qFxyiGvROP8KRHO8552sHHs7Vpxyi/GQXcM7wNv72o73iX03k+Bl7 ZpvbjvZHO7XTt/y6bAizuVE8BZfmrzue+RUtzt2yK5zUB2hQQGTwftzNk6oiAbMP Kza+1OmhNL30FGl7fg8xVEiU4s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:from:to:references:cc:message-id:date:mime-version :in-reply-to:content-type; s=default; bh=J9jXwfb8clw7pr+3G0a4a7I Adts=; b=IXvYMUWvFP6IyP+f9j+W/xnuy4pTqPpYWFh5y1kzn7qaNYAO8oDMDbF wOMutIlpZQ8k+54g+owdtBPJcvhsb5OhoYx11oiUm8yzwvYc8GWPuGv8BmGZpeDS jelVxSoLn9/gCfbih0Bbs0v+MGDHkXtr6W/xUDJWtw9YQqJH1JNo= Received: (qmail 15858 invoked by alias); 15 Aug 2019 15:28:51 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 15849 invoked by uid 89); 15 Aug 2019 15:28:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:956 X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Aug 2019 15:28:47 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B3DB0AF87; Thu, 15 Aug 2019 15:28:44 +0000 (UTC) Subject: [PATCH] Reapply missing patch for libsanitizer. From: =?utf-8?q?Martin_Li=C5=A1ka?= To: gcc-patches@gcc.gnu.org References: Cc: Iain Sandoe , Segher Boessenkool Message-ID: <4f433c45-3c7d-8c00-7e0a-1114696843fe@suse.cz> Date: Thu, 15 Aug 2019 17:28:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: X-IsSubscribed: yes Hi. There's forgotten patch for libsanitizer that was not listed in LOCAL_PATCHES. I've just tested the patch on ppc64 (gcc110 compile farm machine) and I'm going to install the patch. Martin From 82662f97b6bacf21eee1185bc116aa22c0c89b33 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 15 Aug 2019 17:23:14 +0200 Subject: [PATCH] Reapply missing patch for libsanitizer. libsanitizer/ChangeLog: 2019-08-15 Martin Liska * tsan/tsan_rtl_ppc64.S: Reapply. --- libsanitizer/tsan/tsan_rtl_ppc64.S | 1 + 1 file changed, 1 insertion(+) diff --git a/libsanitizer/tsan/tsan_rtl_ppc64.S b/libsanitizer/tsan/tsan_rtl_ppc64.S index 8285e21aa1e..9e533a71a9c 100644 --- a/libsanitizer/tsan/tsan_rtl_ppc64.S +++ b/libsanitizer/tsan/tsan_rtl_ppc64.S @@ -1,5 +1,6 @@ #include "tsan_ppc_regs.h" + .machine altivec .section .text .hidden __tsan_setjmp .globl _setjmp -- 2.22.0