From 1f7a4e4204c97e44b67c0ebb996041306cb1248c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 4 Oct 2007 13:41:29 +0000 Subject: [PATCH] PR linker/5099 * elf64-x86-64.c (elf64_x86_64_check_relocs): Add missing apostrophe to error message. --- bfd/ChangeLog | 6 ++++++ bfd/elf64-x86-64.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 45180e3..71c6757 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2007-10-04 Nick Clifton + + PR linker/5099 + * elf64-x86-64.c (elf64_x86_64_check_relocs): Add missing + apostrophe to error message. + 2007-10-01 M R Swami Reddy * elf32-cr16.c: Fixed DISP8, DISP20 and IMM20 relocations at diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index c0389c6..2953bac 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1130,7 +1130,7 @@ elf64_x86_64_check_relocs (bfd *abfd, struct bfd_link_info *info, else { (*_bfd_error_handler) - (_("%B: %s' accessed both as normal and thread local symbol"), + (_("%B: '%s' accessed both as normal and thread local symbol"), abfd, h ? h->root.root.string : ""); return FALSE; } -- 2.7.4