aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-18elf_backend_init_file_headerAlan Modra1-5/+7
2019-11-18elf_backend_modify_headersAlan Modra1-3/+3
2019-10-15remove more xmalloc in bfdAlan Modra1-1/+4
2019-10-04[PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIESzabolcs Nagy1-5/+5
2019-10-04[PR ld/25062] arm: sign extend the addend of R_ARM_TLS_GOTDESCSzabolcs Nagy1-2/+2
2019-09-23arm bfd.h tidyAlan Modra1-0/+2
2019-09-19bfd_section_* macrosAlan Modra1-13/+14
2019-09-18bfd_asymbol_* macrosAlan Modra1-1/+1
2019-08-22ARM CMSE symbolsAlan Modra1-20/+6
2019-08-20Arm: Fix performance issue with thumb-2 tailcallsTamar Christina1-9/+16
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-1/+1
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-13/+13
2019-07-23ELF final_write_processingAlan Modra1-3/+10
2019-07-02PR ld/24709 [arm] linker crash and assertion failure with CMSEChristophe Lyon1-1/+24
2019-07-02Ensure that debug information is retained for ARMv8-M security functions.Srinath Parvathaneni1-0/+19
2019-07-01Correct the calculation of offsets for ARM exidx relocs when performing a par...Nick Clifton1-1/+1
2019-06-12Prevent a seg-fault from objdup when disassembling binaries which do not cont...Adam Lackorzymski1-2/+8
2019-05-22ARM STM32L4XX erratum test failure with MALLOC_PERTURB_Alan Modra1-1/+1
2019-05-21[binutils][Arm] Fix Branch Future relocation handling and testismsAndre Vieira1-69/+6
2019-05-16[PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fpAndre Vieira1-0/+1
2019-05-16Revert "ARM STM32L4XX erratum test failure"Alan Modra1-6/+3
2019-05-15ARM STM32L4XX erratum test failureAlan Modra1-3/+6
2019-04-15[binutils, ARM, 10/16] BFCSEL infrastructure with new global reloc R_ARM_THM_...Andre Vieira1-1/+59
2019-04-15[binutils, ARM, 8/16] BFL infrastructure with new global reloc R_ARM_THM_BF18Andre Vieira1-1/+61
2019-04-15[binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM...Andre Vieira1-1/+114
2019-04-15[binutils, ARM, 1/16] Add support for Armv8.1-M Mainline CLIAndre Vieira1-6/+43
2019-04-11Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu1-3/+1
2019-04-03BFD whitespace fixesAlan Modra1-18/+19
2019-01-28Fix GCC9 warning on elf32-arm.c:elf32_arm_final_link_relocateSergio Durigan Junior1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+0
2018-10-24cmse_scan segfaultAlan Modra1-1/+2
2018-07-25Suppress string diagnostics for pre-release GCCAlan Modra1-3/+3
2018-07-21Initialize GOT slot for local symbol in non-PIC link.Eric Botcazou1-28/+38
2018-07-06Fix diagnostic errorsAlan Modra1-1/+3
2018-07-02[ARM] Update bfd's Tag_CPU_arch knowledgeThomas Preud'homme1-0/+32
2018-06-04Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1H.J. Lu1-0/+9
2018-05-28ld: Unify STT_GNU_IFUNC handlingH.J. Lu1-5/+0
2018-05-04-Wstringop-truncation warningsAlan Modra1-1/+1
2018-04-25[ARM] FDPIC: Implement Thumb-only PLT for FDPIC.Christophe Lyon1-21/+43
2018-04-25[ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbolChristophe Lyon1-3/+3
2018-04-25[ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_GOT32 relocation f...Christophe Lyon1-1/+3
2018-04-25[ARM] FDPIC: Add stack segmentChristophe Lyon1-0/+13
2018-04-25[ARM] Add TLS relocations for FDPIC.Christophe Lyon1-12/+67