mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Reformat elf_x86_allocate_dynrelocs
* elfxx-x86.c (elf_x86_allocate_dynrelocs): Reformat.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-10-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elfxx-x86.c (elf_x86_allocate_dynrelocs): Reformat.
|
||||||
|
|
||||||
2017-10-07 H.J. Lu <hongjiu.lu@intel.com>
|
2017-10-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elfxx-sparc.c (readonly_dynrelocs): Dump dynamic relocation
|
* elfxx-sparc.c (readonly_dynrelocs): Dump dynamic relocation
|
||||||
|
@ -83,8 +83,7 @@ _bfd_x86_elf_dtpoff_base (struct bfd_link_info *info)
|
|||||||
dynamic relocs. */
|
dynamic relocs. */
|
||||||
|
|
||||||
static bfd_boolean
|
static bfd_boolean
|
||||||
elf_x86_allocate_dynrelocs (struct elf_link_hash_entry *h,
|
elf_x86_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
|
||||||
void *inf)
|
|
||||||
{
|
{
|
||||||
struct bfd_link_info *info;
|
struct bfd_link_info *info;
|
||||||
struct elf_x86_link_hash_table *htab;
|
struct elf_x86_link_hash_table *htab;
|
||||||
|
Reference in New Issue
Block a user