OSDN Git Service

* breakpoint.h (set_longjmp_breakpoint): Add THREAD argument.
[pf3gnuchains/pf3gnuchains3x.git] / gold / common.cc
2009-06-22 ian * layout.cc (Layout::make_output_section): Call
2008-05-21 ian * mapfile.cc: New file.
2008-04-17 ian * common.cc (Symbol_table::allocate_commons): Remove...
2008-03-27 ian * common.cc (Sort_commons::operator): Correct sorting...
2008-03-13 iantUpdate copyright years. Update language files.
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-11-29 iantClean up setting address and section offset.
2007-11-22 iantAdd threading support.
2007-09-26 iantPut size and endianness in parameters.
2007-09-22 iantAdd licensing text to every source file.
2007-09-19 iantAdd control over template specialization.
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...
2006-11-03 iantgcc 3.2.2 portability hacks.
2006-11-03 iantCan now do a full static link of hello, world in C...