Age | Commit message (Expand) | Author | Files | Lines |
2009-05-22 | * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the | Sriraman Tallam | 1 | -2/+2 |
2009-03-24 | * object.cc (is_elf_object): Define. | Ian Lance Taylor | 1 | -0/+27 |
2009-03-14 | * readsyms.cc (Read_symbols::incompatible_warning): New function. | Ian Lance Taylor | 1 | -13/+29 |
2009-03-01 | * layout.cc (Layout::find_or_add_kept_section): New function. | Ian Lance Taylor | 1 | -34/+33 |
2009-02-28 | PR 6992 | Ian Lance Taylor | 1 | -1/+2 |
2009-02-28 | PR 6811 | Ian Lance Taylor | 1 | -24/+0 |
2009-02-28 | PR 7091 | Ian Lance Taylor | 1 | -10/+21 |
2009-02-13 | (From Rafael Espindola) | Cary Coutant | 1 | -1/+2 |
2009-02-07 | * object.cc (Sized_relobj::do_layout): Make info message start | Ian Lance Taylor | 1 | -1/+1 |
2009-01-28 | * gold.h: Include <cstring> and <stdint.h>. | Ian Lance Taylor | 1 | -1/+1 |
2009-01-28 | 2009-01-20 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -70/+288 |
2009-01-15 | * object.cc (Sized_relobj::write_local_symbols): Don't write out | Ian Lance Taylor | 1 | -6/+9 |
2008-12-23 | * object.cc (Sized_relobj::layout_section): New function. | Cary Coutant | 1 | -14/+81 |
2008-09-29 | * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL. | Cary Coutant | 1 | -7/+7 |
2008-07-22 | * cref.cc: New file. | Ian Lance Taylor | 1 | -1/+66 |
2008-07-10 | Handle output sections with more than 0x7fffffff bytes. | Ian Lance Taylor | 1 | -43/+53 |
2008-06-25 | 2008-06-25 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -0/+6 |
2008-05-05 | * object.cc (Sized_relobj::include_section_group): Adjust section | Ian Lance Taylor | 1 | -5/+15 |
2008-05-01 | * layout.cc (Layout::include_section): Refactored check for debug | Cary Coutant | 1 | -25/+159 |
2008-04-23 | * object.cc (Sized_relobj::include_section_group): Check for | Ian Lance Taylor | 1 | -0/+7 |
2008-04-23 | * object.cc (make_elf_object): Correct test for 64-bit ELF file | Ian Lance Taylor | 1 | -1/+1 |
2008-04-19 | * object.cc (Sized_relobj::do_add_symbols): Always pass | Ian Lance Taylor | 1 | -4/+1 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -37/+199 |
2008-04-17 | * errors.cc (Errors::info): New function. | Cary Coutant | 1 | -0/+4 |
2008-04-09 | * layout.h (class Layout): Add added_eh_frame_data_ field. | Ian Lance Taylor | 1 | -2/+1 |
2008-04-02 | * fileread.cc (File_read::find_view): Add byteshift and vshifted | Ian Lance Taylor | 1 | -9/+13 |
2008-03-26 | PR gold/5986 | Ian Lance Taylor | 1 | -2/+29 |
2008-03-24 | * options.cc: Include "demangle.h". | Ian Lance Taylor | 1 | -1/+1 |
2008-03-16 | Fix handling of RELA relative relocs against local symbols in merge | Ian Lance Taylor | 1 | -11/+0 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-03-12 | Combine read-only .eh_frame sections with read-write .eh_frame | Ian Lance Taylor | 1 | -3/+6 |
2008-02-28 | Support -d/--define-common. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -11/+13 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -3/+4 |
2008-02-12 | Support dynamic relocations against local section symbols. | Ian Lance Taylor | 1 | -0/+2 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -0/+11 |
2008-02-06 | Support creating empty output when there are no input objects. | Ian Lance Taylor | 1 | -6/+5 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -9/+73 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -8/+19 |
2007-12-21 | Correct handling of non-section symbol in merged section. Avoid some | Ian Lance Taylor | 1 | -3/+4 |
2007-12-21 | Speed up relocations against local symbols in merged sections. | Ian Lance Taylor | 1 | -37/+19 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -21/+25 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -6/+7 |
2007-12-06 | Initialize variable to avoid warning. | Ian Lance Taylor | 1 | -1/+1 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -63/+186 |
2007-12-01 | Compress all debug sections. | Ian Lance Taylor | 1 | -2/+1 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -6/+15 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -1/+27 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -0/+26 |
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 1 | -1/+1 |