OSDN Git Service

Merge branch 'master' of git://github.com/monaka/binutils
[pf3gnuchains/pf3gnuchains3x.git] / gold / dynobj.cc
2010-01-08 Masaki MuranakaMerge branch 'master' of git://github.com/monaka/binutils
2010-01-08 Masaki MuranakaEnable to track git://github.com/monaka/binutils.git
2010-01-06 ian PR 10980
2009-12-30 ian PR 10450
2009-12-29 ian * symtab.h (class Symbol_table): Add enum Defined.
2009-12-15 ian Revert -Wshadow changes, all changes from:
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-10 ian * dynobj.cc (Sized_dynobj::do_read_symbols): Clear...
2009-11-05 Masaki MuranakaMerge branch 'gdb'
2009-11-04 Masaki MuranakaMerge branch 'master' of git://sourceware.org/git/gdb
2009-11-04 Masaki MuranakaMerge. the Binutils git repository.
2009-11-04 Masaki MuranakaMerge. the GDB git repository.
2009-10-16 Doug Kwan2009-10-16 Doug Kwan <dougkwan@google.com>
2009-10-16 dougkwan2009-10-16 Doug Kwan <dougkwan@google.com>
2009-10-06 Ian Lance Taylor * options.h (class General_options): Define
2009-10-06 ian * options.h (class General_options): Define
2009-09-30 Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-08-18 Doug Kwan2009-08-18 Doug Kwan <dougkwan@google.com>
2009-08-18 dougkwan2009-08-18 Doug Kwan <dougkwan@google.com>
2009-07-27 monamourUpdate to HEAD.
2009-02-13 Cary Coutant (From Rafael Espindola)
2009-02-13 ccoutant (From Rafael Espindola)
2008-12-07 monabuilder r284@cf-ppc-macosx: monabuilder | 2008-12-07 10:57...
2008-07-24 Ian Lance Taylor * dynobj.cc (Versions::Versions): Update comment.
2008-07-24 ian * dynobj.cc (Versions::Versions): Update comment.
2008-07-24 Ian Lance Taylor * dynobj.cc (Versions::Versions): If there is an sonam...
2008-07-24 ian * dynobj.cc (Versions::Versions): If there is an sonam...
2008-07-22 Ian Lance Taylor * cref.cc: New file.
2008-07-22 ian * cref.cc: New file.
2008-07-18 Ian Lance Taylor * dynobj.cc (Versions::add_def): If we give an error...
2008-07-18 ian * dynobj.cc (Versions::add_def): If we give an error...
2008-04-19 Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-02 Ian Lance Taylor * fileread.cc (File_read::find_view): Add byteshift...
2008-04-02 ian * fileread.cc (File_read::find_view): Add byteshift...
2008-03-07 Ian Lance TaylorIncrease maximum bucket size for dynamic hash tables.
2008-03-07 iantIncrease maximum bucket size for dynamic hash tables.
2008-03-07 Ian Lance TaylorFrom Craig Silverstein: implement --hash-bucket-empty...
2008-03-07 iantFrom Craig Silverstein: implement --hash-bucket-empty...
2008-02-29 Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rework handling of Script_options.
2008-02-26 iantFrom Craig Silverstein: rework handling of Script_options.
2008-02-13 Ian Lance TaylorAssignments in linker scripts override definitions...
2008-02-13 iantAssignments in linker scripts override definitions...
2008-01-26 Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-26 iantDon't pass around the target in order to define symbols...
2008-01-24 Ian Lance TaylorOriginally from Craig Silverstein, with changes: suppor...
2008-01-24 iantOriginally from Craig Silverstein, with changes: suppor...
2008-01-18 Ian Lance TaylorDon't include options.h in fileread.h. Remove General_...
2008-01-18 iantDon't include options.h in fileread.h. Remove General_...
2008-01-15 Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-15 iantFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-02 Ian Lance TaylorReduce the number of system calls. Use readv instead...
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-21 Ian Lance TaylorFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-21 iantFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-19 Ian Lance TaylorAvoid some warnings which showed up in 64-bit mode.
2007-12-19 iantAvoid some warnings which showed up in 64-bit mode.
2007-12-18 Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-11-15 Ian Lance TaylorFrom Craig Silverstein: Add support for --demangle.
2007-11-15 iantFrom Craig Silverstein: Add support for --demangle.
2007-11-14 Ian Lance TaylorWarn about undefined references in shared libraries...
2007-11-14 iantWarn about undefined references in shared libraries...
2007-11-09 Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-11-07 Ian Lance TaylorFrom Craig Silverstein: Handle a .so file in a .a file.
2007-11-07 iantFrom Craig Silverstein: Handle a .so file in a .a file.
2007-10-23 Ian Lance TaylorAdd support for PT_GNU_STACK.
2007-10-23 iantAdd support for PT_GNU_STACK.
2007-10-22 Ian Lance TaylorFix versions of copied symbols.
2007-10-22 iantFix versions of copied symbols.
2007-10-14 Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-12 Ian Lance TaylorAdd an option for Stringpools to not copy strings.
2007-10-12 iantAdd an option for Stringpools to not copy strings.
2007-10-09 Ian Lance TaylorFix soname for library found in search path.
2007-10-09 iantFix soname for library found in search path.
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: avoid some signed/unsigned...
2007-10-02 iantFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-26 Ian Lance TaylorPut size and endianness in parameters.
2007-09-26 iantPut size and endianness in parameters.
2007-09-25 Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
2007-09-25 iantAdd cache parameter to get_view. Discard uncached...
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-09-22 iantAdd licensing text to every source file.
2007-09-21 Ian Lance TaylorAdd global parameters.
2007-09-21 iantAdd global parameters.
2007-09-12 Ian Lance TaylorDon't try to find version definition index when creatin...
2007-09-12 iantDon't try to find version definition index when creatin...
2007-09-11 Ian Lance TaylorOnly create a version definition for a shared library...
2007-09-11 iantOnly create a version definition for a shared library...
2007-09-04 Ian Lance TaylorAdd support for --enable-target to control which template
2007-09-04 iantAdd support for --enable-target to control which template
2006-12-06 Ian Lance TaylorDon't emit symbols seen only in dynamic object, don...
2006-12-06 iantDon't emit symbols seen only in dynamic object, don...
next