gdb: remove spurious colon in create_debug_type_hash_table debug print
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 15 Mar 2021 17:27:03 +0000 (13:27 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 15 Mar 2021 17:27:03 +0000 (13:27 -0400)
commit4800761a71cf4eb1024ab586385be4832d62aabb
treed7c99b7655479b3bb1f6615384110c7bddabfa50
parent850ed749b4bb6d859ab11d4fdebd16c44b4ad9e9
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
gdb/ChangeLog
gdb/dwarf2/read.c
This page took 0.02641 seconds and 4 git commands to generate.