aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2008-04-042008-04-04 Cary Coutant <ccoutant@google.com>Cary Coutant1-4/+28
2008-04-03 * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor1-2/+2
2008-03-29 * symtab.cc (Symbol_table::do_define_as_constant): Don't force aIan Lance Taylor1-0/+4
2008-03-29 * symtab.cc (Symbol_table::add_from_object): If we don't use theIan Lance Taylor1-2/+11
2008-03-28 * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor1-22/+49
2008-03-27 * common.cc (Sort_commons::operator): Correct sorting algorithm.Ian Lance Taylor1-3/+26
2008-03-27 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_Ian Lance Taylor1-3/+18
2008-03-27 * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor1-2/+13
2008-03-14Don't get confused about whether a symbol is the default version if weIan Lance Taylor1-12/+31
2008-02-08Add support for --format binary for input files.Ian Lance Taylor1-6/+45
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-6/+32
2008-02-06Initial -r support.Ian Lance Taylor1-2/+22
2008-02-04Implement PHDRS.Ian Lance Taylor1-7/+33
2008-02-04Fully implement SECTIONS clause.Ian Lance Taylor1-3/+31
2008-02-01From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor1-31/+57
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor1-1/+19
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor1-2/+2
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-7/+16
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-5/+26
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor1-4/+34
2007-12-14Add some missing dependencies for the new linker.Ian Lance Taylor1-6/+12
2007-12-11From Cary Coutant: Test TLS initial-exec model.Ian Lance Taylor1-2/+23
2007-12-06From Craig Silverstein: Reorganize testsuite Makefile.am.Ian Lance Taylor1-210/+282
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-24/+24
2007-12-05From Craig Silverstein: Test some flags.Ian Lance Taylor1-10/+102
2007-12-01More -fPIC options.Ian Lance Taylor1-3/+3
2007-12-01Add missing space.Ian Lance Taylor1-1/+1
2007-12-01Compile shared library code with -fPIC. Also, alphabetize.Ian Lance Taylor1-3/+3
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 Taylor1-2/+38
2007-11-14If generating a .err file fails, remove it.Ian Lance Taylor1-0/+2
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-5/+2
2007-11-14Comment out undef_symbol.err for now.Ian Lance Taylor1-3/+4
2007-11-14Default to --allow-shlib-undefined for now.Ian Lance Taylor1-1/+3
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-15/+28
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor1-2/+6
2007-11-12Correct handling of GOT references in a regular object.Ian Lance Taylor1-0/+36
2007-11-09From Craig Silverstein: Clean up make rules for debug_msg.Ian Lance Taylor1-2/+2
2007-11-09From Craig Silverstein: Add test for debug messages.Ian Lance Taylor1-10/+22
2007-10-24Use AC_GNU_SOURCE.Ian Lance Taylor1-1/+1
2007-10-17Add infrastructure for threading support.Ian Lance Taylor1-9/+25
2007-10-16From Craig Silverstein: check that we get environ right.Ian Lance Taylor1-6/+25
2007-10-14Only run static TLS tests on glibc 2.4 or later.Ian Lance Taylor1-10/+14
2007-10-12From Craig Silverstein: expand the TLS test to a second file, to testIan Lance Taylor1-12/+20
2007-10-07Test merging of string constants.Ian Lance Taylor1-3/+50
2007-10-07Add a TLS test case.Ian Lance Taylor1-5/+116
2007-10-04Full support for --sysroot.Ian Lance Taylor1-12/+29
2007-10-02From Craig Silverstein: don't run function pointer non-PIC tests whenIan Lance Taylor1-66/+65
2007-09-30Clean up target handling--only build required files, warn aboutIan Lance Taylor1-0/+1
2007-09-26Add basic exception frame header, plus test.Ian Lance Taylor1-4/+164