aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2014-07-02Taking an undefined function's address in an executableAlan Modra7-9/+186
2014-07-01Add symbols for global entry stub, and report statsAlan Modra2-24/+30
2014-07-01Don't include sys/param.hAlan Modra3-23/+8
2014-07-01Add support for the AVR Tiny series of microcontrollers.Barney Stratford6-1/+289
2014-06-30 lexsup.c (parse_args): Check whether provided SONAME is emptyUlrich Drepper2-1/+17
2014-06-26Change the default behaviour of the PE targeted linker so that timestamps areLinda Zhang5-8/+37
2014-06-25Fixes to allow a toolchain configured with --enable-all to build on a 32-bit ...Nick Clifton5-6/+24
2014-06-25ld/arm: adjust offsets in tls-gdierelax2.dKyle McMartin2-4/+8
2014-06-18ld/ARM: Add target arm*b-*-freebsd*, update target arm*-*-freebsd*.Andreas Tobler6-2/+33
2014-06-16ld/ARM: Fix IFUNC and TLS descriptors in the same shared objectWill Newton5-0/+49
2014-06-16Fix duplicated assignments to __rel_iplt and __rela_iplt symbolsAlan Modra5-20/+28
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra3-19/+7
2014-06-13Make bfd.link_next field a unionAlan Modra12-26/+33
2014-06-13Add missing ld makefile dependency for nios.Alan Modra3-0/+11
2014-06-09Remove reference to GASp from linker testsuite configuration.Ryan Mansfield2-4/+4
2014-06-07PROVIDE in linker script vs. built-in symbolsAlan Modra2-1/+9
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker4-6/+17
2014-06-03Support fusion for ELFv2 stubsAlan Modra2-4/+8
2014-06-02fix typos in ChangeLogAlan Modra1-2/+0
2014-06-02fix 2014-05-28 ld Makefile.am changesAlan Modra10-50/+48
2014-05-28ld: Split GENSCRIPTS rule from dependencies to fix tdir_'s.Hans-Peter Nilsson3-666/+699
2014-05-28Add objcopy stage between assembly and linking for run_dump_testmfortune2-0/+42
2014-05-27Fix typo.DJ Delorie1-1/+1
2014-05-27Add new link-map-text hook and RX auto-vector support.DJ Delorie20-14/+73
2014-05-25Localize varible to avoid warningAlan Modra4-3/+8
2014-05-20ld: Add missing eelf32mbel_linux.c to ALL_EMULATION_SOURCES.Hans-Peter Nilsson3-0/+8
2014-05-20ld/aarch64: xfail non-PIC shared object tests on aarch64Will Newton2-0/+8
2014-05-20Rewrite ppc32 backend .sdata and .sdata2 handlingAlan Modra4-11/+17
2014-05-19Don't link FreeBSD tests with -ldl.Andreas Tobler3-14/+29
2014-05-16 * configure.tgt: Add /lib to dragonfly NATIVE_LIB_DIRS.John Marino2-1/+5
2014-05-112014-05-11 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2-2/+7
2014-05-10Fix freeing of link_info.hashHans-Peter Nilsson14-1/+138
2014-05-09Properly display extra data/address size prefixesH.J. Lu8-26/+35
2014-05-08Use signed data type for R_XTENSA_DIFF* relocation offsets.Volodymyr Arbatov4-0/+100
2014-05-02bfd target vector rationalisationAlan Modra5-20/+27
2014-05-02ld/testsuite:Hans-Peter Nilsson8-1/+94
2014-04-23ld/arm: Fix testsuite failures for armeb-linux-eabiWill Newton25-132/+158
2014-04-22Add tests for PR ld/16846H.J. Lu5-0/+35
2014-04-22Remove support for the (deprecated) openrisc and or32 configurations and replaceChristian Svensson38-122/+111
2014-04-21Fix alpha-elf relaxationRichard Henderson2-0/+5
2014-04-17This patch causes local GOT entries addressed via a 16-bit index toKwok Cheung Yeung6-508/+515
2014-04-162014-04-16 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-0/+5
2014-04-162014-04-16 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-1/+5
2014-04-15[AArch64] Fix off by one error in instruction relaxation mask.Marcus Shawcroft2-1/+6
2014-04-10bfd/ChangeLogDenis Chertykov5-0/+76
2014-04-09Remove remaining default manifest support.Nick Clifton11-92/+32
2014-04-09Fix fallout from splitting ldbuildid.[ch] off elf32.em.Alan Modra4-1/+10
2014-04-09ppc476 icache workaround fix for bctrAlan Modra2-0/+46
2014-04-08This patch removes the inclusion of the default manifest in final links forNick Clifton3-34/+11
2014-04-08Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY16-142/+702