mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo. * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo.
|
||||||
|
* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
|
||||||
|
|
||||||
2009-06-15 Nick Clifton <nickc@redhat.com>
|
2009-06-15 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/ru.po: New Russian translation.
|
* po/ru.po: New Russian translation.
|
||||||
|
@ -2152,7 +2152,7 @@ elf_i386_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
|
|||||||
&& h->pointer_equality_needed)
|
&& h->pointer_equality_needed)
|
||||||
{
|
{
|
||||||
info->callbacks->einfo
|
info->callbacks->einfo
|
||||||
(_("%F%P: dynamic STT_GNU_IFUNC symbool `%s' with pointer "
|
(_("%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer "
|
||||||
"equality in `%B' can not be used when making an "
|
"equality in `%B' can not be used when making an "
|
||||||
"executable; recompile with -fPIE and relink with -pie\n"),
|
"executable; recompile with -fPIE and relink with -pie\n"),
|
||||||
h->root.root.string,
|
h->root.root.string,
|
||||||
|
@ -1994,7 +1994,7 @@ elf64_x86_64_allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf)
|
|||||||
&& h->pointer_equality_needed)
|
&& h->pointer_equality_needed)
|
||||||
{
|
{
|
||||||
info->callbacks->einfo
|
info->callbacks->einfo
|
||||||
(_("%F%P: dynamic STT_GNU_IFUNC symbool `%s' with pointer "
|
(_("%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer "
|
||||||
"equality in `%B' can not be used when making an "
|
"equality in `%B' can not be used when making an "
|
||||||
"executable; recompile with -fPIE and relink with -pie\n"),
|
"executable; recompile with -fPIE and relink with -pie\n"),
|
||||||
h->root.root.string,
|
h->root.root.string,
|
||||||
|
Reference in New Issue
Block a user