aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-11/+18
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-14/+5
2016-12-19bfd/elf32-arm.c: Rename 'popcount' to 'elf32_arm_popcount'Christian Groessler1-7/+8
2016-11-24[ARM] Bind defined symbol locally in PIEJiong Wang1-1/+2
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-23/+6
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-27/+34
2016-10-18ARM/BFD: Correct an `index' global shadowing errorMaciej W. Rozycki1-4/+4
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-6/+8
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-112/+110
2016-09-28Fix seg-fault in the linker introduced by the previous delta.Akihiko Odaki1-228/+168
2016-09-28[ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocatio...Christophe Lyon1-6/+41
2016-09-23Delete relocations associatesd with deleted exidx entries.Akihiko Odaki1-63/+240
2016-09-14Fix ld --gc-section segfault with ARMv8-M entry function in absolute sectionThomas Preud'homme1-1/+2
2016-09-012016-09-01 Thomas Preud'homme <thomas.preudhomme@arm.com>Thomas Preud'homme1-3/+6
2016-08-26Reduce parameter list in bfd_elf32_arm_target_relocsThomas Preud'homme1-27/+20
2016-08-262016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>Thomas Preud'homme1-0/+3
2016-08-26Add support for stable secure gateway veneers addressesThomas Preud'homme1-33/+405
2016-08-23Fix seg-fault in ARM linker when trying to parse a binary file.Nick Clifton1-1/+1
2016-08-042016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>Thomas Preud'homme1-1/+96
2016-08-042016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>Thomas Preud'homme1-20/+363
2016-07-05[ARM] Purecode compatible long branch veneer for M-profile targets with MOVW.Andre Vieria1-6/+67
2016-07-05[ARM] Change noread to purecode.Andre Vieria1-8/+8
2016-07-01Fix Thumb-2 BL detectionThomas Preud'homme1-6/+24
2016-06-29Preserve all mapping symbols in ARM and AArch64 object files.Nick Clifton1-4/+23
2016-06-28Mark ARM mapping symbols in object files are precious, so that strip will not...Nick Clifton1-0/+19
2016-06-17Add support for Thumb-2 long branch veneersThomas Preud'homme1-2/+13
2016-06-14Fix feature checks based on ARM architecture valueThomas Preud'homme1-17/+35
2016-05-28Return void from linker callbacksAlan Modra1-23/+13
2016-05-23Support for dedicated ARM stub section with paddingThomas Preud'homme1-2/+35
2016-05-23Support for dedicated output section for some ARM veneer typesThomas Preud'homme1-39/+157
2016-05-18elf32-arm.c build breakageAlan Modra1-1/+10
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki1-3/+2
2016-05-13Set dynamic tag VMA and size from dynamic section when possibleAlan Modra1-6/+5
2016-05-10Allow veneers to claim veneered symbolsThomas Preud'homme1-49/+96
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme1-36/+49
2016-05-10Allow stubs without associated input section in ARM backendThomas Preud'homme1-2/+8
2016-05-10Factor our stub creation in ARM backendThomas Preud'homme1-67/+109
2016-05-10Refactor Cortex-A8 erratum workaround in preparationThomas Preud'homme1-73/+52
2016-05-10Add support for ARMv8-M Mainline with DSP extensionThomas Preud'homme1-0/+25
2016-05-09[ARM/STM32L4XX] PR 20030: --fix-stm32l4xx-629360 fails to create vldm/vpop ve...Christophe Monat1-45/+56
2016-05-09Revert accidental commit.Nick Clifton1-2/+0
2016-04-29Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton1-5/+103
2016-04-20change argument type to bfd_byteTrevor Saunders1-1/+1
2016-04-06Fix memory leak in ld ARM backendThomas Preud'homme1-4/+7
2016-01-21Fix unexpected failures in the linker testsuite for ARM VxWorks targets.Nick Clifton1-0/+6
2016-01-20Add support for an ARM specific 'y' section attribute flag to mark the sectio...Mickael Guene1-12/+0
2016-01-12Add cantunwind when unwind info does not match start of section.Yury Usishchev1-0/+12
2016-01-08[ARM] PR ld/19368: Add missing relocation type class for R_ARM_IRELATIVEJiong Wang1-0/+2