]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
replace hexify with bin2hex
authorTom Tromey <tromey@redhat.com>
Sun, 19 Jan 2014 02:30:20 +0000 (19:30 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 12 Feb 2014 16:59:17 +0000 (09:59 -0700)
commit971dc0b89de28feaa5efade1f1f8675be223fabd
treed031abf767013288c86fb13d443afc41b11d2fb2
parent0a822afbcdf6aee6c25a840e4785ad3af56a94fd
replace hexify with bin2hex

This removes hexify in favor of bin2hex.
The choice of which to keep was arbitrary.

2014-02-12  Tom Tromey  <tromey@redhat.com>

* common/rsp-low.h (hexify): Don't declare.
* common/rsp-low.c (hexify): Remove.

2014-02-12  Tom Tromey  <tromey@redhat.com>

* remote-utils.c (look_up_one_symbol, monitor_output): Use
bin2hex, not hexify.
* tracepoint.c (cmd_qtstatus): Likewise.
gdb/ChangeLog
gdb/common/rsp-low.c
gdb/common/rsp-low.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/remote-utils.c
gdb/gdbserver/tracepoint.c