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