Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-18 | Update version to 2.34.50. Regenerate configure and .pot files. | Nick Clifton | 1 | -142/+154 | |
2019-01-19 | Change version to 2.32.51 and regenerate configure and pot files. | Nick Clifton | 1 | -227/+271 | |
2018-06-24 | Regenerate configure and pot files with updated binutils version number. | Nick Clifton | 1 | -662/+787 | |
2018-01-13 | Update pot files | Nick Clifton | 1 | -910/+1583 | |
2014-02-10 | binutils potfiles regen | Alan Modra | 1 | -560/+1741 | |
Adds nds32 files to POTFILES.in | |||||
2010-04-22 | Updated translation templates. | Nick Clifton | 1 | -459/+856 | |
Updated Bulgarian translation. Updated Finnish translations. Updated French translations. Updated Vietnamese translations. | |||||
2009-05-26 | Update Indonesian translations. | Nick Clifton | 1 | -282/+671 | |
Update translation templates. | |||||
2008-04-15 | toplevel/ | David S. Miller | 1 | -280/+361 | |
* configure.ac: Add sparc*-*-* to gold supported targets. * configure: Regenerate. gold/ * sparc.cc: New file. * Makefile.am (TARGETSOURCES): Add sparc.cc (ALL_TARGETOBJS): Add sparc.$(OBJEXT) * configure.tgt: Document targ_extra_size and targ_extra_big_endian. Add entries for sparc-* and sparc64-*. * configure.ac: Handle targ_extra_size and targ_extra_big_endian. * Makefile.in: Rebuild. * configure: Likewise. * po/POTFILES.in: Likewise. * po/gold.pot: Likewise. | |||||
2008-03-21 | Bump version for general release. | Ian Lance Taylor | 1 | -39/+43 | |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -351/+540 | |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -173/+177 | |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -148/+253 | |
2007-12-21 | From Cary Coutant: Fix handling of versioned symbols, add some tests. | Ian Lance Taylor | 1 | -99/+109 | |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -95/+130 | |
reduces the amount of locking required to find a new thread to run. | |||||
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -110/+136 | |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -180/+252 | |
2007-11-09 | From Craig Silverstein: Initialize got_relocs. | Ian Lance Taylor | 1 | -53/+53 | |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -75/+80 | |
exception frame information. | |||||
2007-11-02 | From Craig Silverstein: Add first version of generating error messages | Ian Lance Taylor | 1 | -171/+287 | |
with file name and line number. | |||||
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -231/+281 | |
on error. | |||||
2007-10-10 | From Craig Silverstein: don't permit -s and -r. | Ian Lance Taylor | 1 | -58/+66 | |
2007-10-08 | From Craig Silverstein: add tls.h, use it in i386.cc. | Ian Lance Taylor | 1 | -29/+29 | |
2007-10-07 | Add --version option. | Ian Lance Taylor | 1 | -76/+115 | |
2007-10-01 | Cleanups from Craig Silverstein. | Ian Lance Taylor | 1 | -14/+16 | |
2007-10-01 | From Craig Silverstein: x86_64 support. | Ian Lance Taylor | 1 | -43/+45 | |
2007-09-26 | Add basic exception frame header, plus test. | Ian Lance Taylor | 1 | -87/+97 | |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -149/+149 | |
2007-09-22 | Update. | Ian Lance Taylor | 1 | -3/+3 | |
2007-09-21 | From Craig Silverstein: Only sort for suffixes with -O2. | Ian Lance Taylor | 1 | -1/+1 | |
2007-09-21 | Add global parameters. | Ian Lance Taylor | 1 | -78/+143 | |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 1 | -36/+47 | |
2006-12-06 | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 1 | -18/+18 | |
dynamic object. | |||||
2006-12-06 | Generate version information. | Ian Lance Taylor | 1 | -22/+37 | |
2006-12-01 | Can now dynamically link hello, world. | Ian Lance Taylor | 1 | -20/+20 | |
2006-11-30 | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 1 | -28/+28 | |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -87/+87 | |
2006-11-16 | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 1 | -38/+38 | |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -69/+204 | |
2006-11-07 | Add Elf_file interface which can be used by both Sized_relobj and | Ian Lance Taylor | 1 | -46/+31 | |
Sized_dynobj. | |||||
2006-11-07 | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 1 | -5/+5 | |
output regardless of randomize_va_space. | |||||
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 1 | -29/+34 | |
2006-11-03 | Ignored the -m option, for old linker compatibility. | Ian Lance Taylor | 1 | -14/+18 | |
2006-11-03 | Update for line number changes. | Ian Lance Taylor | 1 | -12/+12 | |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -80/+122 | |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -45/+83 | |
relocations. | |||||
2006-10-10 | Avoid multiple definition errors from linkonce sections. | Ian Lance Taylor | 1 | -3/+3 | |
2006-10-06 | Lay out object file sections when we add the symbols to the symbol | Ian Lance Taylor | 1 | -40/+40 | |
table. | |||||
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -40/+173 | |
runs. | |||||
2006-09-27 | Finished layout code. | Ian Lance Taylor | 1 | -31/+36 | |
2006-09-26 | g++ 3.2.2 portability for grhat. | Ian Lance Taylor | 1 | -1/+1 | |