* monitor.c (monitor_vsprintf): New function to handle
authorMark Alexander <marka@cygnus>
Wed, 28 Jan 1998 19:52:06 +0000 (19:52 +0000)
committerMark Alexander <marka@cygnus>
Wed, 28 Jan 1998 19:52:06 +0000 (19:52 +0000)
commit29df6f4b7ee6f1dda303fd96ff10350110a1412e
tree29e88a0769670f01d55c9a0705be1e790890b6c7
parentf41751664d2e9e7a5145bed54d118f1c6ee82e43
* monitor.c (monitor_vsprintf): New function to handle
printing of large addresses using %A format specifier.
(monitor_printf_noecho, monitor_printf): Use monitor_vsprintf
instead of vsprintf.
* dve3900-rom.c (_initialize_r3900_rom): Use %A instead of %Lx
to print addresses.
gdb/ChangeLog
gdb/dve3900-rom.c