| Commit message (Expand) | Author | Age | Files | Lines |
* | elfcpp/: | Ian Lance Taylor | 2008-05-28 | 1 | -0/+6 |
* | * mapfile.cc: New file. | Ian Lance Taylor | 2008-05-21 | 1 | -2/+9 |
* | * options.h (class General_options): Add -z relro. | Ian Lance Taylor | 2008-05-20 | 1 | -1/+3 |
* | * object.cc (Sized_relobj::include_section_group): Adjust section | Ian Lance Taylor | 2008-05-05 | 1 | -1/+2 |
* | * layout.cc (Layout::include_section): Refactored check for debug | Cary Coutant | 2008-05-01 | 1 | -2/+32 |
* | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 2008-04-19 | 1 | -5/+29 |
* | * layout.cc (Layout::Layout): Initialize sections_are_attached_. | Ian Lance Taylor | 2008-04-15 | 1 | -8/+10 |
* | * layout.h (class Layout): Add added_eh_frame_data_ field. | Ian Lance Taylor | 2008-04-09 | 1 | -0/+2 |
* | * options.h (class General_options): Define build_id option. | Ian Lance Taylor | 2008-03-25 | 1 | -0/+15 |
* | Combine read-only .eh_frame sections with read-write .eh_frame | Ian Lance Taylor | 2008-03-12 | 1 | -0/+4 |
* | If we a section with no flags followed by a section with the same name | Ian Lance Taylor | 2008-03-11 | 1 | -0/+8 |
* | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 2008-02-29 | 1 | -2/+1 |
* | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 2008-02-28 | 1 | -0/+9 |
* | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 2008-02-28 | 1 | -2/+4 |
* | Support --oformat binary. | Ian Lance Taylor | 2008-02-07 | 1 | -2/+9 |
* | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 2008-02-06 | 1 | -0/+25 |
* | Initial -r support. | Ian Lance Taylor | 2008-02-06 | 1 | -0/+28 |
* | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 2008-02-04 | 1 | -0/+4 |
* | Fully implement the SECTIONS clause. | Ian Lance Taylor | 2008-02-04 | 1 | -6/+30 |
* | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 2008-01-26 | 1 | -6/+6 |
* | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 2008-01-09 | 1 | -10/+18 |
* | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 2008-01-06 | 1 | -0/+9 |
* | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 2008-01-02 | 1 | -2/+1 |
* | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 2007-12-14 | 1 | -28/+34 |
* | From Cary Coutant: Set DF_STATIC_TLS as appropriate. | Ian Lance Taylor | 2007-12-11 | 1 | -0/+12 |
* | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 2007-12-06 | 1 | -1/+11 |
* | Stringpool stats. Also make Symbol_table support functions inline. | Ian Lance Taylor | 2007-12-05 | 1 | -0/+4 |
* | Compress all debug sections. | Ian Lance Taylor | 2007-12-01 | 1 | -6/+0 |
* | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 2007-11-30 | 1 | -2/+18 |
* | Clean up setting address and section offset. | Ian Lance Taylor | 2007-11-29 | 1 | -5/+7 |
* | Add threading support. | Ian Lance Taylor | 2007-11-22 | 1 | -0/+16 |
* | From Cary Coutant: Count textrel with output sections rather than | Ian Lance Taylor | 2007-11-15 | 1 | -7/+0 |
* | From Cary Coutant: Improve i386 shared library TLS support. | Ian Lance Taylor | 2007-11-14 | 1 | -0/+7 |
* | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 2007-11-14 | 1 | -4/+5 |
* | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 2007-11-09 | 1 | -13/+117 |
* | From Craig Silverstein and Cary Coutant: fix assignment of section | Ian Lance Taylor | 2007-11-07 | 1 | -3/+8 |
* | From Cary Coutant: Set offsets of sections with data before finalizing | Ian Lance Taylor | 2007-10-27 | 1 | -1/+1 |
* | Add support for PT_GNU_STACK. | Ian Lance Taylor | 2007-10-23 | 1 | -1/+21 |
* | Fix versions of copied symbols. | Ian Lance Taylor | 2007-10-22 | 1 | -0/+2 |
* | Add --stats option to print runtime and memory usage statistics. | Ian Lance Taylor | 2007-10-12 | 1 | -0/+7 |
* | Create a note section with the version of gold. | Ian Lance Taylor | 2007-10-09 | 1 | -0/+4 |
* | Put size and endianness in parameters. | Ian Lance Taylor | 2007-09-26 | 1 | -10/+6 |
* | Add basic exception frame header, plus test. | Ian Lance Taylor | 2007-09-26 | 1 | -0/+9 |
* | Add licensing text to every source file. | Ian Lance Taylor | 2007-09-22 | 1 | -0/+20 |
* | Define __start and __stop symbols. | Ian Lance Taylor | 2007-09-22 | 1 | -0/+4 |
* | gcc 3.2.2 and 4.1.0 portability hacks. | Ian Lance Taylor | 2006-12-06 | 1 | -1/+2 |
* | Generate version information. | Ian Lance Taylor | 2006-12-06 | 1 | -2/+20 |
* | Can now dynamically link hello, world. | Ian Lance Taylor | 2006-12-01 | 1 | -10/+40 |
* | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 2006-11-29 | 1 | -13/+31 |
* | More dynamic object support, initial scripting support. | Ian Lance Taylor | 2006-11-14 | 1 | -9/+21 |