diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-04 13:41:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-04 13:41:29 +0000 |
commit | 1f7a4e4204c97e44b67c0ebb996041306cb1248c (patch) | |
tree | 4e1f456bbfcdf9902c1e680f9ca7365efab060c5 /bfd/elf64-x86-64.c | |
parent | ea6e992cd2591d07412224b67fb928fdb3bbbfad (diff) | |
download | gdb-1f7a4e4204c97e44b67c0ebb996041306cb1248c.zip gdb-1f7a4e4204c97e44b67c0ebb996041306cb1248c.tar.gz gdb-1f7a4e4204c97e44b67c0ebb996041306cb1248c.tar.bz2 |
PR linker/5099
* elf64-x86-64.c (elf64_x86_64_check_relocs): Add missing apostrophe to error message.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r-- | bfd/elf64-x86-64.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 : "<local>"); return FALSE; } |