OSDN Git Service

2009-12-17 Rafael Avila de Espindola <espindola@google.com>
[pf3gnuchains/pf3gnuchains3x.git] / gold / reloc.cc
2009-12-15 ian Revert -Wshadow changes, all changes from:
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-11-09 ian PR 10925
2009-10-29 ian * object.h (class Relobj): Drop options parameter...
2009-10-26 dougkwan2009-10-25 Doug Kwan <dougkwan@google.com>
2009-10-15 ian * object.h (class Relocate_info): Add reloc_shdr and...
2009-10-13 tmsriram * gc.h (gc_process_relocs): Check if icf is enabled...
2009-10-06 ian * options.h (class General_options): Define
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-08-05 tmsriram*** empty log message ***
2009-06-24 ian PR 10244
2009-03-04 ian PR 9918
2009-01-28 tmsriram2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-12-12 ian * target-reloc.h (Default_scan_relocatable_relocs...
2008-11-15 ccoutant * reloc.cc (Sized_relobj::do_read_relocs): Use constan...
2008-09-29 ccoutant * mapfile.cc (Mapfile::print_input_section): Change...
2008-07-10 ian Handle output sections with more than 0x7fffffff bytes.
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-16 ian * copy-relocs.cc: New file.
2008-04-02 ian * fileread.cc (File_read::find_view): Add byteshift...
2008-03-13 iantUpdate copyright years. Update language files.
2008-02-28 iantRead input scripts which look like input objects with...
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27 iantImplement -q/--emit-relocs.
2008-02-06 iantInitial -r support.
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-21 iantCorrect handling of non-section symbol in merged sectio...
2007-12-21 iantSpeed up relocations against local symbols in merged...
2007-12-20 iantConvert more instances of off_t to be 32-bit types.
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-12-06 iantFrom Cary Coutant: More support for generating shared...
2007-12-01 iantCompress all debug sections.
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 iantGenerate a complete exception frame header. Discard...
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-02 iantFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-25 iantAdd cache parameter to get_view. Discard uncached...
2007-09-22 iantAdd licensing text to every source file.
2007-09-04 iantAdd support for --enable-target to control which template
2007-05-16 iantAdd support for SHF_MERGE sections.
2006-12-06 iantGenerate version information.
2006-12-01 iantCan now dynamically link hello, world.
2006-11-30 iantAdded a testsuite. More support for COPY relocations.
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16 iantSnapshot. Includes first cut at output relocation...
2006-11-14 iantMore dynamic object support, initial scripting support.
2006-11-07 iantAdd Elf_file interface which can be used by both Sized_...
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...