OSDN Git Service

* remote.c (remote_write_bytes): Add default case to switch
authorcagney <cagney>
Mon, 27 Nov 2000 02:18:43 +0000 (02:18 +0000)
committercagney <cagney>
Mon, 27 Nov 2000 02:18:43 +0000 (02:18 +0000)
commita33780720517932ca66de87256c62527a18d6812
tree1ccd2b1519f86db62a0091998d09c6340e208ba7
parent64723ef1e00be444432b28330a2b0a899794aeb1
* remote.c (remote_write_bytes): Add default case to switch
initializing ``todo''. Ditto for ``nr_bytes''.
* top.c (catch_errors): Always initialize ``val''.
* solib.c (info_sharedlibrary_command): Handle bfd_get_arch_size
returning an unknown size.
* gdbtypes.c (count_virtual_fns): Always initialize ``vfuncs''.
* breakpoint.c (break_at_finish_at_depth_command_1): Initialise
extra_args to NULL.
(break_at_finish_command_1): Ditto.
gdb/ChangeLog
gdb/breakpoint.c
gdb/gdbtypes.c
gdb/remote.c
gdb/solib.c
gdb/top.c