PR linker/5099
* elf64-x86-64.c (elf64_x86_64_check_relocs): Add missing apostrophe to error message.
This commit is contained in:
parent
ea6e992cd2
commit
1f7a4e4204
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-10-04 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
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 <MR.Swami.Reddy@nsc.com>
|
2007-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||||
|
|
||||||
* elf32-cr16.c: Fixed DISP8, DISP20 and IMM20 relocations at
|
* elf32-cr16.c: Fixed DISP8, DISP20 and IMM20 relocations at
|
||||||
|
|
|
@ -1130,7 +1130,7 @@ elf64_x86_64_check_relocs (bfd *abfd, struct bfd_link_info *info,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
(*_bfd_error_handler)
|
(*_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>");
|
abfd, h ? h->root.root.string : "<local>");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue