From patchwork Tue Aug 7 14:34:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Richard Earnshaw (lists)" X-Patchwork-Id: 954547 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-483317-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="ULRe0jX5"; 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 41lH9J4SVDz9s0n for ; Wed, 8 Aug 2018 00:34: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:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=BMwQCuThnPd0VOnPWK9CWWE75PkSarhiNBTpeNUaDa7+hwRY42 Wu8unWZ/HgkriLd7GG4oC2VSmhzljyYFB+vdZWmITAR6Lyz2pRV3Js45b81Lwj5w AsN1NAx10cRqcPMHf4YJeEo32nhOVJSr1CV2vHDXZ4zmDobFipeRp9RAY= 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:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=hchxs7QEtuvXaAFYsERrQ++2Nfs=; b=ULRe0jX5ZxPr66D7cX3g alRw9CGzdrPAfuRrhhtcNSid7uSJ61cBcH9+/xzakGqHdzc1EPwdA6MVd9DtDjgI CYNcwjyXH94roYJc7t3zDJh5z/kuRdFW4Z2UgipT8bbgXhRdjUNKoCbW5S3S4UY5 xeO63aQTi6ZraGhrahth0YA= Received: (qmail 61057 invoked by alias); 7 Aug 2018 14:34: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 61024 invoked by uid 89); 7 Aug 2018 14:34:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 07 Aug 2018 14:34:49 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F06B27A9; Tue, 7 Aug 2018 07:34:47 -0700 (PDT) Received: from e120077-lin.cambridge.arm.com (e120077-lin.cambridge.arm.com [10.2.207.74]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 78FD13F5B3; Tue, 7 Aug 2018 07:34:47 -0700 (PDT) To: gcc-patches From: "Richard Earnshaw (lists)" Subject: Fix PR number in hppa commit for CVE-2017-5753) Openpgp: preference=signencrypt Message-ID: <8968ce74-cd25-4088-6749-150efc06ee48@arm.com> Date: Tue, 7 Aug 2018 15:34:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 This just fixes the PR number in the ChangeLog. Nothing we can do about the SVN history. gcc/ChangeLog Committed as obvious. Index: ChangeLog =================================================================== --- ChangeLog (revision 263357) +++ ChangeLog (working copy) @@ -9,7 +9,7 @@ 2018-08-06 John David Anglin - PR target/86807 + PR target/86785 * config/pa/pa.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define to speculation_safe_value_not_needed.