aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/dl-irel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/dl-irel.h')
-rw-r--r--sysdeps/x86_64/dl-irel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/dl-irel.h b/sysdeps/x86_64/dl-irel.h
index 6ecc50fb42..33f100d8b1 100644
--- a/sysdeps/x86_64/dl-irel.h
+++ b/sysdeps/x86_64/dl-irel.h
@@ -45,7 +45,7 @@ elf_irela (const ElfW(Rela) *reloc)
*reloc_addr = value;
}
else
- __libc_fatal ("unexpected reloc type in static binary");
+ __libc_fatal ("Unexpected reloc type in static binary.\n");
}
#endif /* dl-irel.h */