Age | Commit message (Expand) | Author | Files | Lines |
2010-03-24 | * fileread.cc (find_or_make_view): Fix comment. | Cary Coutant | 1 | -1/+1 |
2010-03-10 | * fileread.cc (File_read::~File_read): Don't delete whole_file_view_. | Cary Coutant | 1 | -29/+25 |
2010-02-24 | 2010-02-24 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+6 |
2010-02-12 | * gold-threads.h (class Once): Define. | Ian Lance Taylor | 1 | -5/+16 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -23/+23 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -23/+23 |
2009-11-06 | * configure.ac: Check for (struct stat)::st_mtim | Ian Lance Taylor | 1 | -2/+4 |
2009-10-28 | * fileread.cc: (File_read::View::~View): Use the new | Ian Lance Taylor | 1 | -13/+46 |
2009-10-10 | 2009-10-10 Chris Demetriou <cgd@google.com> | Chris Demetriou | 1 | -19/+29 |
2009-10-09 | * configure.ac: Check for readv function also. | Ian Lance Taylor | 1 | -0/+9 |
2009-09-30 | * object.h (class Object): Remove target_ field, and target, | Ian Lance Taylor | 1 | -8/+5 |
2009-07-06 | * fileread.cc (File_read::get_mtime): New method. | Ian Lance Taylor | 1 | -0/+17 |
2009-06-23 | 2009-06-23 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -0/+1 |
2009-03-14 | * readsyms.cc (Read_symbols::incompatible_warning): New function. | Ian Lance Taylor | 1 | -6/+21 |
2009-03-13 | * fileread.cc (Input_file::open): Remove options parameter. | Ian Lance Taylor | 1 | -6/+4 |
2009-02-28 | PR 6811 | Ian Lance Taylor | 1 | -0/+10 |
2009-01-15 | * archive.cc (Archive::get_elf_object_for_member): Remove call | Cary Coutant | 1 | -14/+1 |
2008-09-19 | Add plugin functionality for link-time optimization (LTO). | Cary Coutant | 1 | -0/+13 |
2008-09-16 | * fileread.cc (make_view): Add casts to avoid warning. | Ian Lance Taylor | 1 | -1/+3 |
2008-09-10 | 2008-09-05 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -0/+8 |
2008-08-21 | 2008-08-20 Craig Silverstein <csilvers@google.com> | Craig Silverstein | 1 | -2/+2 |
2008-07-25 | PR 5990 | Ian Lance Taylor | 1 | -12/+41 |
2008-06-25 | 2008-06-25 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -0/+2 |
2008-04-02 | * fileread.cc (File_read::find_view): Add byteshift and vshifted | Ian Lance Taylor | 1 | -58/+151 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-03-13 | From Craig Silverstein: Implement --debug=files to track file opens, | Ian Lance Taylor | 1 | -0/+3 |
2008-03-04 | From Craig Silverstein: rename some option functions in preparation | Ian Lance Taylor | 1 | -2/+2 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -5/+5 |
2008-02-26 | From Craig Silverstein: rename option functions for future option | Ian Lance Taylor | 1 | -2/+2 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -19/+12 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 1 | -2/+49 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -2/+13 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 1 | -0/+14 |
2008-01-02 | Add cast to avoid signed/unsigned warning. | Ian Lance Taylor | 1 | -2/+5 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -25/+187 |
2007-12-21 | Correct handling of non-section symbol in merged section. Avoid some | Ian Lance Taylor | 1 | -1/+1 |
2007-12-20 | Fix buglet in last patch. | Ian Lance Taylor | 1 | -7/+7 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -10/+10 |
2007-12-19 | Avoid some warnings which showed up in 64-bit mode. | Ian Lance Taylor | 1 | -1/+1 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -4/+4 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -34/+53 |
2007-12-14 | Add const to Object::read and Object::sized_target. | Ian Lance Taylor | 1 | -3/+1 |
2007-12-14 | Make some File_read methods const. | Ian Lance Taylor | 1 | -6/+4 |
2007-12-10 | Keep views on views_ list so that they can be found again. | Ian Lance Taylor | 1 | -13/+19 |
2007-10-22 | Implement -Bstatic/-Bdynamic. | Ian Lance Taylor | 1 | -1/+2 |
2007-10-14 | Remove extraneous newlines. | Ian Lance Taylor | 1 | -3/+3 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -37/+30 |
2007-10-12 | Add --stats option to print runtime and memory usage statistics. | Ian Lance Taylor | 1 | -1/+29 |
2007-10-09 | Fix soname for library found in search path. | Ian Lance Taylor | 1 | -3/+9 |
2007-10-04 | Full support for --sysroot. | Ian Lance Taylor | 1 | -3/+4 |