summaryrefslogtreecommitdiff
path: root/gold/testsuite
Commit message (Expand)AuthorAgeFilesLines
* * configure.ac: Don't test for objdump, c++filt, or readelf.Ian Lance Taylor2008-04-072-88/+121
* 2008-04-04 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-045-4/+181
* * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor2008-04-032-4/+4
* * symtab.cc (Symbol_table::do_define_as_constant): Don't force aIan Lance Taylor2008-03-293-0/+53
* * output.ccIan Lance Taylor2008-03-291-2/+10
* * symtab.cc (Symbol_table::add_from_object): If we don't use theIan Lance Taylor2008-03-294-2/+105
* * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor2008-03-283-22/+146
* * common.cc (Sort_commons::operator): Correct sorting algorithm.Ian Lance Taylor2008-03-273-3/+105
* * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_Ian Lance Taylor2008-03-273-3/+57
* * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor2008-03-275-2/+130
* PR gold/5986Ian Lance Taylor2008-03-261-0/+2
* * options.cc (options::help): Print list of supported targets.Ian Lance Taylor2008-03-251-3/+14
* Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor2008-03-191-0/+7
* Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor2008-03-164-0/+28
* Don't get confused about whether a symbol is the default version if weIan Lance Taylor2008-03-144-12/+123
* Update copyright years. Update language files.Ian Lance Taylor2008-03-1335-43/+43
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-2/+2
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-261-2/+1
* Support selecting target by name.Ian Lance Taylor2008-02-131-0/+4
* Force different sections to different pages for better results onIan Lance Taylor2008-02-122-1/+7
* Fix precedence error, avoid signed/unsignd warning.Ian Lance Taylor2008-02-121-2/+2
* Add support for --format binary for input files.Ian Lance Taylor2008-02-085-6/+252
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-075-6/+153
* Initial -r support.Ian Lance Taylor2008-02-063-2/+49
* Implement PHDRS.Ian Lance Taylor2008-02-044-7/+144
* Fully implement SECTIONS clause.Ian Lance Taylor2008-02-041-3/+31
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-045-0/+185
* From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor2008-02-016-52/+145
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-242-3/+7
* From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor2008-01-235-1/+35
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-232-3/+3
* From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor2008-01-183-1/+16
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-155-11/+207
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-094-5/+107
* Correct contributor name on new tests, remove #if 0 code.Ian Lance Taylor2007-12-228-18/+8
* From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor2007-12-2110-4/+373
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-1/+1
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-4/+6
* Add some missing dependencies for the new linker.Ian Lance Taylor2007-12-142-9/+17
* From Cary Coutant: Test TLS initial-exec model.Ian Lance Taylor2007-12-112-2/+36
* From Craig Silverstein: Reorganize testsuite Makefile.am.Ian Lance Taylor2007-12-062-443/+517
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-062-48/+48
* From Craig Silverstein: Test some flags.Ian Lance Taylor2007-12-052-13/+132
* More -fPIC options.Ian Lance Taylor2007-12-012-6/+6
* Add missing space.Ian Lance Taylor2007-12-012-2/+2
* Compile shared library code with -fPIC. Also, alphabetize.Ian Lance Taylor2007-12-012-6/+6
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-301-0/+1
* From Craig Silverstein: Better handling of ODR violations which areIan Lance Taylor2007-11-283-23/+124
* From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor2007-11-171-1/+1
* From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor2007-11-141-1/+1