OSDN Git Service

2009-12-17 Rafael Avila de Espindola <espindola@google.com>
[pf3gnuchains/pf3gnuchains3x.git] / gold / script.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-10-16 dougkwan2009-10-16 Doug Kwan <dougkwan@google.com>
2009-10-16 ian * script.cc (Script_options::add_symbol_assignment...
2009-10-10 cgd2009-10-10 Chris Demetriou <cgd@google.com>
2009-10-10 ian * descriptor.cc: Include <cstdio> and "binary-io.h".
2009-07-06 ian * fileread.cc (File_read::get_mtime): New method.
2009-06-23 ian PR 10030
2009-05-15 ian * gold.h (Incremental_argument_list): Remove (invalid...
2009-03-24 ian * yyscript.y (file_cmd): Recognize EXTERN.
2009-03-14 ian * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13 ian * fileread.cc (Input_file::open): Remove options param...
2009-02-01 ian * script.cc (Lazy_demangler): New class.
2008-11-06 csilvers * options.cc (General_options::parse_dynamic_list...
2008-08-13 ian * layout.cc (Layout::attach_allocated_section_to_segme...
2008-07-29 ian * script.cc (Script_options::finalize_symbols): Finali...
2008-07-23 ian PR 6647
2008-06-30 csilvers2008-06-30 Craig Silverstein <csilvers@cs.stanford...
2008-05-21 ian * mapfile.cc: New file.
2008-03-26 ian PR gold/5986
2008-03-04 iantFrom Craig Silverstein: rework option handling to make...
2008-03-04 iantFrom Craig Silverstein: rename some option functions...
2008-02-28 iantSupport -d/--define-common.
2008-02-28 iantRead input scripts which look like input objects with...
2008-02-28 iantDon't check assertions until symbols are finalized...
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27 iantFix handling of ENTRY in linker script.
2008-02-26 iantFrom Craig Silverstein: rework handling of Script_options.
2008-02-26 iantFrom Craig Silverstein: rename option functions for...
2008-02-13 iantAssignments in linker scripts override definitions...
2008-02-09 iantTrack sections for expressions.
2008-02-08 iantDon't read linker scripts in binary mode.
2008-02-07 iantIgnore version scripts for relocatable links.
2008-02-07 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-04 iantImplement PHDRS.
2008-02-04 iantImplement SIZEOF_HEADERS, section constraints, other...
2008-02-04 iantFully implement the SECTIONS clause.
2008-01-26 iantDon't pass around the target in order to define symbols...
2008-01-23 iantParse a SECTIONS clause in a linker script.
2008-01-18 iantFrom Craig Silverstein: Handle quoted strings different...
2008-01-15 iantFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09 iantSupport assignments and expressions in linker scripts.
2008-01-07 iantReport linker script errors with line numbers. Ignore...
2008-01-06 iantAdd support for -e and for ENTRY in linker scripts.
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-11-22 iantAdd threading support.
2007-10-30 iantFrom Craig Silverstein: Implement OPTION in linker...
2007-10-29 iantFrom Craig Silverstein: Remove extraneous comment.
2007-10-27 iantFrom Craig Silverstein and Ian Lance Taylor: Process...
2007-10-26 iantFrom Craig Silverstein: preliminary support for OPTION...
2007-10-14 iantRemove extraneous newlines.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-04 iantFull support for --sysroot.
2007-10-02 iantFrom Craig Silverstein: add support for searching for...
2007-09-25 iantRework File_read interface. Get file size. Use pread...
2007-09-25 iantBreak out default pbytes argument to read and get_view...
2007-09-24 iantFrom Craig Silverstein: Fix bug when reading large...
2007-09-22 iantAdd licensing text to every source file.
2007-08-21 chathamMake relative references in linker scripts absolute...
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-14 iantMore dynamic object support, initial scripting support.