OSDN Git Service

Add -Wshadow to the gcc command line options used when compiling the binutils.
[pf3gnuchains/pf3gnuchains3x.git] / gold / dynobj.h
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-10-16 dougkwan2009-10-16 Doug Kwan <dougkwan@google.com>
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-08-18 dougkwan2009-08-18 Doug Kwan <dougkwan@google.com>
2009-08-10 dougkwanRevert the previous change.
2009-08-07 tmsriram*** empty log message ***
2009-08-05 tmsriram*** empty log message ***
2009-02-13 ccoutant (From Rafael Espindola)
2008-07-22 ian * cref.cc: New file.
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-03-13 iantUpdate copyright years. Update language files.
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-26 iantFrom Craig Silverstein: rework handling of Script_options.
2008-02-07 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-04 iantFully implement the SECTIONS clause.
2008-01-26 iantDon't pass around the target in order to define symbols...
2008-01-15 iantFrom Andrew Chatham and Craig Silverstein: Add support...
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-11-14 iantWarn about undefined references in shared libraries...
2007-11-09 iantFrom Craig Silverstein: Use relocations in reporting...
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-11-07 iantFrom Craig Silverstein: Handle a .so file in a .a file.
2007-11-02 iantReworked from Andrew Chatham: report error locations.
2007-10-23 iantAdd support for PT_GNU_STACK.
2007-10-22 iantFix versions of copied symbols.
2007-09-26 iantPut size and endianness in parameters.
2007-09-22 iantAdd licensing text to every source file.
2007-09-21 iantAdd global parameters.
2007-09-12 iantDon't try to find version definition index when creatin...
2007-05-16 iantAdd support for SHF_MERGE sections.
2006-12-06 iantgcc 3.2.2 and 4.1.0 portability hacks.
2006-12-06 iantGenerate version information.
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-14 iantMore dynamic object support, initial scripting support.
2006-11-06 iantSplit Object into Dynobj and Relobj, incorporate elfcpp...