OSDN Git Service

I seemed to have not checked this in last night... Updated ChangeLog to
authorkseitz <kseitz>
Wed, 13 Feb 2002 15:43:35 +0000 (15:43 +0000)
committerkseitz <kseitz>
Wed, 13 Feb 2002 15:43:35 +0000 (15:43 +0000)
reflect real check-in time.

        * defs.h (core_addr_to_string_nz): New function.

gdb/ChangeLog
gdb/defs.h

index f0b4079..24454ab 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-13  Keith Seitz  <keiths@redhat.com>
+
+        * defs.h (core_addr_to_string_nz): New function.
+
 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
 
        Apply missing bits of 2002-01-15 patch.
@@ -6,7 +10,6 @@
 
 2002-02-12  Keith Seitz  <keiths@redhat.com>
 
-       * defs.h (core_addr_to_string_nz): New function.
        * utils.c (core_addr_to_string): Use phex instead of phex_nz.
        (core_addr_to_string_nz): New function.
 
index 59d53d6..5962b14 100644 (file)
@@ -692,6 +692,7 @@ extern char *phex_nz (ULONGEST l, int sizeof_l);
    core_addr_to_string() can be passed direct to
    string_to_core_addr().  */
 extern const char *core_addr_to_string (const CORE_ADDR addr);
+extern const char *core_addr_to_string_nz (const CORE_ADDR addr);
 extern CORE_ADDR string_to_core_addr (const char *my_string);
 
 extern void fprintf_symbol_filtered (struct ui_file *, char *,