aboutsummaryrefslogtreecommitdiff
path: root/gold/options.cc
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Support --oformat binary.Ian Lance Taylor1-2/+28
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-5/+48
2008-02-06Initial -r support.Ian Lance Taylor1-0/+3
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor1-1/+2
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-1/+20
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-13/+25
2008-01-07Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor1-2/+1
2008-01-06Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor1-2/+6
2008-01-04Add -h/-soname option.Ian Lance Taylor1-0/+4
2007-12-08From Craig Silverstein: Fix error message, add this->.Ian Lance Taylor1-1/+1
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-0/+12
2007-11-22Add threading support.Ian Lance Taylor1-6/+59
2007-11-15From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor1-0/+5
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-0/+12
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-1/+1
2007-11-14Default to --allow-shlib-undefined for now.Ian Lance Taylor1-1/+1
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-0/+9
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor1-0/+4
2007-10-30From Craig Silverstein: Implement OPTION in linker scripts.Ian Lance Taylor1-135/+147
2007-10-27From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor1-28/+83
2007-10-26From Craig Silverstein: Minimal --script implementation.Ian Lance Taylor1-0/+3
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-2/+58
2007-10-22Implement -Bstatic/-Bdynamic.Ian Lance Taylor1-0/+8
2007-10-18Add support for -Bsymbolic.Ian Lance Taylor1-0/+3
2007-10-17Add infrastructure for threading support.Ian Lance Taylor1-1/+24
2007-10-16From Craig Silverstein: implement -Ttext.Ian Lance Taylor1-23/+27
2007-10-15Fix exit status.Ian Lance Taylor1-3/+3
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-3/+3
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor1-0/+3
2007-10-10From Craig Silverstein: don't permit -s and -r.Ian Lance Taylor1-0/+20
2007-10-10Implement -s and -S options which strip symbols.Ian Lance Taylor1-0/+5
2007-10-07Add --version option.Ian Lance Taylor1-1/+13
2007-10-04Full support for --sysroot.Ian Lance Taylor1-7/+125
2007-10-02From Craig Silverstein: add support for searching for input filesIan Lance Taylor1-1/+3
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21From Craig Silverstein: Add -O option.Ian Lance Taylor1-0/+4
2007-09-19Fix handling of --eh-frame-hdr option.Ian Lance Taylor1-1/+1
2007-09-06Add -rpath-link option, currently unused.Ian Lance Taylor1-1/+6
2007-08-22Recognize and ignore the --eh-frame-hdr option.Ian Lance Taylor1-0/+3
2007-08-22Add support for -E/--export-dynamic. Also clean up --help output a bit.Ian Lance Taylor1-5/+11
2007-08-21Implement --whole-archive.Ian Lance Taylor1-1/+12
2007-08-21Add support for -rpath.Ian Lance Taylor1-0/+3
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-4/+4
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-20/+55
2006-11-03Ignored the -m option, for old linker compatibility.Ian Lance Taylor1-0/+2
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-5/+73
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-0/+3
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-40/+97
2006-08-04Initial CVS checkin of goldIan Lance Taylor1-0/+414