Age | Commit message (Expand) | Author | Files | Lines |
2007-09-06 | Add -rpath-link option, currently unused. | Ian Lance Taylor | 2 | -1/+16 |
2007-09-04 | Add support for --enable-target to control which template | Ian Lance Taylor | 10 | -44/+457 |
2007-09-04 | Ignore VER_NDX_LOCAL for an undefined symbol. | Ian Lance Taylor | 1 | -2/+11 |
2007-08-29 | Any symbol which is in both a regular object and a dynamic object | Ian Lance Taylor | 2 | -10/+4 |
2007-08-29 | Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL. | Ian Lance Taylor | 2 | -0/+9 |
2007-08-28 | Set in_dyn_ and in_reg_ when overriding a symbol. | Ian Lance Taylor | 1 | -0/+4 |
2007-08-28 | Initialize plt_offset_ and has_plt_offset_ in a Symbol. | Ian Lance Taylor | 1 | -0/+2 |
2007-08-22 | Recognize and ignore the --eh-frame-hdr option. | Ian Lance Taylor | 2 | -0/+13 |
2007-08-22 | Add support for -E/--export-dynamic. Also clean up --help output a bit. | Ian Lance Taylor | 4 | -6/+33 |
2007-08-21 | Implement --whole-archive. | Ian Lance Taylor | 5 | -28/+146 |
2007-08-21 | Make relative references in linker scripts absolute and update a | chatham | 2 | -2/+15 |
2007-08-21 | Force PT_LOAD segments to be aligned to the page size. | Ian Lance Taylor | 2 | -2/+17 |
2007-08-21 | Add support for -rpath. | Ian Lance Taylor | 4 | -1/+47 |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 18 | -267/+1451 |
2006-12-06 | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 8 | -37/+96 |
2006-12-06 | gcc 3.2.2 and 4.1.0 portability hacks. | Ian Lance Taylor | 5 | -103/+135 |
2006-12-06 | Generate version information. | Ian Lance Taylor | 12 | -347/+1432 |
2006-12-01 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 2 | -4/+10 |
2006-12-01 | Can now dynamically link hello, world. | Ian Lance Taylor | 12 | -184/+541 |
2006-12-01 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 2 | -3/+5 |
2006-11-30 | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 27 | -240/+1988 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 30 | -614/+2221 |
2006-11-16 | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 16 | -177/+833 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 29 | -369/+3293 |
2006-11-07 | Add Elf_file interface which can be used by both Sized_relobj and | Ian Lance Taylor | 5 | -226/+185 |
2006-11-07 | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 8 | -78/+152 |
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 23 | -649/+807 |
2006-11-03 | Ignored the -m option, for old linker compatibility. | Ian Lance Taylor | 3 | -14/+24 |
2006-11-03 | Update for line number changes. | Ian Lance Taylor | 1 | -12/+12 |
2006-11-03 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 7 | -40/+60 |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 36 | -572/+3545 |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 23 | -312/+2346 |
2006-10-10 | Avoid multiple definition errors from linkonce sections. | Ian Lance Taylor | 5 | -33/+64 |
2006-10-06 | Lay out object file sections when we add the symbols to the symbol | Ian Lance Taylor | 11 | -183/+213 |
2006-09-29 | Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat. | Ian Lance Taylor | 7 | -102/+96 |
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 28 | -221/+2784 |
2006-09-27 | Finished layout code. | Ian Lance Taylor | 12 | -349/+1223 |
2006-09-26 | gcc 4.1.0 portability fixes. | Ian Lance Taylor | 2 | -3/+2 |
2006-09-26 | g++ 3.2.2 portability fixes. | Ian Lance Taylor | 7 | -17/+105 |
2006-09-26 | g++ 3.2.2 portability for grhat. | Ian Lance Taylor | 6 | -3/+66 |
2006-09-26 | More section layout code. | Ian Lance Taylor | 17 | -103/+1427 |
2006-09-21 | New drop, with first cut of section layout code. | Ian Lance Taylor | 19 | -164/+1472 |
2006-09-07 | More symbol resolution code. | Ian Lance Taylor | 4 | -62/+274 |
2006-08-18 | Another snapshot of the current state of the sources. Gets to the | Ian Lance Taylor | 19 | -108/+1625 |
2006-08-04 | Include <cassert> | Ian Lance Taylor | 2 | -0/+4 |
2006-08-04 | Initial CVS checkin of gold | Ian Lance Taylor | 29 | -0/+11294 |