Age | Commit message (Expand) | Author | Files | Lines |
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 1 | -50/+2 |
2007-11-13 | From Craig Silverstein: First cut at detecting ODR violations. | Ian Lance Taylor | 1 | -10/+109 |
2007-11-09 | From Cary Coutant: More shared library support, some refactorization. | Ian Lance Taylor | 1 | -0/+1 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -6/+6 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -3/+2 |
2007-10-22 | Fix versions of copied symbols. | Ian Lance Taylor | 1 | -2/+82 |
2007-10-16 | From Cary Coutant: preliminary shared library support. | Ian Lance Taylor | 1 | -4/+22 |
2007-10-14 | Keep track of weak aliases, so that overriding environ works. | Ian Lance Taylor | 1 | -60/+164 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -44/+76 |
2007-10-12 | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 1 | -10/+10 |
2007-10-10 | Implement -s and -S options which strip symbols. | Ian Lance Taylor | 1 | -4/+10 |
2007-09-28 | Use parameters to track whether we are doing a static link. Fix up | Ian Lance Taylor | 1 | -0/+33 |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -69/+131 |
2007-09-25 | Add cache parameter to get_view. Discard uncached views on unlock. | Ian Lance Taylor | 1 | -1/+2 |
2007-09-23 | Use special value when we refer a function symbol in some way other | Ian Lance Taylor | 1 | -10/+14 |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 |
2007-09-22 | It's OK to have a version if we have an existing symbol. | Ian Lance Taylor | 1 | -3/+3 |
2007-09-22 | Canonicalize name and version when working with special symbols. | Ian Lance Taylor | 1 | -13/+19 |
2007-09-19 | Let special symbols override existing symbols rather than | Ian Lance Taylor | 1 | -69/+107 |
2007-09-04 | Add support for --enable-target to control which template | Ian Lance Taylor | 1 | -22/+50 |
2007-09-04 | Ignore VER_NDX_LOCAL for an undefined symbol. | Ian Lance Taylor | 1 | -2/+11 |
2007-08-29 | Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL. | Ian Lance Taylor | 1 | -0/+4 |
2007-08-28 | Initialize plt_offset_ and has_plt_offset_ in a Symbol. | Ian Lance Taylor | 1 | -0/+2 |
2007-08-22 | Add support for -E/--export-dynamic. Also clean up --help output a bit. | Ian Lance Taylor | 1 | -1/+4 |
2006-12-06 | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 1 | -0/+13 |
2006-12-06 | Generate version information. | Ian Lance Taylor | 1 | -78/+108 |
2006-12-01 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 1 | -3/+8 |
2006-12-01 | Can now dynamically link hello, world. | Ian Lance Taylor | 1 | -41/+100 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -37/+127 |
2006-11-16 | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 1 | -26/+38 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -19/+194 |
2006-11-07 | Add Elf_file interface which can be used by both Sized_relobj and | Ian Lance Taylor | 1 | -4/+8 |
2006-11-07 | Rework stringpool and hash tables so that we always generate the same | Ian Lance Taylor | 1 | -19/+36 |
2006-11-06 | Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. | Ian Lance Taylor | 1 | -26/+104 |
2006-11-03 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 1 | -15/+29 |
2006-11-03 | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 1 | -53/+571 |
2006-10-10 | Avoid multiple definition errors from linkonce sections. | Ian Lance Taylor | 1 | -17/+32 |
2006-09-29 | Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat. | Ian Lance Taylor | 1 | -55/+11 |
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -3/+111 |
2006-09-27 | Finished layout code. | Ian Lance Taylor | 1 | -56/+47 |
2006-09-26 | g++ 3.2.2 portability fixes. | Ian Lance Taylor | 1 | -2/+52 |
2006-09-26 | More section layout code. | Ian Lance Taylor | 1 | -2/+67 |
2006-09-07 | More symbol resolution code. | Ian Lance Taylor | 1 | -21/+30 |
2006-08-18 | Another snapshot of the current state of the sources. Gets to the | Ian Lance Taylor | 1 | -0/+358 |