ARI fix (trailing newline in warning message).

* dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
        in warning message.
This commit is contained in:
Joel Brobecker 2010-07-27 16:16:32 +00:00
parent 5374244e7a
commit abebb8b041
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-07-27 Joel Brobecker <brobecker@adacore.com>
* dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
in warning message.
2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
* python/py-value.c (valpy_call): New Function.

View File

@ -2394,7 +2394,7 @@ dw2_find_pc_sect_symtab (struct objfile *objfile,
return NULL;
if (warn_if_readin && data->v.quick->symtab)
warning (_("(Internal error: pc %s in read in CU, but not in symtab.)\n"),
warning (_("(Internal error: pc %s in read in CU, but not in symtab.)"),
paddress (get_objfile_arch (objfile), pc));
return dw2_instantiate_symtab (objfile, data);