PR 9812
[binutils-gdb.git] / gold / script.cc
2009-02-01 Ian Lance Taylor * script.cc (Lazy_demangler): New class.
2008-11-06 Craig Silverstein * options.cc (General_options::parse_dynamic_list...
2008-08-13 Ian Lance Taylor * layout.cc (Layout::attach_allocated_section_to_segme...
2008-07-29 Ian Lance Taylor * script.cc (Script_options::finalize_symbols): Finali...
2008-07-23 Ian Lance Taylor PR 6647
2008-06-30 Craig Silverstein2008-06-30 Craig Silverstein <csilvers@cs.stanford...
2008-05-21 Ian Lance Taylor * mapfile.cc: New file.
2008-03-26 Ian Lance Taylor PR gold/5986
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rework option handling to make...
2008-03-04 Ian Lance TaylorFrom Craig Silverstein: rename some option functions...
2008-02-28 Ian Lance TaylorSupport -d/--define-common.
2008-02-28 Ian Lance TaylorRead input scripts which look like input objects with...
2008-02-28 Ian Lance TaylorDon't check assertions until symbols are finalized...
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27 Ian Lance TaylorFix handling of ENTRY in linker script.
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rework handling of Script_options.
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rename option functions for...
2008-02-13 Ian Lance TaylorAssignments in linker scripts override definitions...
2008-02-09 Ian Lance TaylorTrack sections for expressions.
2008-02-08 Ian Lance TaylorDon't read linker scripts in binary mode.
2008-02-07 Ian Lance TaylorIgnore version scripts for relocatable links.
2008-02-07 Ian Lance TaylorImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-04 Ian Lance TaylorImplement PHDRS.
2008-02-04 Ian Lance TaylorImplement SIZEOF_HEADERS, section constraints, other...
2008-02-04 Ian Lance TaylorFully implement the SECTIONS clause.
2008-01-26 Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-23 Ian Lance TaylorParse a SECTIONS clause in a linker script.
2008-01-18 Ian Lance TaylorFrom Craig Silverstein: Handle quoted strings different...
2008-01-15 Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09 Ian Lance TaylorSupport assignments and expressions in linker scripts.
2008-01-07 Ian Lance TaylorReport linker script errors with line numbers. Ignore...
2008-01-06 Ian Lance TaylorAdd support for -e and for ENTRY in linker scripts.
2007-12-14 Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-11-22 Ian Lance TaylorAdd threading support.
2007-10-30 Ian Lance TaylorFrom Craig Silverstein: Implement OPTION in linker...
2007-10-29 Ian Lance TaylorFrom Craig Silverstein: Remove extraneous comment.
2007-10-27 Ian Lance TaylorFrom Craig Silverstein and Ian Lance Taylor: Process...
2007-10-26 Ian Lance TaylorFrom Craig Silverstein: preliminary support for OPTION...
2007-10-14 Ian Lance TaylorRemove extraneous newlines.
2007-10-14 Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-04 Ian Lance TaylorFull support for --sysroot.
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: add support for searching for...
2007-09-25 Ian Lance TaylorRework File_read interface. Get file size. Use pread...
2007-09-25 Ian Lance TaylorBreak out default pbytes argument to read and get_view...
2007-09-24 Ian Lance TaylorFrom Craig Silverstein: Fix bug when reading large...
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-08-21 chathamMake relative references in linker scripts absolute...
2006-11-29 Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-14 Ian Lance TaylorMore dynamic object support, initial scripting support.