diff options
author | Shahab Vahedi <shahab@synopsys.com> | 2020-10-07 18:16:19 +0200 |
---|---|---|
committer | Shahab Vahedi <shahab@synopsys.com> | 2020-10-07 18:16:19 +0200 |
commit | 94265abc2064239352d1786db0579fea12986f00 (patch) | |
tree | b27306d59c04b09c9b5a6b72a57c1089dadb27a4 /gdb | |
parent | b13599da1aed8e9674e69ee2112505ec7063625b (diff) | |
download | gdb-94265abc2064239352d1786db0579fea12986f00.zip gdb-94265abc2064239352d1786db0579fea12986f00.tar.gz gdb-94265abc2064239352d1786db0579fea12986f00.tar.bz2 |
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
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72ebf68..3519647 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 |