From a6e8926f8d49a213a9abb1a61f6af964f612ab7f Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 31 Aug 2018 18:04:32 -0700 Subject: [BZ #20271] Add newlines in __libc_fatal calls. --- sysdeps/powerpc/powerpc32/dl-irel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/powerpc/powerpc32') diff --git a/sysdeps/powerpc/powerpc32/dl-irel.h b/sysdeps/powerpc/powerpc32/dl-irel.h index a7368b2582..61d0e4cf61 100644 --- a/sysdeps/powerpc/powerpc32/dl-irel.h +++ b/sysdeps/powerpc/powerpc32/dl-irel.h @@ -46,7 +46,7 @@ elf_irela (const Elf32_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 */ -- cgit 1.4.1