aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-18x86: Don't set eh->local_ref to 1 for linker defined symbolsH.J. Lu1-59/+0
2018-05-14x86; Allow IFUNC pointer defined in PDEH.J. Lu1-0/+2
2018-04-17elf32_bed/elf64_bedH.J. Lu1-0/+2
2018-03-08x86: Treat relocation against IFUNC symbol as FUNCH.J. Lu1-0/+5
2018-02-27Use standardized error message for unrecognized relocs.Nick Clifton1-1/+1
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-15/+22
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-2/+2
2018-02-19%L conversionsAlan Modra1-7/+7
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-16/+16
2018-02-14x86-64: Use PLT address for PC-relative relocH.J. Lu1-1/+1
2018-02-09x86: Add is_solaris to elf_x86_target_osH.J. Lu1-5/+13
2018-02-08x86: Set need_global_offset_table with info->output_bfd->xvecH.J. Lu1-7/+3
2018-02-08x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for SolarisH.J. Lu1-0/+9
2018-02-05x86: Remove the unused _GLOBAL_OFFSET_TABLE_H.J. Lu1-2/+14
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-136/+136
2017-11-28ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu1-1/+0
2017-11-03x86: Remove func_pointer_refcountH.J. Lu1-16/+21
2017-10-14x86: Add elf_x86_backend_dataH.J. Lu1-40/+13
2017-10-14x86: Add _bfd_x86_elf_finish_dynamic_sectionsH.J. Lu1-234/+74
2017-10-12x86: Add _bfd_x86_elf_hide_symbolH.J. Lu1-0/+1
2017-10-11ELF/BFD,GDB: Handle both variants of the 32-bit Linux core PRPSINFO noteMaciej W. Rozycki1-0/+2
2017-10-10x86: Set GOT refcount to 1H.J. Lu1-3/+3
2017-10-06x86: Use zero_undefweak in elf_x86_link_hash_entryH.J. Lu1-4/+4
2017-10-06x86: Add VERIFY_COPY_RELOCH.J. Lu1-7/+1
2017-10-06x86: Add VERIFY_PLT_ENTRYH.J. Lu1-12/+1
2017-10-06x86: Add COPY_INPUT_RELOC_PH.J. Lu1-6/+1
2017-10-06x86: Add GENERATE_DYNAMIC_RELOCATION_PH.J. Lu1-23/+5
2017-10-06x86: Add POINTER_LOCAL_IFUNC_P/PLT_LOCAL_IFUNC_PH.J. Lu1-8/+2
2017-10-06x86: Add GENERATE_RELATIVE_RELOC_PH.J. Lu1-4/+1
2017-10-06Add RESOLVED_LOCALLY_PH.J. Lu1-18/+5
2017-10-06x86: Add NEED_DYNAMIC_RELOCATION_PH.J. Lu1-40/+4
2017-10-06x86: Add TLS_TRANSITION_IE_TO_LE_PH.J. Lu1-4/+1
2017-09-14x86: Cache section contents and relocationsH.J. Lu1-3/+15
2017-09-09x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu1-7/+2
2017-09-09x86: Properly handle __ehdr_startH.J. Lu1-7/+13
2017-09-08x86: Replace elf_x86_plt_layout_table with elf_x86_init_tableH.J. Lu1-20/+20
2017-09-07x86; Don't add elf64-x86-64.lo nor elf64.lo together with elfxx-x86.loH.J. Lu1-0/+3
2017-09-07x86: Remove _bfd_{i386,x86_64}_elf_convert_loadH.J. Lu1-148/+20
2017-09-06x86: Don't change r_type when performing TLS transitionsH.J. Lu1-14/+15
2017-09-02x86: Add _bfd_x86_elf_size_dynamic_sectionsH.J. Lu1-399/+3
2017-09-02i386: Update sgotplt_jump_table_size settingH.J. Lu1-1/+2
2017-09-02x86: Define PLT_CIE_LENGTH and PLT_FDE_* in elfxx-x86.hH.J. Lu1-4/+0
2017-09-02x86: Add _bfd_x86_elf_allocate_dynrelocsH.J. Lu1-452/+3
2017-09-02x86: Add is_x86_elfH.J. Lu1-10/+6
2017-09-02x86: Add elf_x86_compute_jump_table_sizeH.J. Lu1-5/+2
2017-09-02i386: Check VxWorks with htab->is_vxworksH.J. Lu1-15/+8
2017-09-02x86: Move GOT_TLS_* in elf32-i386.c to elfxx-x86.hH.J. Lu1-15/+0
2017-09-01x86: Add _bfd_x86_elf_gc_mark_hookH.J. Lu1-22/+0
2017-09-01x86: Add _bfd_x86_elf_adjust_dynamic_symbolH.J. Lu1-194/+0