daily update
[external/binutils.git] / gold / script.cc
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.