diff options
author | Stu Grossman <grossman@cygnus> | 1993-10-21 00:49:42 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-10-21 00:49:42 +0000 |
commit | d0d8484a4a8b7c803473eaadb4a30513cd8b8d09 (patch) | |
tree | df9a1980445b2eca7743d5f58970c8fae8947c5c /gdb/ChangeLog | |
parent | fc81adb803b6f43bc80ebb049472b660bd2e33fa (diff) | |
download | gdb-d0d8484a4a8b7c803473eaadb4a30513cd8b8d09.zip gdb-d0d8484a4a8b7c803473eaadb4a30513cd8b8d09.tar.gz gdb-d0d8484a4a8b7c803473eaadb4a30513cd8b8d09.tar.bz2 |
* main.c: Make baud_rate and remote_debug be global variables,
remove #include "remote-utils.h". This makes it possible to build
GDB without remote-utils.c. Also, move setting of remote_debug
into main, so that all remote*.c files can use it (not just the
serial line ones). And, make baud_rate be an int.
* remote-udi.c: Change kiodebug to remote_debug.
* remote-utils.c: Move setting of baud rate and debug into main.c.
* remote-utils.h: Redefine sr_{get set}_debug and sr_{get set}_baud
to use baud_rate and remote_debug globals for compatibility.
* remote.c: Use remote_debug and baud_rate globals directly,
instead of sr_ functions, so that we don't need to load
remote-utils.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eafceee..b18a48f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +Wed Oct 20 17:47:42 1993 Stu Grossman (grossman at cygnus.com) + + * main.c: Make baud_rate and remote_debug be global variables, + remove #include "remote-utils.h". This makes it possible to build + GDB without remote-utils.c. Also, move setting of remote_debug + into main, so that all remote*.c files can use it (not just the + serial line ones). And, make baud_rate be an int. + * remote-udi.c: Change kiodebug to remote_debug. + * remote-utils.c: Move setting of baud rate and debug into main.c. + * remote-utils.h: Redefine sr_{get set}_debug and sr_{get set}_baud + to use baud_rate and remote_debug globals for compatibility. + * remote.c: Use remote_debug and baud_rate globals directly, + instead of sr_ functions, so that we don't need to load + remote-utils.c. + Wed Oct 20 11:35:43 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * stabsread.c (define_symbol): When combining a LOC_ARG and a |