Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 | |
2007-09-21 | Set Stringpool zero_null option via a call, not a default constructor | Ian Lance Taylor | 1 | -5/+9 | |
argument. | |||||
2007-09-19 | Note that a Stringpool keeps a copy of a string. | Ian Lance Taylor | 1 | -0/+3 | |
2007-09-19 | Better comments for Stringpool. | Ian Lance Taylor | 1 | -31/+71 | |
2007-09-18 | Compute string lengths before sorting. From Craig Silverstein. | Ian Lance Taylor | 1 | -4/+14 | |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 1 | -28/+43 | |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -1/+4 | |
2006-11-07 | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 1 | -15/+36 | |
output regardless of randomize_va_space. | |||||
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -10/+62 | |
runs. | |||||
2006-09-26 | g++ 3.2.2 portability fixes. | Ian Lance Taylor | 1 | -0/+6 | |
2006-08-18 | Another snapshot of the current state of the sources. Gets to the | Ian Lance Taylor | 1 | -0/+70 | |
point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure. |