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