Age | Commit message (Expand) | Author | Files | Lines |
2007-12-22 | Correct contributor name on new tests, remove #if 0 code. | Ian Lance Taylor | 8 | -18/+8 |
2007-12-21 | From Cary Coutant: Fix handling of versioned symbols, add some tests. | Ian Lance Taylor | 10 | -4/+373 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -1/+1 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -4/+6 |
2007-12-14 | Add some missing dependencies for the new linker. | Ian Lance Taylor | 2 | -9/+17 |
2007-12-11 | From Cary Coutant: Test TLS initial-exec model. | Ian Lance Taylor | 2 | -2/+36 |
2007-12-06 | From Craig Silverstein: Reorganize testsuite Makefile.am. | Ian Lance Taylor | 2 | -443/+517 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 2 | -48/+48 |
2007-12-05 | From Craig Silverstein: Test some flags. | Ian Lance Taylor | 2 | -13/+132 |
2007-12-01 | More -fPIC options. | Ian Lance Taylor | 2 | -6/+6 |
2007-12-01 | Add missing space. | Ian Lance Taylor | 2 | -2/+2 |
2007-12-01 | Compile shared library code with -fPIC. Also, alphabetize. | Ian Lance Taylor | 2 | -6/+6 |
2007-11-30 | From Craig Silverstein: Add support for compressing .debug_str section. | Ian Lance Taylor | 1 | -0/+1 |
2007-11-28 | From Craig Silverstein: Better handling of ODR violations which are | Ian Lance Taylor | 3 | -23/+124 |
2007-11-17 | From Craig Silverstein: Quote the symbol name in the ODR violation | Ian Lance Taylor | 1 | -1/+1 |
2007-11-14 | From Craig Silverstein: Report output file name with ODR violation | Ian Lance Taylor | 1 | -1/+1 |
2007-11-14 | If generating a .err file fails, remove it. | Ian Lance Taylor | 2 | -0/+4 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 2 | -10/+4 |
2007-11-14 | Comment out undef_symbol.err for now. | Ian Lance Taylor | 2 | -5/+7 |
2007-11-14 | Default to --allow-shlib-undefined for now. | Ian Lance Taylor | 2 | -2/+6 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 5 | -27/+165 |
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 6 | -4/+55 |
2007-11-12 | Correct handling of GOT references in a regular object. | Ian Lance Taylor | 2 | -0/+50 |
2007-11-09 | From Craig Silverstein: Clean up make rules for debug_msg. | Ian Lance Taylor | 2 | -4/+4 |
2007-11-09 | From Craig Silverstein: Add test for debug messages. | Ian Lance Taylor | 4 | -11/+163 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -4/+5 |
2007-10-24 | Use AC_GNU_SOURCE. | Ian Lance Taylor | 2 | -2/+2 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -0/+1 |
2007-10-19 | Add wide string constant test. | Ian Lance Taylor | 3 | -0/+24 |
2007-10-17 | Add infrastructure for threading support. | Ian Lance Taylor | 2 | -10/+31 |
2007-10-16 | From Craig Silverstein: check that we get environ right. | Ian Lance Taylor | 3 | -8/+83 |
2007-10-16 | From Craig Silverstein: implement -Ttext. | Ian Lance Taylor | 1 | -1/+1 |
2007-10-14 | Only run static TLS tests on glibc 2.4 or later. | Ian Lance Taylor | 2 | -12/+22 |
2007-10-14 | From Craig Silverstein: TLS test cleanups. | Ian Lance Taylor | 4 | -60/+83 |
2007-10-12 | From Craig Silverstein: expand the TLS test to a second file, to test | Ian Lance Taylor | 6 | -29/+130 |
2007-10-08 | Make TLS test fail more reliably. | Ian Lance Taylor | 1 | -9/+22 |
2007-10-07 | Test merging of string constants. | Ian Lance Taylor | 5 | -4/+92 |
2007-10-07 | Add a TLS test case. | Ian Lance Taylor | 5 | -5/+502 |
2007-10-04 | Full support for --sysroot. | Ian Lance Taylor | 2 | -13/+32 |
2007-10-03 | Parameterize object_unittest to work for whatever target types are | Ian Lance Taylor | 5 | -34/+709 |
2007-10-02 | From Craig Silverstein: don't run function pointer non-PIC tests when | Ian Lance Taylor | 2 | -85/+94 |
2007-09-30 | Clean up target handling--only build required files, warn about | Ian Lance Taylor | 1 | -0/+1 |
2007-09-26 | Add basic exception frame header, plus test. | Ian Lance Taylor | 6 | -5/+373 |
2007-09-25 | Rework File_read interface. Get file size. Use pread when | Ian Lance Taylor | 1 | -2/+2 |
2007-09-23 | Add two file test. | Ian Lance Taylor | 6 | -15/+743 |
2007-09-23 | Add static version of constructor test. | Ian Lance Taylor | 2 | -7/+33 |
2007-09-23 | Add constructor test. | Ian Lance Taylor | 3 | -6/+130 |
2007-09-22 | Correct comment. | Ian Lance Taylor | 1 | -1/+1 |
2007-09-22 | Rename t1 to basic_test, add static tests. | Ian Lance Taylor | 3 | -14/+31 |
2007-09-22 | Add standalone test case. | Ian Lance Taylor | 3 | -4/+367 |