Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-08 | Regenerate. | Alan Modra | 1 | -0/+5 | |
2012-08-09 | Updated Vietnamese translation. | Nick Clifton | 1 | -98/+103 | |
2012-07-30 | Updated translations | Nick Clifton | 1 | -5/+5 | |
2011-11-25 | * po/it.po: New Italian translation. | Nick Clifton | 1 | -0/+2247 | |
2011-10-10 | Updated Bulgarian, Spanish, Finnish, French, Russian and Ukranian translations. | Nick Clifton | 2 | -531/+924 | |
2011-08-26 | Updated Spanish translations. | Nick Clifton | 1 | -315/+316 | |
2011-06-14 | * po/POTFILES.in: Regenerate. | Alan Modra | 1 | -0/+18 | |
2010-05-05 | Updated Spanish translations. | Nick Clifton | 1 | -497/+915 | |
2010-04-22 | Updated translation templates. | Nick Clifton | 2 | -954/+1735 | |
Updated Bulgarian translation. Updated Finnish translations. Updated French translations. Updated Vietnamese translations. | |||||
2010-04-06 | Updated binutils Vietnamese translation. | Nick Clifton | 1 | -0/+1878 | |
New gold Vietnamese translation. New gas Russian translation. | |||||
2010-03-03 | * po/fi.po: New Finnish translation. | Nick Clifton | 1 | -0/+1891 | |
2009-11-03 | PR 10895 | Ian Lance Taylor | 1 | -3/+5 | |
* po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and --msgid-bugs-address. (install-pdf): New target. (install-data_yes): Look up one directory to find mkinstalldirs. | |||||
2009-11-03 | 2009-11-03 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -1/+1 | |
* po/Make-in (.po.gmo): Don't generate .gmo files in source tree. | |||||
2009-09-18 | Updated Spanish and Vietnamese translations | Nick Clifton | 1 | -13/+13 | |
2009-05-26 | Update Indonesian translations. | Nick Clifton | 2 | -282/+2538 | |
Update translation templates. | |||||
2009-03-10 | Add Spanish translation to gold. | Nick Clifton | 1 | -0/+1867 | |
Update Indonesian translation for opcodes. | |||||
2008-08-04 | Set LC_ALL=C rather than unsetting LC_COLLATE for sort. | Alan Modra | 1 | -0/+11 | |
2008-04-15 | toplevel/ | David S. Miller | 2 | -288/+370 | |
* 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 | 2 | -351/+542 | |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 2 | -173/+179 | |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 2 | -148/+254 | |
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 | 2 | -95/+131 | |
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 | 2 | -110/+138 | |
2007-11-22 | Add threading support. | Ian Lance Taylor | 2 | -180/+254 | |
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 | 2 | -171/+289 | |
with file name and line number. | |||||
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 2 | -231/+283 | |
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 | 2 | -29/+30 | |
2007-10-07 | Add --version option. | Ian Lance Taylor | 2 | -76/+116 | |
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 | 2 | -43/+46 | |
2007-09-26 | Add basic exception frame header, plus test. | Ian Lance Taylor | 2 | -87/+99 | |
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 | 2 | -78/+145 | |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 2 | -36/+49 | |
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 | 2 | -38/+40 | |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 2 | -69/+208 | |
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. |