OSDN Git Service

* remote.c (remote_write_bytes): Add default case to switch
authorAndrew Cagney <cagney@redhat.com>
Mon, 27 Nov 2000 02:18:44 +0000 (02:18 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 27 Nov 2000 02:18:44 +0000 (02:18 +0000)
commit1564d341916d26f75b4e77aded51af59dfd14932
treec64f5edbc56fd5c26781078e025f9102082c8904
parente07a52578269b033801436d777a999560b59a2c5
* 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