aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03elf: Don't cache symbol nor relocation tables with mmapH.J. Lu1-1/+1
2024-04-03elf: Add _bfd_elf_m[un]map_section_contentsH.J. Lu1-3/+3
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-4/+3
2024-02-15elf_backend_finish_dynamic_symbol returning falseAlan Modra1-2/+0
2024-01-09x86: Don't check R_386_NONE nor R_X86_64_NONEH.J. Lu1-0/+4
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-10-09Fix: Null pointer dereference in elf32-i386.cNick Clifton1-0/+6
2023-03-10ld: Allow R_386_GOT32 for call *__tls_get_addr@GOT(%reg)Fangrui Song1-1/+2
2023-01-19i386: Don't emit unsupported TLS relocs on SolarisRainer Orth1-8/+32
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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