summaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)Author
2022-06-25arm: Define elf_backend_extern_protected_data to 0 [PR 18705]Fangrui Song
2022-06-08Don't encode reloc.sizeAlan Modra
2022-06-08Revert reloc howto nitsAlan Modra
2022-06-08HOWTO size encodingAlan Modra
2022-03-18Fix ld-arm bug in encoding of blx calls jumping from thumb to arm instructionsViorel Preoteasa
2022-03-01Prevent an assertion from being triggered when linking an ARM object file wit...Nick Clifton
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2022-01-01Remove unnecessary ELF_MINPAGESIZE definesAlan Modra
2021-11-01arm: add armv9-a architecture to -marchPrzemyslaw Wirkus
2021-08-17PATCH [4/4] arm: Add Tag_PACRET_use build attributeAndrea Corallo
2021-08-17PATCH [3/4] arm: Add Tag_BTI_use build attributeAndrea Corallo
2021-08-17PATCH [2/4] arm: Add Tag_BTI_extension build attributeAndrea Corallo
2021-08-17PATCH [1/4] arm: Add Tag_PAC_extension build attributeAndrea Corallo
2021-05-25Add range checks to local array accesses in elf32-arm.c.Nick Clifton
2021-05-25Fix formatting in elf32-arm.cNick Clifton
2021-05-11arm: correctly decode Tag_THUMB_ISA_use=3 for thumb2 featuresRichard Earnshaw
2021-04-28Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton
2021-04-14PR27630, ubsan: elf32-arm.c:6587:20Alan Modra
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-03-29TRUE/FALSE simplificationAlan Modra
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-02-09Remove arm-symbianelfAlan Modra
2021-01-04When displaying ARM private file flag bits, use a 0x prefix.Alexander Fedotov
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-09-01arm: ubsan: shift exponent 4GAlan Modra
2020-09-01PR26429 UBSAN: elf32-arm.c load /store misaligned addressAlan Modra
2020-09-01PR26423 UBSAN: elf32-arm.c:10237 left shift cannot be representedAlan Modra
2020-08-27arm-symbianelf segfaultAlan Modra
2020-08-25PR26422, ASAN: elf32_arm_final_link_relocate elf32-arm.c:10351Alan Modra
2020-08-25elf_hash_table_id accessAlan Modra
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-04-01Arm: Fix LSB of GOT for Thumb2 only PLT.Tamar Christina
2020-04-01Arm: Fix thumb2 PLT branch offsets.Tamar Christina
2020-03-18Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon
2020-03-02elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra
2020-02-26Indent labelsAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-10[PR ld/22269] arm: Avoid dynamic relocs for undefweak symbols in static PIESzabolcs Nagy
2020-01-03Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton