Age | Commit message (Expand) | Author | Files | Lines |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -11/+15 |
2008-05-09 | PR 6493 | Ian Lance Taylor | 1 | -3/+12 |
2008-05-07 | PR 6049 | Ian Lance Taylor | 1 | -0/+3 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -1/+2 |
2008-04-17 | * common.cc (Symbol_table::allocate_commons): Remove options | Ian Lance Taylor | 1 | -2/+2 |
2008-04-15 | * layout.cc (Layout::Layout): Initialize sections_are_attached_. | Ian Lance Taylor | 1 | -0/+3 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 1 | -1/+1 |
2008-02-28 | Support -d/--define-common. | Ian Lance Taylor | 1 | -3/+1 |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 1 | -0/+3 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -6/+9 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -1/+1 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -10/+1 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -1/+6 |
2008-02-07 | Even when stripping all symbols, we need to write out the dynamic | Ian Lance Taylor | 1 | -10/+7 |
2008-02-06 | Support creating empty output when there are no input objects. | Ian Lance Taylor | 1 | -5/+15 |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 1 | -0/+3 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -8/+19 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -5/+4 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -4/+4 |
2008-01-23 | Parse a SECTIONS clause in a linker script. | Ian Lance Taylor | 1 | -0/+4 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -1/+4 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -31/+53 |
2007-12-06 | Don't write out the symbol table when stripping. | Ian Lance Taylor | 1 | -7/+10 |
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-28 | Don't try to delete the output file if we don't know its name yet. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -3/+6 |
2007-11-14 | From Craig Silverstein: Report output file name with ODR violation | Ian Lance Taylor | 1 | -1/+1 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -0/+4 |
2007-11-13 | From Craig Silverstein: First cut at detecting ODR violations. | Ian Lance Taylor | 1 | -0/+4 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -0/+24 |
2007-10-26 | Simplify some code to avoid extra tests of number of objects. | Ian Lance Taylor | 1 | -18/+6 |
2007-10-26 | Exit if we couldn't open any input files. | Ian Lance Taylor | 1 | -0/+7 |
2007-10-17 | Add infrastructure for threading support. | Ian Lance Taylor | 1 | -0/+27 |
2007-10-16 | From Cary Coutant: preliminary shared library support. | Ian Lance Taylor | 1 | -1/+2 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -15/+6 |
2007-10-14 | From Craig Silverstein: add some internationalization calls. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-14 | From Craig Silverstein: error if we see a dynamic object when the | Ian Lance Taylor | 1 | -1/+9 |
2007-09-28 | Use parameters to track whether we are doing a static link. Fix up | Ian Lance Taylor | 1 | -0/+3 |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -3/+1 |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 |
2007-09-22 | Define __start and __stop symbols. | Ian Lance Taylor | 1 | -0/+4 |
2006-12-01 | Can now dynamically link hello, world. | Ian Lance Taylor | 1 | -2/+5 |
2006-11-30 | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 1 | -48/+1 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -3/+13 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -1/+1 |
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 1 | -4/+4 |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -11/+17 |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -12/+90 |