* printcmd.c (output_command): Always initialize fmt.size.
authorDaniel Jacobowitz <drow@false.org>
Sun, 15 Jan 2006 19:50:05 +0000 (19:50 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 15 Jan 2006 19:50:05 +0000 (19:50 +0000)
commit777ea8f14f3be7147da90d067f72f925ea4f282f
tree150570bc1336a3ea4e42dea5a66910d93144f7fa
parent4b17b3897bf45ea21ed2de1743c063765e9dcf2f
* printcmd.c (output_command): Always initialize fmt.size.
(printf_command): Use gdb_byte.
* symfile.c (separate_debug_file_exists): Use gdb_byte.
(load_section_callback, read_target_long_array): Likewise.
(simple_read_overlay_table, simple_read_overlay_region_table)
(simple_overlay_update_1): Correct calls to read_target_long_array.
* valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
Also change local pointers.
(val_print_string): Use gdb_byte.
gdb/ChangeLog
gdb/printcmd.c
gdb/symfile.c
gdb/valprint.c
This page took 0.033035 seconds and 4 git commands to generate.