summaryrefslogtreecommitdiff
path: root/gold/options.cc
Commit message (Expand)AuthorAgeFilesLines
* Initial -r support.Ian Lance Taylor2008-02-061-0/+3
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-1/+2
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-1/+20
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-13/+25
* Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor2008-01-071-2/+1
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-061-2/+6
* Add -h/-soname option.Ian Lance Taylor2008-01-041-0/+4
* From Craig Silverstein: Fix error message, add this->.Ian Lance Taylor2007-12-081-1/+1
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-301-0/+12
* Add threading support.Ian Lance Taylor2007-11-221-6/+59
* From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor2007-11-151-0/+5
* From Craig Silverstein: Add support for --demangle.Ian Lance Taylor2007-11-151-0/+12
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-141-1/+1
* Default to --allow-shlib-undefined for now.Ian Lance Taylor2007-11-141-1/+1
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-141-0/+9
* From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor2007-11-141-0/+4
* From Craig Silverstein: Implement OPTION in linker scripts.Ian Lance Taylor2007-10-301-135/+147
* From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor2007-10-271-28/+83
* From Craig Silverstein: Minimal --script implementation.Ian Lance Taylor2007-10-261-0/+3
* Add support for PT_GNU_STACK.Ian Lance Taylor2007-10-231-2/+58
* Implement -Bstatic/-Bdynamic.Ian Lance Taylor2007-10-221-0/+8
* Add support for -Bsymbolic.Ian Lance Taylor2007-10-181-0/+3
* Add infrastructure for threading support.Ian Lance Taylor2007-10-171-1/+24
* From Craig Silverstein: implement -Ttext.Ian Lance Taylor2007-10-161-23/+27
* Fix exit status.Ian Lance Taylor2007-10-151-3/+3
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-3/+3
* Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor2007-10-121-0/+3
* From Craig Silverstein: don't permit -s and -r.Ian Lance Taylor2007-10-101-0/+20
* Implement -s and -S options which strip symbols.Ian Lance Taylor2007-10-101-0/+5
* Add --version option.Ian Lance Taylor2007-10-071-1/+13
* Full support for --sysroot.Ian Lance Taylor2007-10-041-7/+125
* From Craig Silverstein: add support for searching for input filesIan Lance Taylor2007-10-021-1/+3
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* From Craig Silverstein: Add -O option.Ian Lance Taylor2007-09-211-0/+4
* Fix handling of --eh-frame-hdr option.Ian Lance Taylor2007-09-191-1/+1
* Add -rpath-link option, currently unused.Ian Lance Taylor2007-09-061-1/+6
* Recognize and ignore the --eh-frame-hdr option.Ian Lance Taylor2007-08-221-0/+3
* Add support for -E/--export-dynamic. Also clean up --help output a bit.Ian Lance Taylor2007-08-221-5/+11
* Implement --whole-archive.Ian Lance Taylor2007-08-211-1/+12
* Add support for -rpath.Ian Lance Taylor2007-08-211-0/+3
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-4/+4
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-20/+55
* Ignored the -m option, for old linker compatibility.Ian Lance Taylor2006-11-031-0/+2
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-5/+73
* Framework for relocation scanning. Implement simple static TLSIan Lance Taylor2006-10-201-0/+3
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-40/+97
* Initial CVS checkin of goldIan Lance Taylor2006-08-041-0/+414