Age | Commit message (Expand) | Author | Files | Lines |
2009-10-16 | 2009-10-16 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -16/+36 |
2009-10-06 | * options.h (class General_options): Define | Ian Lance Taylor | 1 | -1/+2 |
2009-09-30 | * object.h (class Object): Remove target_ field, and target, | Ian Lance Taylor | 1 | -2/+1 |
2009-08-18 | 2009-08-18 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -6/+2 |
2009-02-13 | (From Rafael Espindola) | Cary Coutant | 1 | -1/+2 |
2008-07-24 | * dynobj.cc (Versions::Versions): Update comment. | Ian Lance Taylor | 1 | -4/+1 |
2008-07-24 | * dynobj.cc (Versions::Versions): If there is an soname, use it as | Ian Lance Taylor | 1 | -2/+4 |
2008-07-22 | * cref.cc: New file. | Ian Lance Taylor | 1 | -2/+37 |
2008-07-18 | * dynobj.cc (Versions::add_def): If we give an error about a | Ian Lance Taylor | 1 | -5/+2 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -15/+49 |
2008-04-02 | * fileread.cc (File_read::find_view): Add byteshift and vshifted | Ian Lance Taylor | 1 | -5/+7 |
2008-03-07 | Increase maximum bucket size for dynamic hash tables. | Ian Lance Taylor | 1 | -2/+2 |
2008-03-07 | From Craig Silverstein: implement --hash-bucket-empty-fraction for real. | Ian Lance Taylor | 1 | -1/+3 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -39/+23 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -10/+10 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 1 | -4/+4 |
2008-02-13 | Assignments in linker scripts override definitions from object files. | Ian Lance Taylor | 1 | -1/+1 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -3/+3 |
2008-01-24 | Originally from Craig Silverstein, with changes: support using a | Ian Lance Taylor | 1 | -4/+1 |
2008-01-18 | Don't include options.h in fileread.h. Remove General_options | Ian Lance Taylor | 1 | -0/+2 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 1 | -13/+51 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -1/+5 |
2007-12-21 | From Cary Coutant: Fix handling of versioned symbols, add some tests. | Ian Lance Taylor | 1 | -0/+1 |
2007-12-19 | Avoid some warnings which showed up in 64-bit mode. | Ian Lance Taylor | 1 | -16/+22 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -9/+11 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -1/+1 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -41/+54 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -0/+2 |
2007-11-07 | From Craig Silverstein: Handle a .so file in a .a file. | Ian Lance Taylor | 1 | -3/+26 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -6/+5 |
2007-10-22 | Fix versions of copied symbols. | Ian Lance Taylor | 1 | -13/+30 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -110/+61 |
2007-10-12 | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 1 | -2/+2 |
2007-10-09 | Fix soname for library found in search path. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-02 | From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2. | Ian Lance Taylor | 1 | -1/+1 |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -29/+65 |
2007-09-25 | Add cache parameter to get_view. Discard uncached views on unlock. | Ian Lance Taylor | 1 | -5/+7 |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 |
2007-09-21 | Add global parameters. | Ian Lance Taylor | 1 | -14/+8 |
2007-09-12 | Don't try to find version definition index when creating an executable. | Ian Lance Taylor | 1 | -4/+14 |
2007-09-11 | Only create a version definition for a shared library. Set the | Ian Lance Taylor | 1 | -1/+5 |
2007-09-04 | Add support for --enable-target to control which template | Ian Lance Taylor | 1 | -0/+32 |
2006-12-06 | Don't emit symbols seen only in dynamic object, don't read duplicate | Ian Lance Taylor | 1 | -6/+6 |
2006-12-06 | gcc 3.2.2 and 4.1.0 portability hacks. | Ian Lance Taylor | 1 | -70/+95 |
2006-12-06 | Generate version information. | Ian Lance Taylor | 1 | -148/+693 |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -14/+421 |
2006-11-14 | More dynamic object support, initial scripting support. | Ian Lance Taylor | 1 | -0/+670 |