aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-18 * elf32-arm.c (arm_type_of_stub): Don't use ST_BRANCH_TO_ARM forNick Clifton1-0/+14
2013-07-18 * elf32-arm.c (elf32_arm_stub_long_branch_arm_nacl): New variable.Nick Clifton1-6/+45
2013-06-28 PR ld/15302Nick Clifton1-6/+0
2013-06-13 PR ld/15302Nick Clifton1-2/+7
2013-04-29bfd/efl32-arm.c: Fix handling of IRELATIVE relocs.Will Newton1-2/+7
2013-04-24bfd/Roland McGrath1-1460/+1493
2013-03-30 PR ld/15323Alan Modra1-0/+4
2013-03-27 * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra1-1/+3
2013-03-27bfd/ChangeLog:Will Newton1-2/+2
2013-03-27bfd/ChangeLog:Will Newton1-2/+5
2013-03-21 PR sim/15286Nick Clifton1-0/+14
2013-02-28 bfd/Julian Brown1-7/+11