summaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
Commit message (Expand)AuthorAgeFilesLines
* Debug info is lost for functions only called from functions marked with cmse_...Nick Clifton2023-05-051-3/+14
* PR30326, uninitialised value in objdump compare_relocsAlan Modra2023-04-121-1/+1
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-1/+2
* ARM: Fix ld bloat introduced between binutils-2.38 and 2.39Hans-Peter Nilsson2023-01-121-4/+0
* Fix PR18841 ifunc relocation orderingChristophe Lyon2023-01-091-0/+29
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* enable-non-contiguous-regions warningsAlan Modra2022-12-211-1/+1
* Fix a dereference of NULL when scanning the symbol hashes array in the ARM li...Nick Clifton2022-12-061-0/+5
* ld: Always call elf_backend_output_arch_local_symsH.J. Lu2022-11-171-0/+5
* zlib-gabi to zstd woesAlan Modra2022-10-161-2/+4
* arm: Define elf_backend_extern_protected_data to 0 [PR 18705]Fangrui Song2022-06-251-1/+1
* Don't encode reloc.sizeAlan Modra2022-06-081-5/+5
* Revert reloc howto nitsAlan Modra2022-06-081-5/+5
* HOWTO size encodingAlan Modra2022-06-081-131/+131
* Fix ld-arm bug in encoding of blx calls jumping from thumb to arm instructionsViorel Preoteasa2022-03-181-3/+15
* Prevent an assertion from being triggered when linking an ARM object file wit...Nick Clifton2022-03-011-0/+8
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Remove unnecessary ELF_MINPAGESIZE definesAlan Modra2022-01-011-2/+0
* arm: add armv9-a architecture to -marchPrzemyslaw Wirkus2021-11-011-5/+49
* PATCH [4/4] arm: Add Tag_PACRET_use build attributeAndrea Corallo2021-08-171-0/+1
* PATCH [3/4] arm: Add Tag_BTI_use build attributeAndrea Corallo2021-08-171-0/+1
* PATCH [2/4] arm: Add Tag_BTI_extension build attributeAndrea Corallo2021-08-171-0/+1
* PATCH [1/4] arm: Add Tag_PAC_extension build attributeAndrea Corallo2021-08-171-0/+1
* Add range checks to local array accesses in elf32-arm.c.Nick Clifton2021-05-251-21/+91
* Fix formatting in elf32-arm.cNick Clifton2021-05-251-183/+199
* arm: correctly decode Tag_THUMB_ISA_use=3 for thumb2 featuresRichard Earnshaw2021-05-111-1/+3
* Stop the BFD library from treating annobin symbols as potential function symb...Nick Clifton2021-04-281-9/+18
* PR27630, ubsan: elf32-arm.c:6587:20Alan Modra2021-04-141-2/+3
* convert elf_link_hash macros to inline functionsAlan Modra2021-04-121-2/+0
* Use bool in bfdAlan Modra2021-03-311-966/+966
* TRUE/FALSE simplificationAlan Modra2021-03-291-3/+3
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-6/+6
* Remove arm-symbianelfAlan Modra2021-02-091-702/+389
* When displaying ARM private file flag bits, use a 0x prefix.Alexander Fedotov2021-01-041-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* arm: ubsan: shift exponent 4GAlan Modra2020-09-011-2/+2
* PR26429 UBSAN: elf32-arm.c load /store misaligned addressAlan Modra2020-09-011-8/+21
* PR26423 UBSAN: elf32-arm.c:10237 left shift cannot be representedAlan Modra2020-09-011-1/+1
* arm-symbianelf segfaultAlan Modra2020-08-271-1/+3
* PR26422, ASAN: elf32_arm_final_link_relocate elf32-arm.c:10351Alan Modra2020-08-251-35/+18
* elf_hash_table_id accessAlan Modra2020-08-251-3/+4
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-5/+3
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-70/+3
* ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu2020-06-081-26/+19
* ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu2020-06-061-54/+55
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-29/+2
* ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu2020-06-031-31/+0
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-18/+1
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-20/+16