Age | Commit message (Expand) | Author | Files | Lines |
2008-02-12 | Force different sections to different pages for better results on | Ian Lance Taylor | 2 | -1/+7 |
2008-02-12 | Fix precedence error, avoid signed/unsignd warning. | Ian Lance Taylor | 1 | -2/+2 |
2008-02-08 | Add support for --format binary for input files. | Ian Lance Taylor | 5 | -6/+252 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 5 | -6/+153 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 3 | -2/+49 |
2008-02-04 | Implement PHDRS. | Ian Lance Taylor | 4 | -7/+144 |
2008-02-04 | Fully implement SECTIONS clause. | Ian Lance Taylor | 1 | -3/+31 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 5 | -0/+185 |
2008-02-01 | From Cary Coutant: Fix a case in which code takes the address of a | Ian Lance Taylor | 6 | -52/+145 |
2008-01-24 | Originally from Craig Silverstein, with changes: support using a | Ian Lance Taylor | 2 | -3/+7 |
2008-01-23 | From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same | Ian Lance Taylor | 5 | -1/+35 |
2008-01-23 | Parse a SECTIONS clause in a linker script. | Ian Lance Taylor | 2 | -3/+3 |
2008-01-18 | From Craig Silverstein: Handle quoted strings differently in version | Ian Lance Taylor | 3 | -1/+16 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 5 | -11/+207 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 4 | -5/+107 |
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 |