From patchwork Thu Jun 7 18:19:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergio Durigan Junior X-Patchwork-Id: 27698 Received: (qmail 58466 invoked by alias); 7 Jun 2018 18:20:04 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 58383 invoked by uid 89); 7 Jun 2018 18:20:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Jun 2018 18:20:02 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6C12E401EF2B for ; Thu, 7 Jun 2018 18:19:59 +0000 (UTC) Received: from psique.yyz.redhat.com (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 32DE32166BB2; Thu, 7 Jun 2018 18:19:59 +0000 (UTC) From: Sergio Durigan Junior To: GDB Patches Cc: Sergio Durigan Junior Subject: [obvious/pushed] Add ChangeLog entry for e5a77256e8961294b3ea7d483124834311ca363b Date: Thu, 7 Jun 2018 14:19:56 -0400 Message-Id: <20180607181956.6526-1-sergiodj@redhat.com> X-IsSubscribed: yes I forgot to add a ChangeLog entry for my previous commit: commit e5a77256e8961294b3ea7d483124834311ca363b Author: Sergio Durigan Junior Date: Tue Jun 5 17:55:39 2018 -0400 Guard declarations of 'sve_{vq,vl}_from_{vl,vq}' macros on Aarch64 (and unbreak build) This commit fixes that. --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 424b7afdd3..f0b6b95f7e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -118,6 +118,11 @@ (aarch64_pseudo_write): Add V regs for SVE. * aarch64-tdep.h (struct gdbarch_tdep): Add vnv_type. +2018-06-06 Sergio Durigan Junior + + * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef. + (sve_vl_from_vq): Likewise. + 2018-06-05 Tom Tromey * cli/cli-cmds.c (show_version): Update.