> > gdb/dwarf2read.c:2284: gettext: trailing new line: A message should not have a trailing new line > gdb/dwarf2read.c:2284: warning (_("(Internal error: pc %s in read in CU, but not in symtab.)\n"), I fixed that one thusly. The warning seems incorrectly phrased, but I left it alone. 2010-07-27 Joel Brobecker * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline in warning message. -- Joel