aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-06-01 09:16:04 -0600
committerTom Tromey <tom@tromey.com>2019-06-02 12:23:02 -0600
commit88ed7edbc632245fad33145e723d27976b6732ca (patch)
tree18edd0e72aa68782d366436dcc2d1f52efb664c9 /gdb/gdbserver/ChangeLog
parent96605592395fc57e531de249883ccf6fafed540f (diff)
downloadgdb-88ed7edbc632245fad33145e723d27976b6732ca.zip
gdb-88ed7edbc632245fad33145e723d27976b6732ca.tar.gz
gdb-88ed7edbc632245fad33145e723d27976b6732ca.tar.bz2
Remove fromhex implementation from gdbreplay
gdbreplay had its own implementation of fromhex. This patch changes it to use the one in common/. gdb/gdbserver/ChangeLog 2019-06-02 Tom Tromey <tom@tromey.com> * gdbreplay.c (fromhex): Remove. * Makefile.in (GDBREPLAY_OBS): Add rsp-low.o.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index e15395d..a769b15 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-02 Tom Tromey <tom@tromey.com>
+
+ * gdbreplay.c (fromhex): Remove.
+ * Makefile.in (GDBREPLAY_OBS): Add rsp-low.o.
+
2019-05-29 Tom Tromey <tromey@adacore.com>
* configure: Rebuild.