aboutsummaryrefslogtreecommitdiff
path: root/gold/main.cc
AgeCommit message (Expand)AuthorFilesLines
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-1/+18
2008-05-06 * options.h (class General_options): Add --fatal-warnings.Ian Lance Taylor1-0/+5
2008-04-09 * options.h (class General_options): Add --noinhibit-exec option.Ian Lance Taylor1-1/+4
2008-03-26 PR gold/5986Ian Lance Taylor1-0/+3
2008-03-04From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor1-1/+1
2008-03-04From Craig Silverstein: rename some option functions in preparationIan Lance Taylor1-3/+3
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-3/+3
2008-02-26From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor1-8/+4
2008-02-07Ignore version scripts for relocatable links.Ian Lance Taylor1-0/+10
2008-02-04From Craig Silverstein: support @file expansion.Ian Lance Taylor1-1/+7
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor1-1/+1
2008-01-18From Craig Silverstein: Optionally print command line for easierIan Lance Taylor1-1/+87
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-1/+2
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-3/+8
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-1/+1
2007-12-14From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor1-2/+5
2007-12-05Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor1-0/+1
2007-12-04Print symbol table statistics with --stats.Ian Lance Taylor1-0/+1
2007-10-27From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor1-1/+6
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-2/+5
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor1-0/+25
2007-10-04Full support for --sysroot.Ian Lance Taylor1-1/+1
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-0/+2
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-0/+57