diff options
author | Shahab Vahedi <shahab@synopsys.com> | 2020-10-07 18:20:45 +0200 |
---|---|---|
committer | Shahab Vahedi <shahab@synopsys.com> | 2020-10-07 18:20:45 +0200 |
commit | bbe90b5def81d1904b79ecbead3f83ac5a72b2ae (patch) | |
tree | 3c521d29f087770955f1cf802ad844d648c35960 /gdbserver | |
parent | cc463201c4bbe5d0708ef4b45b17fb7c3fed6aee (diff) | |
download | gdb-bbe90b5def81d1904b79ecbead3f83ac5a72b2ae.zip gdb-bbe90b5def81d1904b79ecbead3f83ac5a72b2ae.tar.gz gdb-bbe90b5def81d1904b79ecbead3f83ac5a72b2ae.tar.bz2 |
gdb: Correct the ChageLog entry
Becausae of a copy/paste, I've put myself as the author of the
following patch which was not true:
6d2d7c5668f gdbserver: Add GNU/Linux support for ARC
This change will place the correct date and author in the ChangeLog.
Diffstat (limited to 'gdbserver')
-rw-r--r-- | gdbserver/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog index ec9d6b0..5ff195c 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -1,4 +1,4 @@ -2020-10-06 Shahab Vahedi <shahab@synopsys.com> +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. |