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 /gdbserver | |
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 'gdbserver')
-rw-r--r-- | gdbserver/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog index 9c224c1..27917f8 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -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. |