aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
AgeCommit message (Expand)AuthorFilesLines
2008-03-29 * output.ccIan Lance Taylor1-2/+10
2008-03-29 * symtab.cc (Symbol_table::add_from_object): If we don't use theIan Lance Taylor4-2/+105
2008-03-28 * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor3-22/+146
2008-03-27 * common.cc (Sort_commons::operator): Correct sorting algorithm.Ian Lance Taylor3-3/+105
2008-03-27 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_Ian Lance Taylor3-3/+57
2008-03-27 * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor5-2/+130
2008-03-26 PR gold/5986Ian Lance Taylor1-0/+2
2008-03-25 * options.cc (options::help): Print list of supported targets.Ian Lance Taylor1-3/+14
2008-03-19Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor1-0/+7
2008-03-16Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor4-0/+28
2008-03-14Don't get confused about whether a symbol is the default version if weIan Lance Taylor4-12/+123
2008-03-13Update copyright years. Update language files.Ian Lance Taylor35-43/+43
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-2/+2
2008-02-26From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor1-2/+1
2008-02-13Support selecting target by name.Ian Lance Taylor1-0/+4
2008-02-12Force different sections to different pages for better results onIan Lance Taylor2-1/+7
2008-02-12Fix precedence error, avoid signed/unsignd warning.Ian Lance Taylor1-2/+2
2008-02-08Add support for --format binary for input files.Ian Lance Taylor5-6/+252
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor5-6/+153
2008-02-06Initial -r support.Ian Lance Taylor3-2/+49
2008-02-04Implement PHDRS.Ian Lance Taylor4-7/+144
2008-02-04Fully implement SECTIONS clause.Ian Lance Taylor1-3/+31
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor5-0/+185
2008-02-01From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor6-52/+145
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2-3/+7
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor5-1/+35
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor2-3/+3
2008-01-18From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor3-1/+16
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor5-11/+207
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor4-5/+107
2007-12-22Correct contributor name on new tests, remove #if 0 code.Ian Lance Taylor8-18/+8
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor10-4/+373
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-1/+1
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-4/+6
2007-12-14Add some missing dependencies for the new linker.Ian Lance Taylor2-9/+17
2007-12-11From Cary Coutant: Test TLS initial-exec model.Ian Lance Taylor2-2/+36
2007-12-06From Craig Silverstein: Reorganize testsuite Makefile.am.Ian Lance Taylor2-443/+517
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2-48/+48
2007-12-05From Craig Silverstein: Test some flags.Ian Lance Taylor2-13/+132
2007-12-01More -fPIC options.Ian Lance Taylor2-6/+6
2007-12-01Add missing space.Ian Lance Taylor2-2/+2
2007-12-01Compile shared library code with -fPIC. Also, alphabetize.Ian Lance Taylor2-6/+6
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-0/+1
2007-11-28From Craig Silverstein: Better handling of ODR violations which areIan Lance Taylor3-23/+124
2007-11-17From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor1-1/+1
2007-11-14From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor1-1/+1
2007-11-14If generating a .err file fails, remove it.Ian Lance Taylor2-0/+4
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor2-10/+4
2007-11-14Comment out undef_symbol.err for now.Ian Lance Taylor2-5/+7
2007-11-14Default to --allow-shlib-undefined for now.Ian Lance Taylor2-2/+6