aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2016-06-29[GOLD] Disable copy_test_protected on powerpcAlan Modra3-111/+118
2016-06-28Fix execute permission on gold/testsuite/script_test_14.sh.Cary Coutant1-0/+0
2016-06-28Implement the R_AARCH64_NONE relocation.Igor Kudrin7-9/+129
2016-06-28Convert indirect calls to direct when possible.Sriraman Tallam7-28/+250
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin2-2/+13
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin10-6/+283
2016-06-28Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.James Clarke2-4/+13
2016-06-23Fix bug with grouping sections.Cary Coutant6-6/+23
2016-06-23Fix compilation error in MSYS2 environment.Igor Kudrin2-3/+7
2016-06-22gold: Add a linker configure option --enable-relroH.J. Lu6-1/+57
2016-06-20Update gold to version 1.12.Cary Coutant3-1/+48
2016-06-20gold/x86: Handle output without PLTH.J. Lu3-0/+17
2016-06-20Add support for MIPS .rld_map section.Vladimir Radosavljevic4-5/+85
2016-06-20Add unaligned check for R_MIPS_PC16.Vladimir Radosavljevic2-0/+7
2016-06-20Add support for Mips32r6 and Mips64r6.Vladimir Radosavljevic2-10/+386
2016-06-13Add .got.plt to testsuite/script_test_2.tH.J. Lu2-0/+6
2016-06-11Add support for .MIPS.abiflags and .gnu.attributes sections.Vladimir Radosavljevic2-62/+819
2016-06-10Fix problems emitting MIPS .reginfo section.Vladimir Radosavljevic2-81/+80
2016-06-09Fix compilation error in mips.cc with some versions of GCC.Artemiy Volkov2-2/+10
2016-05-30gold/s390: Fix compilation on gcc 4.4Marcin Kościelnicki2-66/+162
2016-05-19Don't allow COPY relocations for protected symbols.Cary Coutant13-92/+265
2016-05-19Fix non-deterministic behavior when generating MIPS GOT.Vladimir Radosavljevic2-52/+106
2016-05-09Fix for PR gold/19987.Han Shen3-4/+30
2016-05-09Regenerate configureAlan Modra1-6/+10
2016-04-28Updated Chinese (simplified) translations for bfd, binutils and gold.Nick Clifton2-86/+79
2016-04-15Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu4-528/+643
2016-03-31enable -Wwrite-strings for gasTrevor Saunders1-0/+16
2016-03-30Don't override definition a shared object by one in a later shared object.Cary Coutant2-0/+13
2016-03-27Fix failure to diagnose GOTOFF relocation to undef symbol in shared lib (i386).Cary Coutant2-0/+23
2016-03-22Add -Wstack-usage to the gcc warning flags list, but only if using a sufficie...Nick Clifton2-1/+23
2016-03-21Fix problem where gold fails to issue an undefined symbol error during LTO.Cary Coutant7-2/+143
2016-03-21Remove use of alloca.Nick Clifton1-1/+1
2016-03-20Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant7-12/+145
2016-03-18Remove is_n64_ data member from Mips_relobj class.Vladimir Radosavljevic2-44/+39
2016-03-17Add MIPS-64 support.Vladimir Radosavljevic2-635/+1413
2016-03-17Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic2-0/+10
2016-03-17Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic2-1/+6
2016-03-09Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu4-7/+15
2016-03-08Remove checks for constructors that might have been eliminated by GCC.Cary Coutant5-4/+9
2016-03-08Add unused attribute where necessary to quiet GCC 6 warnings.Cary Coutant3-2/+8
2016-03-08Fix Makefile so make clean removes overlooked files.Cary Coutant2-5/+20
2016-03-08Refactor Output_data_reloc_base::do_write for MIPS-specific relocs.Cary Coutant3-157/+191
2016-03-04Fix datestamps on ChangeLog entries to read 2015 instead of 2016.Cary Coutant1-2/+2
2016-03-04Add missing ChangeLog entries for commit 82838H.J. Lu2-0/+12
2016-03-04Fix undefined symbol errors introduced with previous commit.Cary Coutant2-0/+37
2016-03-03Add support for STT_SPARC_REGISTER symbols.Cary Coutant8-20/+236
2016-03-03Don't handle every plugin symbol as defined.Rafael Ávila de Espíndola2-0/+7
2016-03-03Add new plugin hooks to support querying section alignment and size.Cary Coutant6-4/+505
2016-03-03get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov8-17/+169
2016-02-26Discard FDEs for zero-length address ranges.Cary Coutant3-5/+47