* dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate

"0x" prefix on address in log message.
This commit is contained in:
Doug Evans 2012-10-11 02:21:50 +00:00
parent a1855c1db0
commit 844226d69a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2012-10-10 Doug Evans <dje@google.com>
* dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
"0x" prefix on address in log message.
* dwarf2read.c (read_1_byte): Add const to buf parameter.
(read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
(read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.

View File

@ -4859,7 +4859,7 @@ process_psymtab_comp_unit_reader (const struct die_reader_specs *reader,
struct gdbarch *gdbarch = get_objfile_arch (objfile);
fprintf_unfiltered (gdb_stdlog,
"Psymtab for %s unit @0x%x: 0x%s - 0x%s"
"Psymtab for %s unit @0x%x: %s - %s"
", %d global, %d static syms\n",
per_cu->is_debug_types ? "type" : "comp",
per_cu->offset.sect_off,