aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Fix ld-arm bug in encoding of blx calls jumping from thumb to arm instructionsViorel Preoteasa1-3/+15
2022-03-01Prevent an assertion from being triggered when linking an ARM object file wit...Nick Clifton1-0/+8
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-01Remove unnecessary ELF_MINPAGESIZE definesAlan Modra1-2/+0
2021-11-01arm: add armv9-a architecture to -marchPrzemyslaw Wirkus1-5/+49
2021-08-17PATCH [4/4] arm: Add Tag_PACRET_use build attributeAndrea Corallo1-0/+1
2021-08-17PATCH [3/4] arm: Add Tag_BTI_use build attributeAndrea Corallo1-0/+1
2021-08-17PATCH [2/4] arm: Add Tag_BTI_extension build attributeAndrea Corallo1-0/+1
2021-08-17PATCH [1/4] arm: Add Tag_PAC_extension build attributeAndrea Corallo1-0/+1
2021-05-25Add range checks to local array accesses in elf32-arm.c.Nick Clifton1-21/+91
2021-05-25Fix formatting in elf32-arm.cNick Clifton1-183/+199
2021-05-11arm: correctly decode Tag_THUMB_ISA_use=3 for thumb2 featuresRichard Earnshaw1-1/+3
2021-04-28Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton1-9/+18
2021-04-14PR27630, ubsan: elf32-arm.c:6587:20Alan Modra1-2/+3
2021-04-12convert elf_link_hash macros to inline functionsAlan Modra1-2/+0
2021-03-31Use bool in bfdAlan Modra1-966/+966
2021-03-29TRUE/FALSE simplificationAlan Modra1-3/+3
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-6/+6
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