From patchwork Fri Oct 17 12:30:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyrylo Tkachov X-Patchwork-Id: 400518 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 45245140080 for ; Fri, 17 Oct 2014 23:30:48 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=sBjktdyvLnM/UKhOHUECNgI9R4PGSFh1CSIXfIWHfrKAfK N5QV1l939CANpT37ncRwNg6rMCBwGqFuwPXuCsJV4+vdouEaV+7py5qX8LDfBeVK Ax2r0tR3FCobv1v+b7xUWbZsMKJ8YTFSXyVf8rv3dSdYDcc096pjvPd6O9DLM= 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 :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=0YqC0DEP2J+zxI1wJIXKsVi4Yf0=; b=h8SSZX1dotja3LkIZNPd V1QRcRP5GNvYDb1nJT8s0sa+rvaPH1EifAVhJpIy7Yt2McrsNxdM2Hfe38d+jTfV 0jBlgy35aGzwbWzpOKYa/bGElu3pn/Er0dQ6yf5xNYslLbDBMyw+3QbdZfDueGs3 30PDAoeMI6J1DuBfLg5aQpI= Received: (qmail 13224 invoked by alias); 17 Oct 2014 12:30:41 -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 13211 invoked by uid 89); 17 Oct 2014 12:30:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Oct 2014 12:30:40 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Fri, 17 Oct 2014 13:30:36 +0100 Received: from [10.1.208.24] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 17 Oct 2014 13:30:35 +0100 Message-ID: <54410BEB.1010402@arm.com> Date: Fri, 17 Oct 2014 13:30:35 +0100 From: Kyrill Tkachov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: GCC Patches Subject: [committed] Fix ChangeLog entry X-MC-Unique: 114101713303603801 X-IsSubscribed: yes Hi all, I've committed the attached as obvious to fix up a whitespace issue in a patch I committed recently. This is r216399. Cheers, Kyrill diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e35d69b..5a09e3e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -136,8 +136,8 @@ * doc/install.texi (aarch64*-*-*): Document new --enable-fix-cortex-a53-835769 option. -2014-10-10 Kyrylo Tkachov - Ramana Radhakrishnan +2014-10-10 Kyrylo Tkachov + Ramana Radhakrishnan * config/aarch64/aarch64.h (FINAL_PRESCAN_INSN): Define. (ADJUST_INSN_LENGTH): Define.