From: Shahab Vahedi Date: Wed, 7 Oct 2020 16:16:19 +0000 (+0200) Subject: gdb/gdbserver: Add the missing ChangeLog entries X-Git-Tag: gdb-10.1-release~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94265abc2064239352d1786db0579fea12986f00;p=thirdparty%2Fbinutils-gdb.git gdb/gdbserver: Add the missing ChangeLog entries 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 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72ebf68cfa0..35196476289 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2020-10-07 Shahab Vahedi + + * arch/arc.h: Rename "arc_gdbarch_features" to + "arc_arch_features". + * arc-tdep.h: Likewise. + * arc-tdep.c: Likewise. + 2020-09-28 Gareth Rees (tiny change) PR python/26586 diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog index 9c224c17569..27917f8f6b8 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -1,3 +1,9 @@ +2020-10-07 Anton Kolesov + + * 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 * win32-low.cc: Remove local wow64_process variable.