From: Andrew Cagney Date: Mon, 14 Dec 1998 04:54:13 +0000 (+0000) Subject: Always compile EXTRA_MDEBUG code (even when it is disabled). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=456c9134ae5599b4a219be806b8e8df5ca9ec989;p=binutils-gdb.git Always compile EXTRA_MDEBUG code (even when it is disabled). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fae67afa0b2..72eab90761d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Mon Dec 14 14:46:13 1998 Andrew Cagney + * monitor.c (monitor_expect, monitor_printf_noecho, + monitor_printf): Always compile EXTRA_RDEBUG code. + (RDEBUG): Ditto. + From Michael Meissner : * ppcbug-rom.c (init_ppc_cmds): Cleanup formatting.