summaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for linking ARMv8-M object filesThomas Preud'homme2015-12-241-15/+62
* Add assembler support for ARMv8-M BaselineThomas Preud'homme2015-12-241-1/+1
* Add assembler support for ARMv8-M MainlineThomas Preud'homme2015-12-241-1/+7
* ARM: Fix exidx coverage for relocatable builds.Yury Usishchev2015-12-221-2/+68
* Add support for ARM's NOREAD section flag.Mickael Guene2015-12-221-0/+59
* [ARM] Add support for thumb1 pcrop relocations.Mickael Guene2015-12-161-1/+86
* Fix a problematic message with the STM32L4XX fixup on 32-bit hosts.Christophe Lyon2015-11-171-2/+2
* Fix recent STM324LXX patch to compile on 32-bit hosts.Nick Clifton2015-10-281-28/+18
* Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround...Laurent Alfonsi2015-10-271-4/+1433
* Fix compile time warnings generated when compiling with clang.Nick Clifton2015-09-231-14/+18
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-1/+1
* Make asection->id and asection->index unsignedAlan Modra2015-08-311-4/+4
* Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra2015-08-191-1/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-57/+68
* Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu2015-08-121-1/+1
* [ARM] Fix extern protected data handlingSzabolcs Nagy2015-07-271-0/+1
* Fix broken -Bsymbolic-functionsAlan Modra2015-07-251-1/+1
* Fix the computation of the addends for an ARM_TLS_LE32 reloc.Nick Clifton2015-06-181-1/+1
* [ARM] PR ld/16572: Remove EF_ARM_HASENTRY flagJiong Wang2015-03-101-16/+1
* [ARM]Update for Tag_ABI_HardFP_use per EABI docTerry Guo2015-02-261-4/+4
* bfd/elf32-arm.c: Improve comment in elf32_arm_finish_dynamic_symbolWill Newton2015-02-031-3/+7
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-1/+1
* [ARM] Reject R_ARM_REL32 when trying to defer it to runtimeJiong Wang2015-01-141-0/+15
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2014-12-251-4/+8
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+1
* Support ARM Cortex-M7Terry Guo2014-11-211-2/+3
* Enable to link ARM object file that hasn't attribute section.Terry Guo2014-11-201-0/+7
* ARM: plt_size functions need to read instructions in right byte orderVictor Kamensky2014-10-231-4/+24
* Fix 17492, ld segfault with --oformat=binaryAlan Modra2014-10-161-3/+4
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-10/+12
* Make the linker return an error status if it fails to merge ARM binaries withTerry Guo2014-09-161-5/+14
* bfd/ChangeLogTerry Guo2014-08-211-6/+35
* Fix PR ld/17277: bogus dynamic relocs and TEXTREL for ARM PC-relative relocsRoland McGrath2014-08-201-12/+12
* ld/ARM: Increase maximum page size to 64kBWill Newton2014-07-081-3/+1
* Similarly to the AArch64 patch, set DF_STATIC_TLS for consistency withKyle McMartin2014-06-201-0/+3
* ld/ARM: Fix IFUNC and TLS descriptors in the same shared objectWill Newton2014-06-161-3/+6
* Free linker hash table from bfd_close.Alan Modra2014-06-131-5/+5
* Don't call bfd_link_hash_table_freeAlan Modra2014-06-131-1/+1
* Move link_hash_table_free functions earlierAlan Modra2014-06-131-13/+13
* Make bfd.link_next field a unionAlan Modra2014-06-131-8/+8
* bfd target vector rationalisationAlan Modra2014-05-021-8/+8
* Add support for limited pretty-printing of ARM PLT entries on eabi and nacl t...Yury Gribov2014-03-271-14/+205
* bfd/elf32-arm.c: Set st_value to zero for undefined symbolsWill Newton2014-03-201-1/+6
* Prevent the linker from generaing a seg-fault when the user attempts to linkNick Clifton2014-03-121-0/+3
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Install patch for PR ld/16017. This adds support for generating PLT entriesNick Clifton2014-03-041-42/+146
* This patch adds support for ARM PLT entries that support a full 32-bit offset...Yuri Gribov2014-02-271-20/+63
* 2014-01-13 Ma Jiang <ma.jiang@zte.com.cn>Ma Jiang2014-01-131-0/+6
* Call _bfd_elf_post_process_headersH.J. Lu2013-12-171-1/+1