]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/gdbserver: Add the missing ChangeLog entries
authorShahab Vahedi <shahab@synopsys.com>
Wed, 7 Oct 2020 16:16:19 +0000 (18:16 +0200)
committerShahab Vahedi <shahab@synopsys.com>
Wed, 7 Oct 2020 16:16:19 +0000 (18:16 +0200)
I forgot to add the ChangeLog entries for these 2 patches:

b13599da1ae gdbserver: Add GNU/Linux support for ARC
e26d3e9b761 arc: Rename "arc_gdbarch_features" struct

gdb/ChangeLog
gdbserver/ChangeLog

index 72ebf68cfa077214a37258bea6bd0b79c8380662..351964762893187b1661b776d62487b14d552baa 100644 (file)
@@ -1,3 +1,10 @@
+2020-10-07  Shahab Vahedi  <shahab@synopsys.com>
+
+       * arch/arc.h: Rename "arc_gdbarch_features" to
+       "arc_arch_features".
+       * arc-tdep.h: Likewise.
+       * arc-tdep.c: Likewise.
+
 2020-09-28  Gareth Rees <grees@undo.io>  (tiny change)
 
        PR python/26586
index 9c224c1756904606654362153cf236de73ab8eee..27917f8f6b8ebfedba41647bd60bcfa9046ed043 100644 (file)
@@ -1,3 +1,9 @@
+2020-10-07  Anton Kolesov  <anton.kolesov@synopsys.com>
+
+       * configure.srv: Support ARC architecture.
+       * Makefile.in: Add linux-arc-low.cc and arch/arc.o.
+       * linux-arc-low.cc: New file.
+
 2020-09-23  Hannes Domani  <ssbssa@yahoo.de>
 
        * win32-low.cc: Remove local wow64_process variable.