Age | Commit message (Expand) | Author | Files | Lines |
2008-03-14 | Don't get confused about whether a symbol is the default version if we | Ian Lance Taylor | 1 | -1/+2 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -43/+25 |
2008-02-28 | Support -d/--define-common. | Ian Lance Taylor | 1 | -4/+7 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -97/+67 |
2008-02-13 | Assignments in linker scripts override definitions from object files. | Ian Lance Taylor | 1 | -7/+13 |
2008-02-09 | Track sections for expressions. | Ian Lance Taylor | 1 | -6/+43 |
2008-02-07 | Even when stripping all symbols, we need to write out the dynamic | Ian Lance Taylor | 1 | -2/+6 |
2008-02-07 | Implement --just-symbols, including -R FILE. Fix symbol values when | Ian Lance Taylor | 1 | -4/+39 |
2008-02-06 | Support creating empty output when there are no input objects. | Ian Lance Taylor | 1 | -2/+2 |
2008-02-04 | Fully implement the SECTIONS clause. | Ian Lance Taylor | 1 | -6/+29 |
2008-02-01 | From Cary Coutant: Ignore hidden symbols in a dynamic object. | Ian Lance Taylor | 1 | -2/+5 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -44/+47 |
2008-01-24 | Originally from Craig Silverstein, with changes: support using a | Ian Lance Taylor | 1 | -134/+221 |
2008-01-15 | From Andrew Chatham and Craig Silverstein: Add support for version | Ian Lance Taylor | 1 | -15/+33 |
2008-01-09 | Support assignments and expressions in linker scripts. | Ian Lance Taylor | 1 | -13/+19 |
2008-01-02 | Reduce the number of system calls. Use readv instead of pread. Do | Ian Lance Taylor | 1 | -24/+7 |
2007-12-21 | From Cary Coutant: Fix handling of versioned symbols, add some tests. | Ian Lance Taylor | 1 | -2/+10 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -9/+15 |
2007-12-19 | Use string length when available when calling Stringpool. Compare | Ian Lance Taylor | 1 | -1/+2 |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -3/+3 |
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -12/+13 |
2007-12-14 | From Craig Silverstein: size hash tables to avoid resizing. | Ian Lance Taylor | 1 | -2/+3 |
2007-12-07 | From Cary Coutant: Fix handling of RELATIVE RELA relocs. | Ian Lance Taylor | 1 | -1/+0 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -2/+5 |
2007-12-05 | Stringpool stats. Also make Symbol_table support functions inline. | Ian Lance Taylor | 1 | -7/+6 |
2007-12-04 | Print symbol table statistics with --stats. | Ian Lance Taylor | 1 | -0/+14 |
2007-11-22 | Add threading support. | Ian Lance Taylor | 1 | -0/+33 |
2007-11-17 | From Craig Silverstein: Quote the symbol name in the ODR violation | Ian Lance Taylor | 1 | -2/+2 |
2007-11-16 | When looking for ODR violations, only check the file base name. Also, | Ian Lance Taylor | 1 | -5/+33 |
2007-11-15 | Workaround bug in gcc 4.0.3 STL. | Ian Lance Taylor | 1 | -3/+4 |
2007-11-15 | From Craig Silverstein: Add support for --demangle. | Ian Lance Taylor | 1 | -4/+32 |
2007-11-14 | From Craig Silverstein: Report output file name with ODR violation | Ian Lance Taylor | 1 | -3/+4 |
2007-11-14 | Add heuristics for undefined symbol warnings. | Ian Lance Taylor | 1 | -25/+51 |
2007-11-14 | Revert last patch. | Ian Lance Taylor | 1 | -2/+1 |
2007-11-14 | Support special always-defined symbols for targets. | Ian Lance Taylor | 1 | -1/+2 |
2007-11-14 | Warn about undefined references in shared libraries if we have seen | Ian Lance Taylor | 1 | -0/+20 |
2007-11-14 | From Craig Silverstein: Rework debug info code a bit, add option for | Ian Lance Taylor | 1 | -50/+2 |
2007-11-13 | From Craig Silverstein: First cut at detecting ODR violations. | Ian Lance Taylor | 1 | -10/+109 |
2007-11-09 | From Cary Coutant: More shared library support, some refactorization. | Ian Lance Taylor | 1 | -0/+1 |
2007-11-09 | Generate a complete exception frame header. Discard duplicate | Ian Lance Taylor | 1 | -6/+6 |
2007-10-23 | Add support for PT_GNU_STACK. | Ian Lance Taylor | 1 | -3/+2 |
2007-10-22 | Fix versions of copied symbols. | Ian Lance Taylor | 1 | -2/+82 |
2007-10-16 | From Cary Coutant: preliminary shared library support. | Ian Lance Taylor | 1 | -4/+22 |
2007-10-14 | Keep track of weak aliases, so that overriding environ works. | Ian Lance Taylor | 1 | -60/+164 |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -44/+76 |
2007-10-12 | Add an option for Stringpools to not copy strings. | Ian Lance Taylor | 1 | -10/+10 |
2007-10-10 | Implement -s and -S options which strip symbols. | Ian Lance Taylor | 1 | -4/+10 |
2007-09-28 | Use parameters to track whether we are doing a static link. Fix up | Ian Lance Taylor | 1 | -0/+33 |
2007-09-26 | Put size and endianness in parameters. | Ian Lance Taylor | 1 | -69/+131 |
2007-09-25 | Add cache parameter to get_view. Discard uncached views on unlock. | Ian Lance Taylor | 1 | -1/+2 |