mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
gdb/
* macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of fputs_filtered. Append trailing newline.
This commit is contained in:
parent
464e3686c0
commit
daefa85476
@ -1,3 +1,8 @@
|
||||
2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
|
||||
fputs_filtered. Append trailing newline.
|
||||
|
||||
2013-01-11 Yao Qi <yao@codesourcery.com>
|
||||
Stan Shebs <stan@codesourcery.com>
|
||||
|
||||
|
@ -49,9 +49,7 @@ macro_command (char *arg, int from_tty)
|
||||
/* Prints an informational message regarding the lack of macro information. */
|
||||
static void macro_inform_no_debuginfo()
|
||||
{
|
||||
fputs_filtered ("GDB has no preprocessor macro information for "
|
||||
"that code.",
|
||||
gdb_stdout);
|
||||
puts_filtered ("GDB has no preprocessor macro information for that code.\n");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user