x86: Set need_global_offset_table with info->output_bfd->xvec
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Feb 2018 00:29:19 +0000 (16:29 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Feb 2018 00:30:55 +0000 (16:30 -0800)
commit15b23f3612ffa19bd7fb20ce07485cdb3c06162f
tree598e58050461060fb76022b35d2cf0ec998fba56
parent4d6945e70a0ce0c939d06e29c5883e57501f1e20
x86: Set need_global_offset_table with info->output_bfd->xvec

* elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
Remove prototype.
(i386_elf32_sol2_vec): Declared.
(elf_i386_link_setup_gnu_properties): Set
need_global_offset_table with info->output_bfd->xvec.
* elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
Remove prototype.
(x86_64_elf64_sol2_vec): Declared.
(elf_x86_64_link_setup_gnu_properties): Set
need_global_offset_table with info->output_bfd->xvec.
bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c
This page took 0.024533 seconds and 4 git commands to generate.