This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add ChangeLog entry for e5a77256e8961294b3ea7d483124834311ca363b


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=13e3c6088e4456ed27dfdf9127c20d252895d874

commit 13e3c6088e4456ed27dfdf9127c20d252895d874
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Thu Jun 7 14:17:53 2018 -0400

    Add ChangeLog entry for e5a77256e8961294b3ea7d483124834311ca363b
    
    I forgot to add a ChangeLog entry for my previous commit:
    
    commit e5a77256e8961294b3ea7d483124834311ca363b
    Author: Sergio Durigan Junior <sergiodj@redhat.com>
    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.

Diff:
---
 gdb/ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 424b7af..f0b6b95 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  <sergiodj@redhat.com>
+
+        * arch/aarch64.h (sve_vq_from_vl): Guard with #ifndef.
+        (sve_vl_from_vq): Likewise.
+
 2018-06-05  Tom Tromey  <tom@tromey.com>
 
 	* cli/cli-cmds.c (show_version): Update.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]