aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-7/+8
2024-02-21Remove is_relocatable_executable from backend codeAlan Modra1-33/+6
2024-02-15elf_backend_finish_dynamic_symbol returning falseAlan Modra1-2/+0
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-10-16Fix: GNU-ld: ARM: Issues when trying to set target output architectureNick Clifton1-9/+10
2023-10-10asan: buffer overflow in elf32_arm_get_synthetic_symtabAlan Modra1-8/+16
2023-09-04arm: Make 'conflicting CPU architectures' error message more user-friendlyChristophe Lyon1-4/+5
2023-06-21elf32_arm_get_synthetic_symtab memory leakAlan Modra1-15/+10
2023-06-14asprintf memory leaksAlan Modra1-9/+14
2023-05-05Debug info is lost for functions only called from functions marked with cmse_...Nick Clifton1-3/+14
2023-04-12PR30326, uninitialised value in objdump compare_relocsAlan Modra1-1/+1
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-1/+2
2023-01-12ARM: Fix ld bloat introduced between binutils-2.38 and 2.39Hans-Peter Nilsson1-4/+0
2023-01-09Fix PR18841 ifunc relocation orderingChristophe Lyon1-0/+29
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-21enable-non-contiguous-regions warningsAlan Modra1-1/+1
2022-12-06Fix a dereference of NULL when scanning the symbol hashes array in the ARM li...Nick Clifton1-0/+5
2022-11-17ld: Always call elf_backend_output_arch_local_symsH.J. Lu1-0/+5
2022-10-16zlib-gabi to zstd woesAlan Modra1-2/+4
2022-06-25arm: Define elf_backend_extern_protected_data to 0 [PR 18705]Fangrui Song1-1/+1
2022-06-08Don't encode reloc.sizeAlan Modra1-5/+5
2022-06-08Revert reloc howto nitsAlan Modra1-5/+5
2022-06-08HOWTO size encodingAlan Modra1-131/+131
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