summaryrefslogtreecommitdiff
path: root/gold/parameters.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
|
* From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor2008-03-131-0/+3
| | | | and implement --verbose as a synonym.
* Don't use the user-specified output format unless the user actuallyIan Lance Taylor2008-03-061-1/+1
| | | | specified one.
* From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor2008-03-041-2/+4
| | | | add a new option.
* From Craig Silverstein: rename some option functions in preparationIan Lance Taylor2008-03-041-3/+3
| | | | for reworking option handling.
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-85/+100
|
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-271-1/+2
|
* From Craig Silverstein: implement -z max-page-size and -zIan Lance Taylor2008-02-261-1/+5
| | | | common-page-size.
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-4/+4
| | | | handling rewrite.
* Compress all debug sections.Ian Lance Taylor2007-12-011-14/+13
|
* Add threading support.Ian Lance Taylor2007-11-221-2/+4
|
* From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor2007-11-151-0/+2
|
* From Craig Silverstein: Add support for --demangle.Ian Lance Taylor2007-11-151-1/+2
|
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-141-1/+3
| | | | all the DT_NEEDED entries for that library.
* From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor2007-11-141-1/+2
| | | | ODR violations, add test case.
* From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor2007-10-271-8/+31
|
* Add support for -Bsymbolic.Ian Lance Taylor2007-10-181-1/+1
|
* From Cary Coutant: preliminary shared library support.Ian Lance Taylor2007-10-161-1/+2
|
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-4/+5
| | | | on error.
* Implement -s and -S options which strip symbols.Ian Lance Taylor2007-10-101-0/+7
|
* Full support for --sysroot.Ian Lance Taylor2007-10-041-1/+2
|
* Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor2007-09-281-1/+21
| | | | | final_value_is_known for weak undefined symbols. Pointed out by Cary Coutant.
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-2/+31
|
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
|
* Add global parameters.Ian Lance Taylor2007-09-211-0/+36