I seemed to have not checked this in last night... Updated ChangeLog to

reflect real check-in time.

        * defs.h (core_addr_to_string_nz): New function.
This commit is contained in:
Keith Seitz 2002-02-13 15:43:37 +00:00
parent 5db1645b7e
commit 079777f63e
2 changed files with 5 additions and 1 deletions

View 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.

View 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 *,