Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Let special symbols override existing symbols rather than | Ian Lance Taylor | 2007-09-19 | 1 | -136/+241 | |
| | | | | reinitializing them. | |||||
* | Add support for --enable-target to control which template | Ian Lance Taylor | 2007-09-04 | 1 | -8/+16 | |
| | | | | specializations we generate. | |||||
* | Any symbol which is in both a regular object and a dynamic object | Ian Lance Taylor | 2007-08-29 | 1 | -9/+0 | |
| | | | | requires an entry in the dynamic symbol table. | |||||
* | Set in_dyn_ and in_reg_ when overriding a symbol. | Ian Lance Taylor | 2007-08-28 | 1 | -0/+4 | |
| | ||||||
* | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 2006-12-06 | 1 | -1/+6 | |
| | | | | dynamic object. | |||||
* | Generate version information. | Ian Lance Taylor | 2006-12-06 | 1 | -28/+37 | |
| | ||||||
* | Can now dynamically link hello, world. | Ian Lance Taylor | 2006-12-01 | 1 | -2/+2 | |
| | ||||||
* | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 2006-11-29 | 1 | -4/+4 | |
| | ||||||
* | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 2006-11-16 | 1 | -1/+11 | |
| | ||||||
* | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 2006-11-03 | 1 | -2/+3 | |
| | ||||||
* | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 2006-11-03 | 1 | -6/+65 | |
| | ||||||
* | Lay out object file sections when we add the symbols to the symbol | Ian Lance Taylor | 2006-10-06 | 1 | -3/+4 | |
| | | | | table. | |||||
* | Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat. | Ian Lance Taylor | 2006-09-29 | 1 | -8/+2 | |
| | ||||||
* | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 2006-09-29 | 1 | -4/+3 | |
| | | | | runs. | |||||
* | g++ 3.2.2 portability fixes. | Ian Lance Taylor | 2006-09-26 | 1 | -1/+10 | |
| | ||||||
* | More symbol resolution code. | Ian Lance Taylor | 2006-09-07 | 1 | -14/+138 | |
| | ||||||
* | Another snapshot of the current state of the sources. Gets to the | Ian Lance Taylor | 2006-08-18 | 1 | -0/+349 | |
point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure. |