Age | Commit message (Expand) | Author | Files | Lines |
2008-02-07 | Support --oformat binary. | Ian Lance Taylor | 1 | -0/+13 |
2008-02-06 | Fix group signature handling for relocatable link, add bootstrap | Ian Lance Taylor | 1 | -18/+47 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -3/+66 |
2008-02-04 | Implement PHDRS. | Ian Lance Taylor | 1 | -0/+19 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -41/+202 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 1 | -11/+1 |
2008-01-06 | Add support for -e and for ENTRY in linker scripts. | Ian Lance Taylor | 1 | -1/+8 |
2007-12-21 | Correct handling of non-section symbol in merged section. Avoid some | Ian Lance Taylor | 1 | -1/+2 |
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 1 | -15/+39 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -8/+8 |
2007-12-20 | Update comments about output offsets and merged input sections. | Ian Lance Taylor | 1 | -2/+4 |
2007-12-20 | Make functions on hot path inline. Remove a mistaken virtual | Ian Lance Taylor | 1 | -1/+1 |
2007-12-18 | Print statistics about merge sections with --stats. | Ian Lance Taylor | 1 | -0/+24 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -7/+11 |
2007-12-07 | From Cary Coutant: Fix handling of RELATIVE RELA relocs. | Ian Lance Taylor | 1 | -27/+108 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -55/+108 |
2007-12-04 | From Craig Silverstein: Support irregular output files. | Ian Lance Taylor | 1 | -2/+10 |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -49/+93 |
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -3/+42 |
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -98/+241 |
2007-11-15 | From Cary Coutant: Count textrel with output sections rather than | Ian Lance Taylor | 1 | -23/+52 |
2007-11-14 | From Cary Coutant: Improve i386 shared library TLS support. | Ian Lance Taylor | 1 | -0/+13 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -32/+87 |
2007-11-07 | Check that we don't set the output section index twice. | Ian Lance Taylor | 1 | -2/+8 |
2007-10-18 | Correctly handle alignment in merge sections. | Ian Lance Taylor | 1 | -2/+4 |
2007-10-12 | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-08 | Add support for local GOT offsets. | Ian Lance Taylor | 1 | -11/+8 |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -22/+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 | -8/+3 |
2007-09-21 | Use nops when doing alignment padding between code sections. | Ian Lance Taylor | 1 | -1/+43 |
2007-08-21 | Force PT_LOAD segments to be aligned to the page size. | Ian Lance Taylor | 1 | -2/+13 |
2007-08-21 | Add support for -rpath. | Ian Lance Taylor | 1 | -0/+4 |
2007-05-16 | Add support for SHF_MERGE sections. | Ian Lance Taylor | 1 | -23/+162 |
2006-12-06 | Generate version information. | Ian Lance Taylor | 1 | -4/+4 |
2006-12-01 | Can now dynamically link hello, world. | Ian Lance Taylor | 1 | -34/+115 |
2006-12-01 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 1 | -1/+1 |
2006-11-30 | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 1 | -22/+155 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -111/+284 |
2006-11-16 | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 1 | -14/+353 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -48/+52 |
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 1 | -3/+3 |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -35/+380 |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -0/+5 |
2006-09-29 | Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat. | Ian Lance Taylor | 1 | -2/+3 |
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -15/+123 |
2006-09-27 | Finished layout code. | Ian Lance Taylor | 1 | -44/+208 |
2006-09-26 | More section layout code. | Ian Lance Taylor | 1 | -16/+111 |
2006-09-21 | New drop, with first cut of section layout code. | Ian Lance Taylor | 1 | -0/+214 |