Add -Wshadow to the gcc command line options used when compiling the binutils.
[binutils-gdb.git] / gold / common.cc
2009-11-04 Ian Lance Taylor * layout.cc (Layout::get_output_section): Add is_inter...
2009-06-22 Ian Lance Taylor * layout.cc (Layout::make_output_section): Call
2008-05-21 Ian Lance Taylor * mapfile.cc: New file.
2008-04-17 Ian Lance Taylor * common.cc (Symbol_table::allocate_commons): Remove...
2008-03-27 Ian Lance Taylor * common.cc (Sort_commons::operator): Correct sorting...
2008-03-13 Ian Lance TaylorUpdate copyright years. Update language files.
2008-02-29 Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2007-12-14 Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-11-29 Ian Lance TaylorClean up setting address and section offset.
2007-11-22 Ian Lance TaylorAdd threading support.
2007-09-26 Ian Lance TaylorPut size and endianness in parameters.
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-09-19 Ian Lance TaylorAdd control over template specialization.
2006-11-29 Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-14 Ian Lance TaylorMore dynamic object support, initial scripting support.
2006-11-06 Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 Ian Lance Taylorgcc 3.2.2 portability hacks.
2006-11-03 Ian Lance TaylorCan now do a full static link of hello, world in C...