summaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-19/+9
* Arm: Fix LSB of GOT for Thumb2 only PLT.Tamar Christina2020-04-011-0/+6
* Arm: Fix thumb2 PLT branch offsets.Tamar Christina2020-04-011-2/+2
* Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon2020-03-181-6/+3
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-131-0/+11
* elf_backend_section_flags and _bfd_elf_init_private_section_dataAlan Modra2020-03-021-2/+2
* Indent labelsAlan Modra2020-02-261-4/+4
* bfd_size_type to size_tAlan Modra2020-02-191-4/+4
* [PR ld/22269] arm: Avoid dynamic relocs for undefweak symbols in static PIESzabolcs Nagy2020-01-101-4/+2
* Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton2020-01-031-5/+6
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd signed overflow fixesAlan Modra2019-12-111-9/+9
* PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra2019-11-271-111/+30
* ARM cmse_scan segfaultAlan Modra2019-11-211-2/+5
* elf_backend_init_file_headerAlan Modra2019-11-181-5/+7
* elf_backend_modify_headersAlan Modra2019-11-181-3/+3
* remove more xmalloc in bfdAlan Modra2019-10-151-1/+4
* [PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIESzabolcs Nagy2019-10-041-5/+5