aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor5-27/+165
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor6-4/+55
2007-11-12Correct handling of GOT references in a regular object.Ian Lance Taylor2-0/+50
2007-11-09From Craig Silverstein: Clean up make rules for debug_msg.Ian Lance Taylor2-4/+4
2007-11-09From Craig Silverstein: Add test for debug messages.Ian Lance Taylor4-11/+163
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-4/+5
2007-10-24Use AC_GNU_SOURCE.Ian Lance Taylor2-2/+2
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-0/+1
2007-10-19Add wide string constant test.Ian Lance Taylor3-0/+24
2007-10-17Add infrastructure for threading support.Ian Lance Taylor2-10/+31
2007-10-16From Craig Silverstein: check that we get environ right.Ian Lance Taylor3-8/+83
2007-10-16From Craig Silverstein: implement -Ttext.Ian Lance Taylor1-1/+1
2007-10-14Only run static TLS tests on glibc 2.4 or later.Ian Lance Taylor2-12/+22
2007-10-14From Craig Silverstein: TLS test cleanups.Ian Lance Taylor4-60/+83
2007-10-12From Craig Silverstein: expand the TLS test to a second file, to testIan Lance Taylor6-29/+130
2007-10-08Make TLS test fail more reliably.Ian Lance Taylor1-9/+22
2007-10-07Test merging of string constants.Ian Lance Taylor5-4/+92
2007-10-07Add a TLS test case.Ian Lance Taylor5-5/+502
2007-10-04Full support for --sysroot.Ian Lance Taylor2-13/+32