diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index afa8128..fe6b497 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +Sat Dec 2 10:40:16 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * ser-e7kpc.c (e7000pc_setstopbits): New function. + (e7000pc_ops): Add e7000pc_setstopbits. + + * remote-e7000.c (e7000_detach, e7000_resume, + e7000_xfer_inferior_memory, e7000_files_info, e7000_files_info, + e7000_insert_breakpoint, e7000_remove_breakpoint, e7000_kill): + Update function signature to match target vector. + + * h8300-tdep.c (h8300_command, h8300h_command, h8300s_command): + h8500-tdep.c (small_command, big_command, medium_command, + compact_command): Update function signature to match add_cmd. + 2000-12-01 Fernando Nasser <fnasser@redhat.com> * p-exp.y: Define strncasecmp as strnicmp for MSVC. |