Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d7266e5f5d987366aa4f99c2ec128529e8ce7e88..093619421ec796ce922487a2ba0045f1e4ae1f6a 100644 (file)
@@ -1,3 +1,14 @@
+2015-10-27  Pedro Alves  <palves@redhat.com>
+
+       * common/print-utils.c (host_address_to_string): Rename to ...
+       (host_address_to_string_1): ... this.
+       * common/print-utils.h (host_address_to_string): Reimplement as
+       wrapper around host_address_to_string_1.
+       * utils.c (gdb_print_host_address): Rename to ...
+       (gdb_print_host_address_1): ... this.
+       * utils.h (gdb_print_host_address): Reimplement as wrapper macro
+       around  host_address_to_string_1.
+
 2015-10-27  Pedro Alves  <palves@redhat.com>
 
        * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
This page took 0.036812 seconds and 4 git commands to generate.