summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Add .got.plt to testsuite/script_test_2.tH.J. Lu2016-06-132-0/+6
* Add support for .MIPS.abiflags and .gnu.attributes sections.Vladimir Radosavljevic2016-06-112-62/+819
* Fix problems emitting MIPS .reginfo section.Vladimir Radosavljevic2016-06-102-81/+80
* Fix compilation error in mips.cc with some versions of GCC.Artemiy Volkov2016-06-092-2/+10
* gold/s390: Fix compilation on gcc 4.4Marcin Kościelnicki2016-05-302-66/+162
* Don't allow COPY relocations for protected symbols.Cary Coutant2016-05-1913-92/+265
* Fix non-deterministic behavior when generating MIPS GOT.Vladimir Radosavljevic2016-05-192-52/+106
* Fix for PR gold/19987.Han Shen2016-05-093-4/+30
* Regenerate configureAlan Modra2016-05-091-6/+10
* Updated Chinese (simplified) translations for bfd, binutils and gold.Nick Clifton2016-04-282-86/+79
* Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu2016-04-154-528/+643
* enable -Wwrite-strings for gasTrevor Saunders2016-03-311-0/+16
* Don't override definition a shared object by one in a later shared object.Cary Coutant2016-03-302-0/+13
* Fix failure to diagnose GOTOFF relocation to undef symbol in shared lib (i386).Cary Coutant2016-03-272-0/+23
* Add -Wstack-usage to the gcc warning flags list, but only if using a sufficie...Nick Clifton2016-03-222-1/+23
* Fix problem where gold fails to issue an undefined symbol error during LTO.Cary Coutant2016-03-217-2/+143
* Remove use of alloca.Nick Clifton2016-03-211-1/+1
* Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant2016-03-207-12/+145
* Remove is_n64_ data member from Mips_relobj class.Vladimir Radosavljevic2016-03-182-44/+39
* Add MIPS-64 support.Vladimir Radosavljevic2016-03-172-635/+1413
* Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic2016-03-172-0/+10
* Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic2016-03-172-1/+6
* Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu2016-03-094-7/+15
* Remove checks for constructors that might have been eliminated by GCC.Cary Coutant2016-03-085-4/+9
* Add unused attribute where necessary to quiet GCC 6 warnings.Cary Coutant2016-03-083-2/+8
* Fix Makefile so make clean removes overlooked files.Cary Coutant2016-03-082-5/+20
* Refactor Output_data_reloc_base::do_write for MIPS-specific relocs.Cary Coutant2016-03-083-157/+191
* Fix datestamps on ChangeLog entries to read 2015 instead of 2016.Cary Coutant2016-03-041-2/+2
* Add missing ChangeLog entries for commit 82838H.J. Lu2016-03-042-0/+12
* Fix undefined symbol errors introduced with previous commit.Cary Coutant2016-03-042-0/+37
* Add support for STT_SPARC_REGISTER symbols.Cary Coutant2016-03-038-20/+236
* Don't handle every plugin symbol as defined.Rafael Ávila de Espíndola2016-03-032-0/+7
* Add new plugin hooks to support querying section alignment and size.Cary Coutant2016-03-036-4/+505
* get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov2016-03-038-17/+169
* Discard FDEs for zero-length address ranges.Cary Coutant2016-02-263-5/+47
* Pass -mrelax-relocations=yes to $(TEST_AS)H.J. Lu2016-02-163-8/+12
* gold: Add s390 -fsplit-stack support.Marcin Kościelnicki2016-02-1525-6/+1664
* Remove info message for every erratum 843419 found and fixed.Han Shen2016-02-112-4/+5
* Add additional information to relocation overflow errors.Cary Coutant2016-02-072-2/+31
* Fix incorrect x32 overflow checking for refs to weak undef symbols.Cary Coutant2016-02-072-2/+16
* Fix compile errors about shift counts too large.Cary Coutant2016-02-062-10/+41
* Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant2016-02-067-15/+151
* Fix incorrect casts.Cary Coutant2016-02-062-2/+8
* Add PR number to ChangeLog entry.Cary Coutant2016-02-061-0/+1
* Fix build failure in gold due to signed vs. unsigned comparisons.Cary Coutant2016-02-062-2/+8
* gold: Add view and view_size parameters to is_call_to_non_split.Marcin Kościelnicki2016-02-065-7/+25
* 2016-02-05 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2016-02-052-47/+75
* Add some relocation overflow checks for x86_64.Cary Coutant2016-02-056-47/+157
* Overhaul relocation framework to support overflow checking.Cary Coutant2016-02-055-150/+632
* Fix "PowerPC64 ELFv2 entry code" for big-endianAlan Modra2016-02-042-1/+5