Age | Commit message (Expand) | Author | Files | Lines |
2008-04-09 | * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak | Ian Lance Taylor | 7 | -3/+317 |
2008-04-09 | * options.h (class General_options): Define --wrap as a special | Ian Lance Taylor | 1 | -0/+1 |
2008-04-08 | * configure.ac: Export new conditional variable HAVE_ZLIB. | Ian Lance Taylor | 2 | -29/+42 |
2008-04-07 | * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add | Ian Lance Taylor | 4 | -0/+43 |
2008-04-07 | * configure.ac: Don't test for objdump, c++filt, or readelf. | Ian Lance Taylor | 2 | -88/+121 |
2008-04-04 | 2008-04-04 Cary Coutant <ccoutant@google.com> | Cary Coutant | 5 | -4/+181 |
2008-04-03 | * compressed_output.h (class Output_compressed_section): Use | Ian Lance Taylor | 2 | -4/+4 |
2008-03-29 | * symtab.cc (Symbol_table::do_define_as_constant): Don't force a | Ian Lance Taylor | 3 | -0/+53 |
2008-03-29 | * output.cc | Ian Lance Taylor | 1 | -2/+10 |
2008-03-29 | * symtab.cc (Symbol_table::add_from_object): If we don't use the | Ian Lance Taylor | 4 | -2/+105 |
2008-03-28 | * layout.cc (Layout::layout): If we see an input section with a | Ian Lance Taylor | 3 | -22/+146 |
2008-03-27 | * common.cc (Sort_commons::operator): Correct sorting algorithm. | Ian Lance Taylor | 3 | -3/+105 |
2008-03-27 | * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_ | Ian Lance Taylor | 3 | -3/+57 |
2008-03-27 | * symtab.cc (Symbol_table::add_from_relobj): Don't set the version | Ian Lance Taylor | 5 | -2/+130 |
2008-03-26 | PR gold/5986 | Ian Lance Taylor | 1 | -0/+2 |
2008-03-25 | * options.cc (options::help): Print list of supported targets. | Ian Lance Taylor | 1 | -3/+14 |
2008-03-19 | Make sure the start and size of the TLS segment are aligned. | Ian Lance Taylor | 1 | -0/+7 |
2008-03-16 | Fix handling of RELA relative relocs against local symbols in merge | Ian Lance Taylor | 4 | -0/+28 |
2008-03-14 | Don't get confused about whether a symbol is the default version if we | Ian Lance Taylor | 4 | -12/+123 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 35 | -43/+43 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -2/+2 |
2008-02-26 | From Craig Silverstein: rework handling of Script_options. | Ian Lance Taylor | 1 | -2/+1 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -0/+4 |
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 |