summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)Author
2022-07-25x86: Disallow invalid relocations against protected symbolsH.J. Lu
2022-07-25x86: Make protected symbols local for -sharedFangrui Song
2022-07-22i386: Don't allow GOTOFF relocation against IFUNC symbol for PICH.J. Lu
2022-07-19x86: Properly check invalid relocation against protected symbolH.J. Lu
2022-06-08Don't encode reloc.sizeAlan Modra
2022-06-08HOWTO size encodingAlan Modra
2022-05-31x86: Properly handle IFUNC function pointer referenceH.J. Lu
2022-04-28x86: Properly handle function pointer referenceH.J. Lu
2022-02-11x86: Disallow invalid relocation against protected symbolH.J. Lu
2022-01-12x86: Add DT_RELR supportH.J. Lu
2022-01-07ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu
2022-01-05x86: Add elf_x86_allocate_local_got_infoH.J. Lu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-31x86: Define check_relocs_failed in elfxx-x86.hH.J. Lu
2021-12-31Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.hH.J. Lu
2021-12-28elf32-i386: Fix a typo in GOT commentsH.J. Lu
2021-12-02x86: Skip __[start|stop]_SECNAME for --gc-sections -z start-stop-gcH.J. Lu
2021-11-18elf/x86: Issue an error on discarded output .plt sectionH.J. Lu
2021-07-08elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu
2021-05-03x86: don't request useless overflow checkingJan Beulich
2021-04-26x86: correct overflow checking for 16-bit PC-relative relocsJan Beulich
2021-04-23x86: TLS desc call relocs target zero-size fieldsJan Beulich
2021-03-31Use bool in bfdAlan Modra
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra
2021-01-15ld/x86: Add -z report-relative-relocH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu
2020-07-01Re: Remove x86 NaCl target supportAlan Modra
2020-06-30Remove x86 NaCl target supportH.J. Lu
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu
2020-04-01x86: Only allow S + A relocations against absolute symbolH.J. Lu
2020-02-26Indent labelsAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-11-18elf_backend_init_file_headerAlan Modra
2019-11-18elf_backend_modify_headersAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-07-23ELF final_write_processingAlan Modra
2019-04-11Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu
2019-04-06x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-12-23i386: Remove the unused bfd pointer argumentH.J. Lu
2018-12-20x86: Call rtype_to_howto to get reloc_howto_type pointerH.J. Lu
2018-12-18PR23980, assertion failAlan Modra