diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-05 03:01:47 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-05 03:01:47 +0000 |
commit | 5576858065de4e33b6b2f8728e82ac3c474888ae (patch) | |
tree | 302940db827e6627bc9f8aee3eaa3927107b4210 /gdb/ChangeLog | |
parent | 71da0d0be62e24b69ddf03304f21a243b799ee9e (diff) | |
download | gdb-5576858065de4e33b6b2f8728e82ac3c474888ae.zip gdb-5576858065de4e33b6b2f8728e82ac3c474888ae.tar.gz gdb-5576858065de4e33b6b2f8728e82ac3c474888ae.tar.bz2 |
* c-lang.c (c_printstr): Print "" to stream (like all the other
output from this function), not gdb_stdout.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ade0f6b..029db4f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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). |