OSDN Git Service

daily update
[pf3gnuchains/pf3gnuchains3x.git] / gold / reloc.h
2009-12-15 ian Revert -Wshadow changes, all changes from:
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-10-29 ian * object.h (class Relobj): Drop options parameter...
2009-06-23 dougkwan2009-06-23 Doug Kwan <dougkwan@google.com>
2009-01-28 tmsriram2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-04-16 ian * copy-relocs.cc: New file.
2008-03-13 iantUpdate copyright years. Update language files.
2008-02-27 iantImplement -q/--emit-relocs.
2008-02-06 iantInitial -r support.
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-11-22 iantAdd threading support.
2007-11-15 iantFrom Cary Coutant: Count textrel with output sections...
2007-11-12 iantFrom Craig Silverstein: Track_relocs doesn't need to...
2007-11-09 iantFrom Craig Silverstein: Use relocations in reporting...
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-10-01 iantCleanups from Craig Silverstein.
2007-10-01 iantAdd Signed_valtype and use it for sign extension. ...
2007-10-01 iantAdd RELA versions of the relocation routines. Original...
2007-09-28 iantFrom Andrew Chatham: add signedrel<>, rel32s and friends.
2007-09-22 iantAdd licensing text to every source file.
2007-05-16 iantAdd support for SHF_MERGE sections.
2006-11-30 iantAdded a testsuite. More support for COPY relocations.
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-06 iantSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03 iantCan now do a full static link of hello, world in C...
2006-10-20 iantFramework for relocation scanning. Implement simple...
2006-09-29 iantSnapshot. Now able to produce a minimal executable...