Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-25 | * options.h (class General_options): Define build_id option. | Ian Lance Taylor | 1 | -0/+15 | |
* layout.h (class Layout): Declare write_build_id, create_note, create_build_id. Add build_id_note_ member. * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>, "libiberty.h", "md5.h", "sha1.h". (Layout::Layout): Initialize eh_frame_data_, eh_frame_hdr_section_, and build_id_note_. (Layout::finalize): Call create_build_id. (Layout::create_note): New function, broken out of Layout::create_gold_note. (Layout::create_gold_note): Call create_note. (Layout::create_build_id): New function. (Layout::write_build_id): New function. (Close_task_runner::run): Call write_build_id. | |||||
2008-03-12 | Combine read-only .eh_frame sections with read-write .eh_frame | Ian Lance Taylor | 1 | -0/+4 | |
sections. | |||||
2008-03-11 | If we a section with no flags followed by a section with the same name | Ian Lance Taylor | 1 | -0/+8 | |
with flags, put them in the same output section. | |||||
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -2/+1 | |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 1 | -0/+9 | |
section if the script uses a data statement with no input sections. Don't create a loadable segment for the headers if there is no room. | |||||
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -2/+4 | |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -2/+9 | |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 1 | -0/+25 | |
relocatable test. | |||||
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -0/+28 | |
2008-02-04 | Implement SIZEOF_HEADERS, section constraints, other minor linker | Ian Lance Taylor | 1 | -0/+4 | |
script items. | |||||
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -6/+30 | |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -6/+6 | |
the parameters instead. | |||||
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -10/+18 | |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -0/+9 | |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -2/+1 | |
better handling of cached views. | |||||
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -28/+34 | |
reduces the amount of locking required to find a new thread to run. | |||||
2007-12-11 | From Cary Coutant: Set DF_STATIC_TLS as appropriate. | Ian Lance Taylor | 1 | -0/+12 | |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -1/+11 | |
2007-12-05 | Stringpool stats. Also make Symbol_table support functions inline. | Ian Lance Taylor | 1 | -0/+4 | |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -6/+0 | |
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -2/+18 | |
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -5/+7 | |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -0/+16 | |
2007-11-15 | From Cary Coutant: Count textrel with output sections rather than | Ian Lance Taylor | 1 | -7/+0 | |
setting a flag as we add each reloc in the target code. | |||||
2007-11-14 | From Cary Coutant: Improve i386 shared library TLS support. | Ian Lance Taylor | 1 | -0/+7 | |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -4/+5 | |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -13/+117 | |
exception frame information. | |||||
2007-11-07 | From Craig Silverstein and Cary Coutant: fix assignment of section | Ian Lance Taylor | 1 | -3/+8 | |
indexes to sections which are not associated with segments. | |||||
2007-10-27 | From Cary Coutant: Set offsets of sections with data before finalizing | Ian Lance Taylor | 1 | -1/+1 | |
local symbols. | |||||
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -1/+21 | |
2007-10-22 | Fix versions of copied symbols. | Ian Lance Taylor | 1 | -0/+2 | |
2007-10-12 | Add --stats option to print runtime and memory usage statistics. | Ian Lance Taylor | 1 | -0/+7 | |
2007-10-09 | Create a note section with the version of gold. | Ian Lance Taylor | 1 | -0/+4 | |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -10/+6 | |
2007-09-26 | Add basic exception frame header, plus test. | Ian Lance Taylor | 1 | -0/+9 | |
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-06 | gcc 3.2.2 and 4.1.0 portability hacks. | Ian Lance Taylor | 1 | -1/+2 | |
2006-12-06 | Generate version information. | Ian Lance Taylor | 1 | -2/+20 | |
2006-12-01 | Can now dynamically link hello, world. | Ian Lance Taylor | 1 | -10/+40 | |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -13/+31 | |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -9/+21 | |
2006-11-07 | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 1 | -3/+3 | |
output regardless of randomize_va_space. | |||||
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 1 | -1/+1 | |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -14/+52 | |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -37/+25 | |
relocations. | |||||
2006-10-06 | Lay out object file sections when we add the symbols to the symbol | Ian Lance Taylor | 1 | -5/+3 | |
table. | |||||
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -2/+102 | |
runs. | |||||
2006-09-27 | Finished layout code. | Ian Lance Taylor | 1 | -14/+32 | |
2006-09-26 | gcc 4.1.0 portability fixes. | Ian Lance Taylor | 1 | -2/+1 | |