diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2018-08-31 18:04:32 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2018-08-31 18:04:32 -0700 |
commit | a6e8926f8d49a213a9abb1a61f6af964f612ab7f (patch) | |
tree | 5714fe2b1c0b909df877d875a60e2e46bcb565ec /sysdeps/aarch64 | |
parent | 2bbd06bcee5fe62896d71f78c6c2b6d0f3a23467 (diff) | |
download | glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.tar.gz glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.tar.xz glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.zip |
[BZ #20271] Add newlines in __libc_fatal calls.
Diffstat (limited to 'sysdeps/aarch64')
-rw-r--r-- | sysdeps/aarch64/dl-irel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/dl-irel.h b/sysdeps/aarch64/dl-irel.h index 5889ee187b..bef71ed0f3 100644 --- a/sysdeps/aarch64/dl-irel.h +++ b/sysdeps/aarch64/dl-irel.h @@ -47,7 +47,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 |