summaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)Author
2016-01-21Fix unexpected failures in the linker testsuite for ARM VxWorks targets.Nick Clifton
2016-01-20Add support for an ARM specific 'y' section attribute flag to mark the sectio...Mickael Guene
2016-01-12Add cantunwind when unwind info does not match start of section.Yury Usishchev
2016-01-08[ARM] PR ld/19368: Add missing relocation type class for R_ARM_IRELATIVEJiong Wang
2016-01-01Copyright update for binutilsAlan Modra
2015-12-24Add support for linking ARMv8-M object filesThomas Preud'homme
2015-12-24Add assembler support for ARMv8-M BaselineThomas Preud'homme
2015-12-24Add assembler support for ARMv8-M MainlineThomas Preud'homme
2015-12-22ARM: Fix exidx coverage for relocatable builds.Yury Usishchev
2015-12-22Add support for ARM's NOREAD section flag.Mickael Guene
2015-12-16[ARM] Add support for thumb1 pcrop relocations.Mickael Guene
2015-11-17Fix a problematic message with the STM32L4XX fixup on 32-bit hosts.Christophe Lyon
2015-10-28Fix recent STM324LXX patch to compile on 32-bit hosts.Nick Clifton
2015-10-27Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround...Laurent Alfonsi
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-08-31Make asection->id and asection->index unsignedAlan Modra
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu
2015-07-27[ARM] Fix extern protected data handlingSzabolcs Nagy
2015-07-25Fix broken -Bsymbolic-functionsAlan Modra
2015-06-18Fix the computation of the addends for an ARM_TLS_LE32 reloc.Nick Clifton
2015-03-10[ARM] PR ld/16572: Remove EF_ARM_HASENTRY flagJiong Wang
2015-02-26[ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo
2015-02-03bfd/elf32-arm.c: Improve comment in elf32_arm_finish_dynamic_symbolWill Newton
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-14[ARM] Reject R_ARM_REL32 when trying to defer it to runtimeJiong Wang
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo
2014-12-12Copy relocations against protected symbolsAlan Modra
2014-11-21Support ARM Cortex-M7Terry Guo
2014-11-20Enable to link ARM object file that hasn't attribute section.Terry Guo
2014-10-23ARM: plt_size functions need to read instructions in right byte orderVictor Kamensky
2014-10-16Fix 17492, ld segfault with --oformat=binaryAlan Modra
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra
2014-09-16Make the linker return an error status if it fails to merge ARM binaries withTerry Guo
2014-08-21bfd/ChangeLogTerry Guo
2014-08-20Fix PR ld/17277: bogus dynamic relocs and TEXTREL for ARM PC-relative relocsRoland McGrath
2014-07-08ld/ARM: Increase maximum page size to 64kBWill Newton
2014-06-20Similarly to the AArch64 patch, set DF_STATIC_TLS for consistency withKyle McMartin
2014-06-16ld/ARM: Fix IFUNC and TLS descriptors in the same shared objectWill Newton
2014-06-13Free linker hash table from bfd_close.Alan Modra
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra
2014-06-13Move link_hash_table_free functions earlierAlan Modra
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-05-02bfd target vector rationalisationAlan Modra
2014-03-27Add support for limited pretty-printing of ARM PLT entries on eabi and nacl t...Yury Gribov
2014-03-20bfd/elf32-arm.c: Set st_value to zero for undefined symbolsWill Newton
2014-03-12Prevent the linker from generaing a seg-fault when the user attempts to linkNick Clifton