mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 05:55:23 +08:00
gdb: remove spurious colon in create_debug_type_hash_table debug print
This printout in create_debug_type_hash_table has an unexpected colon at the end, remove it: [dwarf-read] create_debug_type_hash_table: Reading .debug_info for /home/simark/build/binutils-gdb/gdb/a.out: gdb/ChangeLog: * dwarf2/read.c (create_debug_type_hash_table): Remove colon at end of debug print. Change-Id: I2d707248249daf4d8b6fa8e7064acdc56c90f2dd
This commit is contained in:
parent
850ed749b4
commit
4800761a71
@ -1,3 +1,8 @@
|
||||
2021-03-15 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* dwarf2/read.c (create_debug_type_hash_table): Remove colon at
|
||||
end of debug print.
|
||||
|
||||
2021-03-15 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* dwarf2/read.c (dw2_get_file_names_reader): Remove info_ptr
|
||||
|
@ -6286,7 +6286,7 @@ create_debug_type_hash_table (dwarf2_per_objfile *per_objfile,
|
||||
? &dwo_file->sections.abbrev
|
||||
: &per_objfile->per_bfd->abbrev);
|
||||
|
||||
dwarf_read_debug_printf ("Reading %s for %s:",
|
||||
dwarf_read_debug_printf ("Reading %s for %s",
|
||||
section->get_name (),
|
||||
abbrev_section->get_file_name ());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user