OSDN Git Service

2009-12-17 Rafael Avila de Espindola <espindola@google.com>
[pf3gnuchains/pf3gnuchains3x.git] / gold / object.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-11-05 ian PR 10880
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-09 dougkwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-10-06 ian * options.h (class General_options): Define
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-05 tmsriram*** empty log message ***
2009-07-17 ian PR 10400
2009-06-05 dougkwan2009-06-05 Doug Kwan <dougkwan@google.com>
2009-05-19 ccoutant2009-05-19 Doug Kwan <dougkwan@google.com>
2009-03-24 ian * object.cc (is_elf_object): Define.
2009-03-14 ian * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-01 ian * layout.cc (Layout::find_or_add_kept_section): New...
2009-02-28 ian PR 6811
2009-02-13 ccoutant (From Rafael Espindola)
2009-01-28 tmsriram2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-12-23 ccoutant * object.cc (Sized_relobj::layout_section): New function.
2008-09-29 ccoutant * mapfile.cc (Mapfile::print_input_section): Change...
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...
2008-07-25 ian PR 5990
2008-07-24 ian PR 6658
2008-07-22 ian * cref.cc: New file.
2008-07-10 ian Handle output sections with more than 0x7fffffff bytes.
2008-05-21 ian * mapfile.cc: New file.
2008-05-01 ccoutant * layout.cc (Layout::include_section): Refactored...
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-02 ian * fileread.cc (File_read::find_view): Add byteshift...
2008-03-25 ccoutant * i386.cc (Target_i386::Got_type): New enum declaration.
2008-03-16 iantFix handling of RELA relative relocs against local...
2008-03-13 iantUpdate copyright years. Update language files.
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-27 iantImplement -q/--emit-relocs.
2008-02-12 iantSupport dynamic relocations against local section symbols.
2008-02-07 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06 iantSupport creating empty output when there are no input...
2008-02-06 iantInitial -r support.
2008-02-04 iantFully implement the SECTIONS clause.
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-21 iantSpeed up relocations against local symbols in merged...
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-12-14 iantAdd const to Object::read and Object::sized_target.
2007-12-14 iantFrom Craig Silverstein: size hash tables to avoid resizing.
2007-12-07 iantFrom Cary Coutant: Remove commented out assert. Also...
2007-12-06 iantFrom Cary Coutant: More support for generating shared...
2007-12-01 iantCompress all debug sections.
2007-11-27 iantRework merge_map for speed.
2007-11-14 iantFrom Cary Coutant: Improve i386 shared library TLS...
2007-11-14 iantAdd heuristics for undefined symbol warnings.
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-02 iantReworked from Andrew Chatham: report error locations.
2007-10-17 iantAdd infrastructure for threading support.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-10 iantFrom Craig Silverstein: don't get confused if the same...
2007-10-08 iantAdd support for local GOT offsets.
2007-10-06 iantCorrect handling of addends in merged sections.
2007-09-25 iantAdd cache parameter to get_view. Discard uncached...
2007-09-22 iantAdd licensing text to every source file.
2007-09-21 iantAdd global parameters.
2007-05-16 iantAdd support for SHF_MERGE sections.
2006-12-06 iantDon't emit symbols seen only in dynamic object, don...
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 iantgcc 3.2.2 portability hacks.
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-10-10 iantAvoid multiple definition errors from linkonce sections.
2006-10-06 iantLay out object file sections when we add the symbols...
2006-09-29 iantClean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.
2006-09-29 iantSnapshot. Now able to produce a minimal executable...
2006-09-27 iantFinished layout code.
2006-09-26 iantg++ 3.2.2 portability fixes.
2006-09-26 iantg++ 3.2.2 portability for grhat.
2006-09-26 iantMore section layout code.
2006-09-21 iantNew drop, with first cut of section layout code.
2006-08-18 iantAnother snapshot of the current state of the sources...
2006-08-04 iantInitial CVS checkin of gold