aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'binutils')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index c538dd8..0ec295b 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -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;
}