summaryrefslogtreecommitdiff
path: root/gold/script.cc
Commit message (Expand)AuthorAgeFilesLines
* Add threading support.Ian Lance Taylor2007-11-221-0/+4
* From Craig Silverstein: Implement OPTION in linker scripts.Ian Lance Taylor2007-10-301-5/+33
* From Craig Silverstein: Remove extraneous comment.Ian Lance Taylor2007-10-291-4/+0
* From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor2007-10-271-0/+45
* From Craig Silverstein: preliminary support for OPTION in linker script.Ian Lance Taylor2007-10-261-0/+10
* Remove extraneous newlines.Ian Lance Taylor2007-10-141-1/+1
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-3/+1
* Full support for --sysroot.Ian Lance Taylor2007-10-041-10/+46
* From Craig Silverstein: add support for searching for input filesIan Lance Taylor2007-10-021-14/+8
* Rework File_read interface. Get file size. Use pread whenIan Lance Taylor2007-09-251-6/+10
* Break out default pbytes argument to read and get_view routines,Ian Lance Taylor2007-09-251-1/+1
* From Craig Silverstein: Fix bug when reading large script files.Ian Lance Taylor2007-09-241-0/+1
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Make relative references in linker scripts absolute and update achatham2007-08-211-1/+14
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-7/+12
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-0/+1188