diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-14 04:54:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-14 04:54:13 +0000 |
commit | 456c9134ae5599b4a219be806b8e8df5ca9ec989 (patch) | |
tree | f1b5f2d036d2b1c252aeb0b53da17787d2c73df8 /gdb/ChangeLog | |
parent | 14a15da3a5086fb6161c8d3a5a41b2c8b1a18755 (diff) | |
download | gdb-456c9134ae5599b4a219be806b8e8df5ca9ec989.zip gdb-456c9134ae5599b4a219be806b8e8df5ca9ec989.tar.gz gdb-456c9134ae5599b4a219be806b8e8df5ca9ec989.tar.bz2 |
Always compile EXTRA_MDEBUG code (even when it is disabled).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fae67af..72eab90 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Mon Dec 14 14:46:13 1998 Andrew Cagney <cagney@b1.cygnus.com> + * monitor.c (monitor_expect, monitor_printf_noecho, + monitor_printf): Always compile EXTRA_RDEBUG code. + (RDEBUG): Ditto. + From Michael Meissner <meissner@cygnus.com>: * ppcbug-rom.c (init_ppc_cmds): Cleanup formatting. |