mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* c-lang.c (c_printstr): Print "" to stream (like all the other
output from this function), not gdb_stdout.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Thu Nov 4 08:27:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* c-lang.c (c_printstr): Print "" to stream (like all the other
|
||||
output from this function), not gdb_stdout.
|
||||
|
||||
* dbxread.c (process_one_symbol): Do relocate 'S' symbols by
|
||||
the text offset (revert 12 Oct 93 change).
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ c_printstr (stream, string, length, force_ellipses)
|
||||
|
||||
if (length == 0)
|
||||
{
|
||||
fputs_filtered ("\"\"", gdb_stdout);
|
||||
fputs_filtered ("\"\"", stream);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user