diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-26 01:52:39 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-26 01:52:39 +0000 |
commit | c20c1bdf992a90db69c4abb73594b2ff58154ef6 (patch) | |
tree | a1ded8605b00af7e48cdb976ad19b608094a48c8 /gdb/ChangeLog | |
parent | d643978558037f6c74cb1180732283994fe83504 (diff) | |
download | gdb-c20c1bdf992a90db69c4abb73594b2ff58154ef6.zip gdb-c20c1bdf992a90db69c4abb73594b2ff58154ef6.tar.gz gdb-c20c1bdf992a90db69c4abb73594b2ff58154ef6.tar.bz2 |
* remote.c, remote-mon.c, remote-utils.c, remote-utils.h,
target.h, remote-es.c, remote-nindy.c: Don't set baud rate if
baud_rate is -1. Remove sr_get_baud_rate and sr_set_baud_rate;
just use the global variable itself. When printing baud rate,
don't print a baud rate if baud_rate is -1.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 09f0736..50503bf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Fri Feb 25 09:41:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + * remote.c, remote-mon.c, remote-utils.c, remote-utils.h, + target.h, remote-es.c, remote-nindy.c: Don't set baud rate if + baud_rate is -1. Remove sr_get_baud_rate and sr_set_baud_rate; + just use the global variable itself. When printing baud rate, + don't print a baud rate if baud_rate is -1. + * coffread.c (read_coff_symtab): Pass mst_file_* to record_minimal_symbol for C_STAT symbols. Put C_EXT and C_STAT symbols in the minimal symbols regardless of SDB_TYPE. |