Age | Commit message (Expand) | Author | Files | Lines |
2012-05-02 | * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. | Roland McGrath | 1 | -311/+313 |
2012-03-21 | 2012-03-21 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -47/+111 |
2012-03-01 | * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS. | Cary Coutant | 1 | -0/+4 |
2012-02-29 | * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info): | Cary Coutant | 1 | -5/+125 |
2011-12-19 | * object.h (Relobj::local_symbol_value): New function. | Ian Lance Taylor | 1 | -1/+2 |
2011-09-18 | * incremental.cc (can_incremental_update): New function. | Cary Coutant | 1 | -3/+1 |
2011-09-13 | * object.cc (Sized_relobj_file::do_layout): Remove unused local | Ian Lance Taylor | 1 | -3/+0 |
2011-09-12 | * object.cc (Sized_relobj_file::do_layout): Remove assertion which | Ian Lance Taylor | 1 | -2/+0 |
2011-08-01 | * layout.cc (Layout::set_segment_offsets): Don't realign text | Cary Coutant | 1 | -0/+1 |
2011-07-05 | * object.cc (Sized_relobj_file::include_section_group): Add | Ian Lance Taylor | 1 | -4/+5 |
2011-06-30 | PR gold/12629 | Ian Lance Taylor | 1 | -37/+90 |
2011-06-29 | PR gold/12675 | Ian Lance Taylor | 1 | -1/+3 |
2011-06-17 | * object.cc (Sized_relobj_file::do_layout): Keep warning sections | Ian Lance Taylor | 1 | -3/+2 |
2011-06-09 | PR gold/12804 | Cary Coutant | 1 | -2/+7 |
2011-05-26 | * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups. | Cary Coutant | 1 | -0/+7 |
2011-05-24 | * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc | Cary Coutant | 1 | -91/+96 |
2011-05-11 | * object.cc (Sized_relobj::do_count_local_symbols): Check for | Cary Coutant | 1 | -1/+3 |
2011-04-18 | * object.cc (Relocate_info::location): Simplify location string. | Ian Lance Taylor | 1 | -29/+26 |
2011-04-12 | * archive.cc (Archive::include_member): Adjust call to | Cary Coutant | 1 | -13/+40 |
2011-03-30 | * archive.cc (Library_base::should_include_member): Move | Cary Coutant | 1 | -0/+25 |
2011-03-10 | * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines, | Ian Lance Taylor | 1 | -1/+1 |
2010-12-14 | Fix typos in gold. | Ralf Wildenhues | 1 | -3/+3 |
2010-12-09 | * layout.cc (Layout::layout_gnu_stack): Add warnings for executable | Cary Coutant | 1 | -1/+1 |
2010-09-09 | Support building gold with gcc 4.2/4.3. | H.J. Lu | 1 | -1/+1 |
2010-09-08 | 2010-09-08 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -127/+189 |
2010-08-25 | * archive.cc: Formatting fixes: Remove whitespace between | Nick Clifton | 1 | -4/+4 |
2010-08-19 | PR 10893 | Ian Lance Taylor | 1 | -1/+38 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -0/+32 |
2010-08-02 | PR 11855 | Ian Lance Taylor | 1 | -1/+4 |
2010-07-12 | * compressed_output.cc (zlib_decompress): New function. | Cary Coutant | 1 | -1/+53 |
2010-06-10 | * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections. | Cary Coutant | 1 | -0/+41 |
2010-05-26 | 2010-05-27 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -3/+13 |
2010-05-26 | 2010-05-26 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -0/+5 |
2010-04-07 | * archive.cc (include_member): Destroy Read_symbols_data object before | Cary Coutant | 1 | -0/+22 |
2010-03-22 | 2010-03-22 Rafael Espindola <espindola@google.com> | Rafael Ávila de Espíndola | 1 | -0/+49 |
2010-03-03 | * target-reloc.h (relocate_section): Check the symbol table index | Ian Lance Taylor | 1 | -6/+7 |
2010-02-11 | Fix comment. | Ian Lance Taylor | 1 | -3/+3 |
2010-01-15 | * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack | Sriraman Tallam | 1 | -1/+1 |
2010-01-08 | * object.cc (Sized_relobj::do_layout): Don't get confused if | Ian Lance Taylor | 1 | -2/+2 |
2010-01-07 | PR 11019 | Ian Lance Taylor | 1 | -0/+44 |
2010-01-07 | * gc.h (Garbage_collection::Cident_section_map): New typedef. | Sriraman Tallam | 1 | -0/+8 |
2010-01-05 | PR 10980 | Ian Lance Taylor | 1 | -4/+16 |
2010-01-05 | PR 10980 | Ian Lance Taylor | 1 | -3/+22 |
2009-12-30 | PR 10670 | Ian Lance Taylor | 1 | -9/+17 |
2009-12-29 | * object.cc (Relobj::is_section_name_included): Fix formatting. | Ian Lance Taylor | 1 | -2/+2 |
2009-12-17 | 2009-12-16 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+9 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -158/+158 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -158/+158 |
2009-12-06 | 2009-12-05 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -0/+6 |
2009-11-09 | 2009-11-10 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -2/+2 |