mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-13 19:30:53 +08:00
Re-indent elf_x86_64_relocate_section
* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2019-03-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
|
||||||
|
|
||||||
2019-03-14 Nick Clifton <nickc@redhat.com>
|
2019-03-14 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR 24334
|
PR 24334
|
||||||
|
@ -3013,14 +3013,14 @@ skip_ifunc:
|
|||||||
&& ELF_ST_VISIBILITY (h->other) == STV_PROTECTED)
|
&& ELF_ST_VISIBILITY (h->other) == STV_PROTECTED)
|
||||||
{
|
{
|
||||||
_bfd_error_handler
|
_bfd_error_handler
|
||||||
/* xgettext:c-format */
|
/* xgettext:c-format */
|
||||||
(_("%pB: relocation R_X86_64_GOTOFF64 against protected %s"
|
(_("%pB: relocation R_X86_64_GOTOFF64 against protected %s"
|
||||||
" `%s' can not be used when making a shared object"),
|
" `%s' can not be used when making a shared object"),
|
||||||
input_bfd,
|
input_bfd,
|
||||||
h->type == STT_FUNC ? "function" : "data",
|
h->type == STT_FUNC ? "function" : "data",
|
||||||
h->root.root.string);
|
h->root.root.string);
|
||||||
bfd_set_error (bfd_error_bad_value);
|
bfd_set_error (bfd_error_bad_value);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user