| Commit message (Expand) | Author | Age | Files | Lines |
* | 2010-02-04 Doug Kwan <dougkwan@google.com> | Doug Kwan | 2010-02-05 | 1 | -6/+5 |
* | * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR | Ian Lance Taylor | 2010-01-11 | 1 | -32/+32 |
* | * resolve.cc (Symbol_table::resolve): Add symbols to the list of | Ian Lance Taylor | 2010-01-11 | 1 | -5/+7 |
* | PR 11108 | Ian Lance Taylor | 2010-01-09 | 1 | -2/+1 |
* | * options.h (class General_options): Use DEFINE_bool_alias for | Ian Lance Taylor | 2010-01-05 | 1 | -3/+2 |
* | PR 10980 | Ian Lance Taylor | 2010-01-05 | 1 | -3/+5 |
* | * symtab.h (class Symbol_table): Add enum Defined. | Ian Lance Taylor | 2009-12-29 | 1 | -18/+38 |
* | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 2009-12-14 | 1 | -19/+19 |
* | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 2009-12-11 | 1 | -19/+19 |
* | 2009-12-04 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2009-12-05 | 1 | -0/+2 |
* | PR 10860 | Ian Lance Taylor | 2009-11-04 | 1 | -15/+78 |
* | * object.h (class Object): Remove target_ field, and target, | Ian Lance Taylor | 2009-09-30 | 1 | -2/+2 |
* | * resolve.cc (Symbol_table::resolve): Don't complain about defined | Cary Coutant | 2009-08-19 | 1 | -2/+3 |
* | PR 10471 | Cary Coutant | 2009-08-12 | 1 | -0/+14 |
* | * layout.cc (Layout::make_output_section): Call | Ian Lance Taylor | 2009-06-22 | 1 | -0/+2 |
* | PR 9836 | Ian Lance Taylor | 2009-02-27 | 1 | -4/+32 |
* | Add plugin functionality for link-time optimization (LTO). | Cary Coutant | 2008-09-19 | 1 | -0/+19 |
* | * symtab.cc (Symbol_table::resolve): Remove version parameter. | Ian Lance Taylor | 2008-07-23 | 1 | -1/+1 |
* | * symtab.c (Symbol::init_base_output_data): Add version | Ian Lance Taylor | 2008-05-08 | 1 | -11/+32 |
* | PR 6049 | Ian Lance Taylor | 2008-05-07 | 1 | -2/+6 |
* | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 2008-04-19 | 1 | -35/+56 |
* | * i386.cc (Target_i386::Got_type): New enum declaration. | Cary Coutant | 2008-03-25 | 1 | -1/+0 |
* | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 2008-02-29 | 1 | -13/+5 |
* | Don't warn about redefinitions from a --just-symbols object. | Ian Lance Taylor | 2008-02-28 | 1 | -0/+8 |
* | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 2008-02-28 | 1 | -1/+1 |
* | Originally from Craig Silverstein, with changes: support using a | Ian Lance Taylor | 2008-01-24 | 1 | -0/+3 |
* | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 2008-01-09 | 1 | -6/+10 |
* | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 2007-11-15 | 1 | -5/+5 |
* | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 2007-11-14 | 1 | -1/+2 |
* | From Craig Silverstein: First cut at detecting ODR violations. | Ian Lance Taylor | 2007-11-13 | 1 | -94/+105 |
* | Fix versions of copied symbols. | Ian Lance Taylor | 2007-10-22 | 1 | -0/+16 |
* | Keep track of weak aliases, so that overriding environ works. | Ian Lance Taylor | 2007-10-14 | 1 | -3/+62 |
* | Better multiple definition errors. | Ian Lance Taylor | 2007-10-14 | 1 | -5/+13 |
* | Remove extraneous newline. | Ian Lance Taylor | 2007-10-14 | 1 | -1/+1 |
* | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 2007-10-14 | 1 | -12/+11 |
* | From Craig Silverstein: add some internationalization calls. | Ian Lance Taylor | 2007-10-14 | 1 | -1/+1 |
* | Add licensing text to every source file. | Ian Lance Taylor | 2007-09-22 | 1 | -0/+20 |
* | Let special symbols override existing symbols rather than | Ian Lance Taylor | 2007-09-19 | 1 | -136/+241 |
* | Add support for --enable-target to control which template | Ian Lance Taylor | 2007-09-04 | 1 | -8/+16 |
* | Any symbol which is in both a regular object and a dynamic object | Ian Lance Taylor | 2007-08-29 | 1 | -9/+0 |
* | Set in_dyn_ and in_reg_ when overriding a symbol. | Ian Lance Taylor | 2007-08-28 | 1 | -0/+4 |
* | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 2006-12-06 | 1 | -1/+6 |
* | Generate version information. | Ian Lance Taylor | 2006-12-06 | 1 | -28/+37 |
* | Can now dynamically link hello, world. | Ian Lance Taylor | 2006-12-01 | 1 | -2/+2 |
* | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 2006-11-29 | 1 | -4/+4 |
* | Snapshot. Includes first cut at output relocation sections. | Ian Lance Taylor | 2006-11-16 | 1 | -1/+11 |
* | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 2006-11-03 | 1 | -2/+3 |
* | Can now do a full static link of hello, world in C or C++ | Ian Lance Taylor | 2006-11-03 | 1 | -6/+65 |
* | Lay out object file sections when we add the symbols to the symbol | Ian Lance Taylor | 2006-10-06 | 1 | -3/+4 |
* | Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat. | Ian Lance Taylor | 2006-09-29 | 1 | -8/+2 |