Age | Commit message (Expand) | Author | Files | Lines |
2008-05-01 | * layout.cc (Layout::include_section): Refactored check for debug | Cary Coutant | 1 | -3/+78 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -18/+131 |
2008-04-02 | * fileread.cc (File_read::find_view): Add byteshift and vshifted | Ian Lance Taylor | 1 | -8/+9 |
2008-03-25 | * i386.cc (Target_i386::Got_type): New enum declaration. | Cary Coutant | 1 | -67/+96 |
2008-03-16 | Fix handling of RELA relative relocs against local symbols in merge | Ian Lance Taylor | 1 | -4/+1 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -7/+3 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -0/+38 |
2008-02-12 | Support dynamic relocations against local section symbols. | Ian Lance Taylor | 1 | -2/+7 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -0/+19 |
2008-02-06 | Support creating empty output when there are no input objects. | Ian Lance Taylor | 1 | -9/+1 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -4/+42 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -2/+29 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -24/+43 |
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 1 | -38/+142 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -20/+20 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -7/+18 |
2007-12-14 | Add const to Object::read and Object::sized_target. | Ian Lance Taylor | 1 | -11/+15 |
2007-12-14 | From Craig Silverstein: size hash tables to avoid resizing. | Ian Lance Taylor | 1 | -5/+15 |
2007-12-07 | From Cary Coutant: Remove commented out assert. Also add comment for | Ian Lance Taylor | 1 | -4/+3 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -17/+143 |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -0/+1 |
2007-11-27 | Rework merge_map for speed. | Ian Lance Taylor | 1 | -1/+21 |
2007-11-14 | From Cary Coutant: Improve i386 shared library TLS support. | Ian Lance Taylor | 1 | -2/+80 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -1/+9 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -0/+5 |
2007-11-09 | From Craig Silverstein: Use relocations in reporting error message | Ian Lance Taylor | 1 | -0/+14 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -11/+109 |
2007-11-02 | Reworked from Andrew Chatham: report error locations. | Ian Lance Taylor | 1 | -0/+30 |
2007-10-17 | Add infrastructure for threading support. | Ian Lance Taylor | 1 | -0/+5 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -1/+1 |
2007-10-10 | From Craig Silverstein: don't get confused if the same file name | Ian Lance Taylor | 1 | -5/+5 |
2007-10-08 | Add support for local GOT offsets. | Ian Lance Taylor | 1 | -17/+53 |
2007-10-06 | Correct handling of addends in merged sections. | Ian Lance Taylor | 1 | -8/+18 |
2007-09-25 | Add cache parameter to get_view. Discard uncached views on unlock. | Ian Lance Taylor | 1 | -8/+11 |
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 | -7/+4 |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 1 | -15/+131 |
2006-12-06 | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 1 | -3/+9 |
2006-11-30 | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 1 | -28/+28 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -12/+25 |
2006-11-16 | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 1 | -11/+26 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -23/+53 |
2006-11-07 | Add Elf_file interface which can be used by both Sized_relobj and | Ian Lance Taylor | 1 | -22/+61 |
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 1 | -117/+159 |
2006-11-03 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 1 | -2/+3 |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -7/+23 |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -14/+119 |
2006-10-10 | Avoid multiple definition errors from linkonce sections. | Ian Lance Taylor | 1 | -10/+25 |
2006-10-06 | Lay out object file sections when we add the symbols to the symbol | Ian Lance Taylor | 1 | -17/+25 |