Age | Commit message (Expand) | Author | Files | Lines |
2011-04-12 | * archive.cc (Archive::include_member): Adjust call to | Cary Coutant | 1 | -2/+4 |
2011-03-30 | * archive.cc (Archive::include_member): Adjust call to report_object. | Cary Coutant | 1 | -17/+29 |
2011-01-25 | * script.cc (script_add_extern): Rewrite to use | Ian Lance Taylor | 1 | -6/+2 |
2010-11-03 | PR ld/12001 | Nick Clifton | 1 | -0/+14 |
2010-09-08 | 2010-09-08 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -2/+2 |
2010-09-08 | * README: Remove claim that MEMORY is not supported. | Nick Clifton | 1 | -0/+119 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -19/+19 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -6/+6 |
2010-08-02 | PR 11855 | Ian Lance Taylor | 1 | -2/+33 |
2010-06-09 | * yyscript.y (input_list_element): Allow strings prefixed with | Nick Clifton | 1 | -0/+18 |
2010-05-18 | 2010-05-18 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -1/+1 |
2010-04-23 | * expression.cc (Expression::Expression_eval_info): Add | Ian Lance Taylor | 1 | -2/+2 |
2010-04-09 | 2010-04-09 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -0/+4 |
2010-03-22 | 2010-03-22 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -1/+1 |
2010-01-12 | * script.cc (Version_script_info::build_expression_list_lookup): | Ian Lance Taylor | 1 | -3/+3 |
2010-01-12 | * script.cc (class Lazy_demangler): Recreate--revert part of patch | Ian Lance Taylor | 1 | -121/+329 |
2010-01-09 | * script.cc (Version_script_info::build_expression_list_lookup): | Ian Lance Taylor | 1 | -6/+17 |
2010-01-06 | PR 10980 | Ian Lance Taylor | 1 | -6/+84 |
2009-12-31 | PR 10979 | Ian Lance Taylor | 1 | -0/+9 |
2009-12-30 | PR 10861 | Ian Lance Taylor | 1 | -123/+220 |
2009-12-29 | * symtab.h (class Symbol_table): Add enum Defined. | Ian Lance Taylor | 1 | -12/+29 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -29/+29 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -29/+29 |
2009-10-16 | 2009-10-16 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -0/+8 |
2009-10-16 | * script.cc (Script_options::add_symbol_assignment): Always add a | Ian Lance Taylor | 1 | -5/+6 |
2009-10-10 | 2009-10-10 Chris Demetriou <cgd@google.com> | Chris Demetriou | 1 | -3/+7 |
2009-10-10 | * descriptor.cc: Include <cstdio> and "binary-io.h". | Ian Lance Taylor | 1 | -1/+1 |
2009-07-06 | * fileread.cc (File_read::get_mtime): New method. | Ian Lance Taylor | 1 | -1/+4 |
2009-06-23 | PR 10030 | Ian Lance Taylor | 1 | -1/+13 |
2009-05-15 | * gold.h (Incremental_argument_list): Remove (invalid) forward | Ian Lance Taylor | 1 | -0/+8 |
2009-03-24 | * yyscript.y (file_cmd): Recognize EXTERN. | Ian Lance Taylor | 1 | -0/+13 |
2009-03-14 | * readsyms.cc (Read_symbols::incompatible_warning): New function. | Ian Lance Taylor | 1 | -9/+89 |
2009-03-13 | * fileread.cc (Input_file::open): Remove options parameter. | Ian Lance Taylor | 1 | -4/+3 |
2009-02-01 | * script.cc (Lazy_demangler): New class. | Ian Lance Taylor | 1 | -12/+53 |
2008-11-06 | * options.cc (General_options::parse_dynamic_list): New function. | Craig Silverstein | 1 | -12/+47 |
2008-08-13 | * layout.cc (Layout::attach_allocated_section_to_segment): Don't | Ian Lance Taylor | 1 | -0/+28 |
2008-07-29 | * script.cc (Script_options::finalize_symbols): Finalize SECTIONS | Ian Lance Taylor | 1 | -2/+6 |
2008-07-23 | PR 6647 | Ian Lance Taylor | 1 | -8/+19 |
2008-06-30 | 2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu> | Craig Silverstein | 1 | -2/+2 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -2/+2 |
2008-03-26 | PR gold/5986 | Ian Lance Taylor | 1 | -2/+3 |
2008-03-04 | From Craig Silverstein: rework option handling to make it easier to | Ian Lance Taylor | 1 | -1/+1 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 1 | -2/+2 |
2008-02-28 | Support -d/--define-common. | Ian Lance Taylor | 1 | -0/+9 |
2008-02-28 | Read input scripts which look like input objects with proper | Ian Lance Taylor | 1 | -60/+12 |
2008-02-28 | Don't check assertions until symbols are finalized. Create an output | Ian Lance Taylor | 1 | -4/+14 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -5/+5 |
2008-02-27 | Fix handling of ENTRY in linker script. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 1 | -4/+9 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -4/+4 |