forked from Imagelibrary/binutils-gdb
Add missing \n character to end of warning message created by the previous delta
This commit is contained in:
@@ -9192,7 +9192,7 @@ display_debug_lines (Elf_Internal_Shdr *section,
|
||||
case DW_LNS_extended_op:
|
||||
if (pointer_size == 0)
|
||||
{
|
||||
warn (_("Extend line ops need a valid pointer size, guessing at 4"));
|
||||
warn (_("Extend line ops need a valid pointer size, guessing at 4\n"));
|
||||
pointer_size = 4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user