summaryrefslogtreecommitdiff
path: root/gold/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* If generating a .err file fails, remove it.Ian Lance Taylor2007-11-142-0/+4
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-142-10/+4
* Comment out undef_symbol.err for now.Ian Lance Taylor2007-11-142-5/+7
* Default to --allow-shlib-undefined for now.Ian Lance Taylor2007-11-142-2/+6
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-145-27/+165
* From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor2007-11-146-4/+55
* Correct handling of GOT references in a regular object.Ian Lance Taylor2007-11-122-0/+50
* From Craig Silverstein: Clean up make rules for debug_msg.Ian Lance Taylor2007-11-092-4/+4
* From Craig Silverstein: Add test for debug messages.Ian Lance Taylor2007-11-094-11/+163
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-4/+5
* Use AC_GNU_SOURCE.Ian Lance Taylor2007-10-242-2/+2
* Add support for PT_GNU_STACK.Ian Lance Taylor2007-10-231-0/+1
* Add wide string constant test.Ian Lance Taylor2007-10-193-0/+24
* Add infrastructure for threading support.Ian Lance Taylor2007-10-172-10/+31
* From Craig Silverstein: check that we get environ right.Ian Lance Taylor2007-10-163-8/+83
* From Craig Silverstein: implement -Ttext.Ian Lance Taylor2007-10-161-1/+1