aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Remove arm-symbianelfAlan Modra1-702/+389
2021-01-04When displaying ARM private file flag bits, use a 0x prefix.Alexander Fedotov1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-01arm: ubsan: shift exponent 4GAlan Modra1-2/+2
2020-09-01PR26429 UBSAN: elf32-arm.c load /store misaligned addressAlan Modra1-8/+21
2020-09-01PR26423 UBSAN: elf32-arm.c:10237 left shift cannot be representedAlan Modra1-1/+1
2020-08-27arm-symbianelf segfaultAlan Modra1-1/+3
2020-08-25PR26422, ASAN: elf32_arm_final_link_relocate elf32-arm.c:10351Alan Modra1-35/+18
2020-08-25elf_hash_table_id accessAlan Modra1-3/+4
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu1-5/+3
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-70/+3
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu1-26/+19
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu1-54/+55
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu1-29/+2
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu1-31/+0
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu1-18/+1
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu1-20/+16
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-19/+9
2020-04-01Arm: Fix LSB of GOT for Thumb2 only PLT.Tamar Christina1-0/+6
2020-04-01Arm: Fix thumb2 PLT branch offsets.Tamar Christina1-2/+2
2020-03-18Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon1-6/+3
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-0/+11
2020-03-02elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra1-2/+2
2020-02-26Indent labelsAlan Modra1-4/+4
2020-02-19bfd_size_type to size_tAlan Modra1-4/+4
2020-01-10[PR ld/22269] arm: Avoid dynamic relocs for undefweak symbols in static PIESzabolcs Nagy1-4/+2
2020-01-03Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton1-5/+6
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-11bfd signed overflow fixesAlan Modra1-9/+9
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra1-111/+30
2019-11-21ARM cmse_scan segfaultAlan Modra1-2/+5
2019-11-18elf_backend_init_file_headerAlan Modra1-5/+7
2019-11-18elf_backend_modify_headersAlan Modra1-3/+3
2019-10-15remove more xmalloc in bfdAlan Modra1-1/+4
2019-10-04[PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIESzabolcs Nagy1-5/+5
2019-10-04[PR ld/25062] arm: sign extend the addend of R_ARM_TLS_GOTDESCSzabolcs Nagy1-2/+2
2019-09-23arm bfd.h tidyAlan Modra1-0/+2
2019-09-19bfd_section_* macrosAlan Modra1-13/+14
2019-09-18bfd_asymbol_* macrosAlan Modra1-1/+1
2019-08-22ARM CMSE symbolsAlan Modra1-20/+6
2019-08-20Arm: Fix performance issue with thumb-2 tailcallsTamar Christina1-9/+16
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-1/+1
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-13/+13
2019-07-23ELF final_write_processingAlan Modra1-3/+10
2019-07-02PR ld/24709 [arm] linker crash and assertion failure with CMSEChristophe Lyon1-1/+24
2019-07-02Ensure that debug information is retained for ARMv8-M security functions.Srinath Parvathaneni1-0/+19
2019-07-01Correct the calculation of offsets for ARM exidx relocs when performing a par...Nick Clifton1-1/+1
2019-06-12Prevent a seg-fault from objdup when disassembling binaries which do not cont...Adam Lackorzymski1-2/+8
2019-05-22ARM STM32L4XX erratum test failure with MALLOC_PERTURB_Alan Modra1-1/+1
2019-05-21[binutils][Arm] Fix Branch Future relocation handling and testismsAndre Vieira1-69/+6