Age | Commit message (Expand) | Author | Files | Lines |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -3/+4 |
2008-02-12 | Support dynamic relocations against local section symbols. | Ian Lance Taylor | 1 | -0/+2 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -0/+11 |
2008-02-06 | Support creating empty output when there are no input objects. | Ian Lance Taylor | 1 | -6/+5 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -9/+73 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -8/+19 |
2007-12-21 | Correct handling of non-section symbol in merged section. Avoid some | Ian Lance Taylor | 1 | -3/+4 |
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 1 | -37/+19 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -21/+25 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -6/+7 |
2007-12-06 | Initialize variable to avoid warning. | Ian Lance Taylor | 1 | -1/+1 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -63/+186 |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -2/+1 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -6/+15 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -1/+27 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -0/+26 |
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 1 | -1/+1 |
2007-11-12 | From Craig Silverstein: rework DWARF reader code a bit. | Ian Lance Taylor | 1 | -51/+3 |
2007-11-09 | From Craig Silverstein: Initialize got_relocs. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-09 | From Craig Silverstein: Use relocations in reporting error message | Ian Lance Taylor | 1 | -12/+50 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -15/+195 |
2007-11-07 | From Craig Silverstein: Templatize the Dwarf reader. | Ian Lance Taylor | 1 | -2/+3 |
2007-11-07 | From Craig Silverstein: Don't crash if we see a file we don't recognize. | Ian Lance Taylor | 1 | -9/+9 |
2007-11-02 | From Craig Silverstein: Add first version of generating error messages | Ian Lance Taylor | 1 | -11/+41 |
2007-11-02 | Reworked from Andrew Chatham: report error locations. | Ian Lance Taylor | 1 | -11/+73 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -0/+17 |
2007-10-14 | Adjust linkonce symbol name algorithm to work for | Ian Lance Taylor | 1 | -1/+14 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -118/+86 |
2007-10-14 | From Craig Silverstein: add some internationalization calls. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-12 | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-10 | Implement -s and -S options which strip symbols. | Ian Lance Taylor | 1 | -0/+3 |
2007-10-08 | Add support for local GOT offsets. | Ian Lance Taylor | 1 | -1/+13 |
2007-10-06 | Correct handling of addends in merged sections. | Ian Lance Taylor | 1 | -3/+23 |
2007-10-02 | From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2. | Ian Lance Taylor | 1 | -1/+1 |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -0/+3 |
2007-09-25 | Add cache parameter to get_view. Discard uncached views on unlock. | Ian Lance Taylor | 1 | -13/+16 |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 |
2007-09-21 | Add global parameters. | Ian Lance Taylor | 1 | -3/+2 |
2007-09-20 | From Cary Coutant: only check for a linkonce section if the SHF_GROUP | Ian Lance Taylor | 1 | -1/+2 |
2007-09-04 | Add support for --enable-target to control which template | Ian Lance Taylor | 1 | -1/+45 |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 1 | -21/+40 |
2006-12-06 | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 1 | -5/+21 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -16/+15 |
2006-11-16 | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 1 | -35/+53 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -75/+121 |
2006-11-07 | Add Elf_file interface which can be used by both Sized_relobj and | Ian Lance Taylor | 1 | -148/+79 |
2006-11-07 | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 1 | -1/+1 |
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 1 | -42/+79 |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -23/+31 |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -10/+76 |