Age | Commit message (Expand) | Author | Files | Lines |
2016-06-13 | Add .got.plt to testsuite/script_test_2.t | H.J. Lu | 2 | -0/+6 |
2016-06-11 | Add support for .MIPS.abiflags and .gnu.attributes sections. | Vladimir Radosavljevic | 2 | -62/+819 |
2016-06-10 | Fix problems emitting MIPS .reginfo section. | Vladimir Radosavljevic | 2 | -81/+80 |
2016-06-09 | Fix compilation error in mips.cc with some versions of GCC. | Artemiy Volkov | 2 | -2/+10 |
2016-05-30 | gold/s390: Fix compilation on gcc 4.4 | Marcin Kościelnicki | 2 | -66/+162 |
2016-05-19 | Don't allow COPY relocations for protected symbols. | Cary Coutant | 13 | -92/+265 |
2016-05-19 | Fix non-deterministic behavior when generating MIPS GOT. | Vladimir Radosavljevic | 2 | -52/+106 |
2016-05-09 | Fix for PR gold/19987. | Han Shen | 3 | -4/+30 |
2016-05-09 | Regenerate configure | Alan Modra | 1 | -6/+10 |
2016-04-28 | Updated Chinese (simplified) translations for bfd, binutils and gold. | Nick Clifton | 2 | -86/+79 |
2016-04-15 | Regenerate Makefile.in/aclocal.m4 automake 1.11.6 | H.J. Lu | 4 | -528/+643 |
2016-03-31 | enable -Wwrite-strings for gas | Trevor Saunders | 1 | -0/+16 |
2016-03-30 | Don't override definition a shared object by one in a later shared object. | Cary Coutant | 2 | -0/+13 |
2016-03-27 | Fix failure to diagnose GOTOFF relocation to undef symbol in shared lib (i386). | Cary Coutant | 2 | -0/+23 |
2016-03-22 | Add -Wstack-usage to the gcc warning flags list, but only if using a sufficie... | Nick Clifton | 2 | -1/+23 |
2016-03-21 | Fix problem where gold fails to issue an undefined symbol error during LTO. | Cary Coutant | 7 | -2/+143 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -1/+1 |
2016-03-20 | Fix problem where gold cannot build .eh_frame_hdr from ld -r output. | Cary Coutant | 7 | -12/+145 |
2016-03-18 | Remove is_n64_ data member from Mips_relobj class. | Vladimir Radosavljevic | 2 | -44/+39 |
2016-03-17 | Add MIPS-64 support. | Vladimir Radosavljevic | 2 | -635/+1413 |
2016-03-17 | Add missing Mips_output_data_la25_stub::do_print_to_mapfile. | Vladimir Radosavljevic | 2 | -0/+10 |
2016-03-17 | Fix problem with --emit-relocs for Mips-32. | Vladimir Radosavljevic | 2 | -1/+6 |
2016-03-09 | Workaround a C++ bug in GCC 4.2 in gold test | H.J. Lu | 4 | -7/+15 |
2016-03-08 | Remove checks for constructors that might have been eliminated by GCC. | Cary Coutant | 5 | -4/+9 |
2016-03-08 | Add unused attribute where necessary to quiet GCC 6 warnings. | Cary Coutant | 3 | -2/+8 |
2016-03-08 | Fix Makefile so make clean removes overlooked files. | Cary Coutant | 2 | -5/+20 |
2016-03-08 | Refactor Output_data_reloc_base::do_write for MIPS-specific relocs. | Cary Coutant | 3 | -157/+191 |
2016-03-04 | Fix datestamps on ChangeLog entries to read 2015 instead of 2016. | Cary Coutant | 1 | -2/+2 |
2016-03-04 | Add missing ChangeLog entries for commit 82838 | H.J. Lu | 2 | -0/+12 |
2016-03-04 | Fix undefined symbol errors introduced with previous commit. | Cary Coutant | 2 | -0/+37 |
2016-03-03 | Add support for STT_SPARC_REGISTER symbols. | Cary Coutant | 8 | -20/+236 |
2016-03-03 | Don't handle every plugin symbol as defined. | Rafael Ávila de Espíndola | 2 | -0/+7 |
2016-03-03 | Add new plugin hooks to support querying section alignment and size. | Cary Coutant | 6 | -4/+505 |
2016-03-03 | get_symbols() plugin API tweak to support --start-lib/--end-lib. | Evgenii Stepanov | 8 | -17/+169 |
2016-02-26 | Discard FDEs for zero-length address ranges. | Cary Coutant | 3 | -5/+47 |
2016-02-16 | Pass -mrelax-relocations=yes to $(TEST_AS) | H.J. Lu | 3 | -8/+12 |
2016-02-15 | gold: Add s390 -fsplit-stack support. | Marcin Kościelnicki | 25 | -6/+1664 |
2016-02-11 | Remove info message for every erratum 843419 found and fixed. | Han Shen | 2 | -4/+5 |
2016-02-07 | Add additional information to relocation overflow errors. | Cary Coutant | 2 | -2/+31 |
2016-02-07 | Fix incorrect x32 overflow checking for refs to weak undef symbols. | Cary Coutant | 2 | -2/+16 |
2016-02-06 | Fix compile errors about shift counts too large. | Cary Coutant | 2 | -10/+41 |
2016-02-06 | Fix overflow checking for 32-bit pc-relative relocations on x32. | Cary Coutant | 7 | -15/+151 |
2016-02-06 | Fix incorrect casts. | Cary Coutant | 2 | -2/+8 |
2016-02-06 | Add PR number to ChangeLog entry. | Cary Coutant | 1 | -0/+1 |
2016-02-06 | Fix build failure in gold due to signed vs. unsigned comparisons. | Cary Coutant | 2 | -2/+8 |
2016-02-06 | gold: Add view and view_size parameters to is_call_to_non_split. | Marcin Kościelnicki | 5 | -7/+25 |
2016-02-05 | 2016-02-05 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2 | -47/+75 |
2016-02-05 | Add some relocation overflow checks for x86_64. | Cary Coutant | 6 | -47/+157 |
2016-02-05 | Overhaul relocation framework to support overflow checking. | Cary Coutant | 5 | -150/+632 |
2016-02-04 | Fix "PowerPC64 ELFv2 entry code" for big-endian | Alan Modra | 2 | -1/+5 |