diff options
author | Steve Chamberlain <sac@cygnus> | 1995-09-30 00:06:55 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-09-30 00:06:55 +0000 |
commit | b890317e1b15a0e4dc1abe34a6d6cfc6f3e7fd52 (patch) | |
tree | 47a827e2cd386c38206239adebe5fd1e2e7d62d6 /gdb/ChangeLog | |
parent | 0b0642d6eb220b8bf9a2b1ce5493266b0f9c177b (diff) | |
download | gdb-b890317e1b15a0e4dc1abe34a6d6cfc6f3e7fd52.zip gdb-b890317e1b15a0e4dc1abe34a6d6cfc6f3e7fd52.tar.gz gdb-b890317e1b15a0e4dc1abe34a6d6cfc6f3e7fd52.tar.bz2 |
* remote-rdp.c (rdp_init): Take out variable baud rate stuff.
(remote_rdp_detatch): Delete.
* breakpoint.c (ctype.h): Don't include twice.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9ccf72..6cf6a53 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Fri Sep 29 02:10:05 1995 steve chamberlain <sac@slash.cygnus.com> + + * remote-rdp.c (rdp_init): Take out variable baud rate stuff. + (remote_rdp_detatch): Delete. + * breakpoint.c (ctype.h): Don't include twice. + + * Makefile.in (remote-rdp.o): Doesn't need remote-rdp.h + * callback.c (os_printf_filtered): fix protos. + * defs.h (puts_filtered, puts_unfiltered + [v|f|]printf_[un]filtered): Make format arg const. + * remote-rdp.c (rdp_init): Attept to sync at different + baudrates. + * utils.c (puts_filtered, puts_unfiltered + [v|f|]printf_[un]filtered): Define prototypes with + const in the right place. + Thu Sep 28 17:43:39 1995 Per Bothner <bothner@kalessin.cygnus.com> * defs.h (enum language): Add language_scm. @@ -46,7 +62,7 @@ Thu Sep 28 14:32:11 1995 steve chamberlain <sac@slash.cygnus.com> (INST_xx): New (FRAME_FIND_SAVED_REGS): Pass the right argument. (arm_get_next_pc): Declare. - * mswin/prebuilt/*/bfdtarget.h (SELECT_ARCHITECTURES): Need leading &. + Wed Sep 27 10:14:36 1995 Per Bothner <bothner@kalessin.cygnus.com> |