| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * i386.cc (Target_i386::define_tls_base_symbol): New function. | Cary Coutant | 2008-04-17 | 4 | -3/+75 |
* | * symtab.h (Symbol::is_strong_undefined): Removed unused function. | Cary Coutant | 2008-04-17 | 8 | -51/+217 |
* | elfcpp/ | David S. Miller | 2008-04-16 | 3 | -0/+81 |
* | * copy-relocs.cc: New file. | Ian Lance Taylor | 2008-04-16 | 12 | -619/+515 |
* | * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild. | Ian Lance Taylor | 2008-04-16 | 4 | -25/+16 |
* | * testsuite/script_test_4.sh: Permit leading zeroes. | Ian Lance Taylor | 2008-04-16 | 2 | -1/+5 |
* | * script-sections.cc (Script_sections::create_segments): Use | Ian Lance Taylor | 2008-04-15 | 7 | -17/+137 |
* | * sparc.cc: Add definitions for Output_data_plt_sparc class | Ian Lance Taylor | 2008-04-15 | 2 | -0/+24 |
* | toplevel/ | David S. Miller | 2008-04-15 | 9 | -385/+3680 |
* | * layout.cc (Layout::Layout): Initialize sections_are_attached_. | Ian Lance Taylor | 2008-04-15 | 6 | -108/+114 |
* | * i386.cc (Target_i386::got_mod_index_entry): Restore code previously | Cary Coutant | 2008-04-11 | 3 | -0/+8 |
* | * output.h (class Output_section_data): Remove inline definition | Ian Lance Taylor | 2008-04-11 | 3 | -2/+19 |
* | 2008-04-11 Cary Coutant <ccoutant@google.com> | Cary Coutant | 2008-04-11 | 10 | -189/+976 |
* | * testsuite/Makefile.am (justsyms_2r.o): Add dependency on | Ian Lance Taylor | 2008-04-11 | 6 | -10/+36 |
* | * options.h (General_options): Add entries for '-Y' and | Ian Lance Taylor | 2008-04-11 | 3 | -4/+43 |
* | * testsuite/justsyms.t: Start at 0x100. | David S. Miller | 2008-04-11 | 5 | -5/+12 |
* | PR gold/5996 | Ian Lance Taylor | 2008-04-10 | 5 | -24/+87 |
* | Fix typo in comment in last commit. | Ian Lance Taylor | 2008-04-10 | 1 | -1/+1 |
* | * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak | Ian Lance Taylor | 2008-04-09 | 9 | -4/+340 |
* | * options.h (class General_options): Add --noinhibit-exec option. | Ian Lance Taylor | 2008-04-09 | 3 | -1/+10 |
* | * options.h (class General_options): Define --wrap as a special | Ian Lance Taylor | 2008-04-09 | 9 | -1/+127 |
* | * errors.cc (Errors::undefined_symbol): Mention symbol version if | Ian Lance Taylor | 2008-04-09 | 2 | -3/+12 |
* | * layout.h (class Layout): Add added_eh_frame_data_ field. | Ian Lance Taylor | 2008-04-09 | 4 | -5/+25 |
* | * merge.cc (Object_merge_map::get_output_offset): Remove inline | Ian Lance Taylor | 2008-04-08 | 2 | -1/+6 |
* | * configure.ac: Export new conditional variable HAVE_ZLIB. | Ian Lance Taylor | 2008-04-08 | 6 | -30/+73 |
* | * version.cc (version_string): Set to "1.5". | Ian Lance Taylor | 2008-04-08 | 2 | -1/+3 |
* | * x86_64.cc (Target_x86_64::Scan): Change from struct to class. | Ian Lance Taylor | 2008-04-08 | 2 | -1/+67 |
* | * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add | Ian Lance Taylor | 2008-04-07 | 7 | -9/+76 |
* | * configure.ac: Don't test for objdump, c++filt, or readelf. | Ian Lance Taylor | 2008-04-07 | 6 | -135/+143 |
* | 2008-04-04 Cary Coutant <ccoutant@google.com> | Cary Coutant | 2008-04-04 | 7 | -5/+227 |
* | * compressed_output.h (class Output_compressed_section): Use | Ian Lance Taylor | 2008-04-03 | 6 | -27/+43 |
* | * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog, | David S. Miller | 2008-04-03 | 2 | -7/+12 |
* | * TODO: New file. | Ian Lance Taylor | 2008-04-03 | 2 | -0/+30 |
* | * fileread.cc (File_read::find_view): Add byteshift and vshifted | Ian Lance Taylor | 2008-04-02 | 10 | -108/+285 |
* | 2008-03-31 Cary Coutant <ccoutant@google.com> | Cary Coutant | 2008-04-01 | 4 | -30/+178 |
* | * symtab.cc (Symbol_table::do_define_as_constant): Don't force a | Ian Lance Taylor | 2008-03-29 | 5 | -2/+68 |
* | * output.cc | Ian Lance Taylor | 2008-03-29 | 3 | -63/+63 |
* | * symtab.cc (Symbol_table::add_from_object): If we don't use the | Ian Lance Taylor | 2008-03-29 | 6 | -2/+119 |
* | * layout.cc (Layout::layout): If we see an input section with a | Ian Lance Taylor | 2008-03-28 | 10 | -25/+576 |
* | * common.cc (Sort_commons::operator): Correct sorting algorithm. | Ian Lance Taylor | 2008-03-27 | 5 | -6/+117 |
* | * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_ | Ian Lance Taylor | 2008-03-27 | 5 | -6/+74 |
* | * symtab.cc (Symbol_table::add_from_relobj): Don't set the version | Ian Lance Taylor | 2008-03-27 | 8 | -5/+149 |
* | PR gold/5986 | Ian Lance Taylor | 2008-03-26 | 18 | -7/+171 |
* | Fix a ChangeLog formatting problem. | Ben Elliston | 2008-03-26 | 1 | -1/+1 |
* | * options.cc: Include "../bfd/bfdver.h". | Ian Lance Taylor | 2008-03-25 | 2 | -0/+9 |
* | * version.cc (print_version): Adjust output for current value of | Ian Lance Taylor | 2008-03-25 | 2 | -3/+20 |
* | * NEWS: New file. | Ian Lance Taylor | 2008-03-25 | 1 | -0/+1 |
* | * options.cc (options::help): Print list of supported targets. | Ian Lance Taylor | 2008-03-25 | 7 | -80/+177 |
* | * README: Rewrite, with some notes on unsupported features. | Ian Lance Taylor | 2008-03-25 | 2 | -10/+49 |
* | * i386.cc (Target_i386::Got_type): New enum declaration. | Cary Coutant | 2008-03-25 | 9 | -416/+418 |