replace convert_int_to_ascii with bin2hex
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ebb334b00b67b0789bc0dbbe97511bfe73c7d016..85b420a00d378a0f38fdd2b74824279ef25b744a 100644 (file)
@@ -1,3 +1,41 @@
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * common/rsp-low.h (convert_int_to_ascii): Don't declare.
+       * common/rsp-low.c (convert_int_to_ascii): Remove.
+
+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>
+
+       * common/rsp-low.c (hexify): Never take strlen of argument.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * common/rsp-low.c (bin2hex): Never take strlen of argument.
+       * remote.c (extended_remote_run, remote_rcmd)
+       (remote_download_trace_state_variable, remote_save_trace_data)
+       (remote_set_trace_notes): Update.
+       * tracepoint.c (encode_source_string, tfile_write_status)
+       (tfile_write_uploaded_tsv): Update.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * tracepoint.c: Include rsp-low.h.
+       * remote.h (hex2bin, bin2hex, unpack_varlen_hex): Don't declare.
+       * remote.c: Include rsp-low.h.
+       (hexchars, ishex, unpack_varlen_hex, pack_nibble, pack_hex_byte)
+       (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)
+       (remote_unescape_input): Move to common/rsp-low.c.
+       * common/rsp-low.h: New file.
+       * common/rsp-low.c: New file.
+       * Makefile.in (SFILES): Add common/rsp-low.c.
+       (HFILES_NO_SRCDIR): Add common/rsp-low.h.
+       (COMMON_OBS): Add rsp-low.o.
+       (rsp-low.o): New target.
+
 2014-02-12  Tom Tromey  <tromey@redhat.com>
 
        * utils.h: Include print-utils.h.
This page took 0.024158 seconds and 4 git commands to generate.