aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Fix a problematic message with the STM32L4XX fixup on 32-bit hosts.Christophe Lyon1-2/+2
2015-10-28Fix recent STM324LXX patch to compile on 32-bit hosts.Nick Clifton1-28/+18
2015-10-27Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround...Laurent Alfonsi1-4/+1433
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton1-14/+18
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-1/+1
2015-08-31Make asection->id and asection->index unsignedAlan Modra1-4/+4
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-57/+68
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu1-1/+1
2015-07-27[ARM] Fix extern protected data handlingSzabolcs Nagy1-0/+1
2015-07-25Fix broken -Bsymbolic-functionsAlan Modra1-1/+1
2015-06-18Fix the computation of the addends for an ARM_TLS_LE32 reloc.Nick Clifton1-1/+1
2015-03-10[ARM] PR ld/16572: Remove EF_ARM_HASENTRY flagJiong Wang1-16/+1
2015-02-26[ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo1-4/+4
2015-02-03bfd/elf32-arm.c: Improve comment in elf32_arm_finish_dynamic_symbolWill Newton1-3/+7
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-14[ARM] Reject R_ARM_REL32 when trying to defer it to runtimeJiong Wang1-0/+15
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo1-4/+8
2014-12-12Copy relocations against protected symbolsAlan Modra1-1/+1
2014-11-21Support ARM Cortex-M7Terry Guo1-2/+3
2014-11-20Enable to link ARM object file that hasn't attribute section.Terry Guo1-0/+7
2014-10-23ARM: plt_size functions need to read instructions in right byte orderVictor Kamensky1-4/+24
2014-10-16Fix 17492, ld segfault with --oformat=binaryAlan Modra1-3/+4
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-10/+12
2014-09-16Make the linker return an error status if it fails to merge ARM binaries withTerry Guo1-5/+14
2014-08-21bfd/ChangeLogTerry Guo1-6/+35
2014-08-20Fix PR ld/17277: bogus dynamic relocs and TEXTREL for ARM PC-relative relocsRoland McGrath1-12/+12
2014-07-08ld/ARM: Increase maximum page size to 64kBWill Newton1-3/+1
2014-06-20Similarly to the AArch64 patch, set DF_STATIC_TLS for consistency withKyle McMartin1-0/+3
2014-06-16ld/ARM: Fix IFUNC and TLS descriptors in the same shared objectWill Newton1-3/+6
2014-06-13Free linker hash table from bfd_close.Alan Modra1-5/+5
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-1/+1
2014-06-13Move link_hash_table_free functions earlierAlan Modra1-13/+13
2014-06-13Make bfd.link_next field a unionAlan Modra1-8/+8
2014-05-02bfd target vector rationalisationAlan Modra1-8/+8
2014-03-27Add support for limited pretty-printing of ARM PLT entries on eabi and nacl t...Yury Gribov1-14/+205
2014-03-20bfd/elf32-arm.c: Set st_value to zero for undefined symbolsWill Newton1-1/+6
2014-03-12Prevent the linker from generaing a seg-fault when the user attempts to linkNick Clifton1-0/+3
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-03-04Install patch for PR ld/16017. This adds support for generating PLT entriesNick Clifton1-42/+146
2014-02-27This patch adds support for ARM PLT entries that support a full 32-bit offset...Yuri Gribov1-20/+63
2014-01-132014-01-13 Ma Jiang <ma.jiang@zte.com.cn>Ma Jiang1-0/+6
2013-12-17Call _bfd_elf_post_process_headersH.J. Lu1-1/+1
2013-12-17Use _bfd_elf_copy_private_bfd_dataH.J. Lu1-8/+1
2013-11-14 PR ld/16017Nick Clifton1-7/+24
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-2/+2
2013-08-26bfd/Roland McGrath1-0/+20
2013-08-14 PR ld/15787Nick Clifton1-4/+4
2013-07-31 PR ld/15787Nick Clifton1-7/+8