Age | Commit message (Expand) | Author | Files | Lines |
2008-05-09 | PR 6493 | Ian Lance Taylor | 2 | -3/+17 |
2008-05-08 | * symtab.c (Symbol::init_base_output_data): Add version | Ian Lance Taylor | 7 | -81/+201 |
2008-05-07 | PR 6049 | Ian Lance Taylor | 7 | -101/+307 |
2008-05-06 | * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected | Ian Lance Taylor | 11 | -11/+310 |
2008-05-06 | * options.h (DEFINE_var): Add set_user_set_##varname__. | Ian Lance Taylor | 3 | -10/+66 |
2008-05-06 | * options.h (class General_options): Add --fatal-warnings. | Ian Lance Taylor | 4 | -0/+18 |
2008-05-06 | * options.h (class General_options): Add -Bsymbolic-functions. | Ian Lance Taylor | 3 | -6/+39 |
2008-05-06 | Correct last patch. | Ian Lance Taylor | 1 | -2/+2 |
2008-05-06 | 2008-05-05 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 7 | -23/+159 |
2008-05-05 | * configure.ac: If targ_extra_obj is set, link it in. | Ian Lance Taylor | 4 | -0/+20 |
2008-05-05 | * object.cc (Sized_relobj::include_section_group): Adjust section | Ian Lance Taylor | 7 | -25/+73 |
2008-05-01 | * target-reloc.h (relocate_section): Fix dead-pointer bug. | Cary Coutant | 2 | -3/+4 |
2008-05-01 | * layout.cc (Layout::include_section): Refactored check for debug | Cary Coutant | 6 | -40/+397 |
2008-05-01 | * dwarf_reader.cc (next_generation_count): New static var. | Craig Silverstein | 4 | -23/+134 |
2008-04-28 | * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and | Cary Coutant | 2 | -2/+7 |
2008-04-23 | * object.cc (Sized_relobj::include_section_group): Check for | Ian Lance Taylor | 2 | -0/+10 |
2008-04-23 | * object.cc (make_elf_object): Correct test for 64-bit ELF file | Ian Lance Taylor | 2 | -1/+4 |
2008-04-23 | * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather | Ian Lance Taylor | 3 | -14/+16 |
2008-04-23 | bfd/ | H.J. Lu | 3 | -6/+21 |
2008-04-19 | * version.cc (version_string): Bump to 1.6. | Ian Lance Taylor | 2 | -1/+3 |
2008-04-19 | * testsuite/Makefile.am (many_sections_r_test): New target. | Ian Lance Taylor | 3 | -20/+29 |
2008-04-19 | * object.cc (Sized_relobj::do_add_symbols): Always pass | Ian Lance Taylor | 2 | -4/+4 |
2008-04-19 | * testsuite/Makefile.am (many_sections_check.h): Only check one in | Ian Lance Taylor | 3 | -2/+6 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 26 | -358/+1402 |
2008-04-17 | * errors.cc (Errors::info): New function. | Cary Coutant | 8 | -28/+102 |
2008-04-17 | * options.cc (General_options::parse_V): New function. | David S. Miller | 3 | -0/+23 |
2008-04-17 | * common.cc (Symbol_table::allocate_commons): Remove options | Ian Lance Taylor | 16 | -72/+360 |
2008-04-17 | * sparc.cc (Target_sparc::Scan): Change from struct to class. | David S. Miller | 2 | -1/+114 |
2008-04-17 | * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64. | David S. Miller | 3 | -0/+5 |
2008-04-17 | * i386.cc (Target_i386::define_tls_base_symbol): New function. | Cary Coutant | 4 | -3/+75 |
2008-04-17 | * symtab.h (Symbol::is_strong_undefined): Removed unused function. | Cary Coutant | 8 | -51/+217 |
2008-04-16 | elfcpp/ | David S. Miller | 3 | -0/+81 |
2008-04-16 | * copy-relocs.cc: New file. | Ian Lance Taylor | 12 | -619/+515 |
2008-04-16 | * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild. | Ian Lance Taylor | 4 | -25/+16 |
2008-04-16 | * testsuite/script_test_4.sh: Permit leading zeroes. | Ian Lance Taylor | 2 | -1/+5 |
2008-04-15 | * script-sections.cc (Script_sections::create_segments): Use | Ian Lance Taylor | 7 | -17/+137 |
2008-04-15 | * sparc.cc: Add definitions for Output_data_plt_sparc class | Ian Lance Taylor | 2 | -0/+24 |
2008-04-15 | toplevel/ | David S. Miller | 9 | -385/+3680 |
2008-04-15 | * layout.cc (Layout::Layout): Initialize sections_are_attached_. | Ian Lance Taylor | 6 | -108/+114 |
2008-04-11 | * i386.cc (Target_i386::got_mod_index_entry): Restore code previously | Cary Coutant | 3 | -0/+8 |
2008-04-11 | * output.h (class Output_section_data): Remove inline definition | Ian Lance Taylor | 3 | -2/+19 |
2008-04-11 | 2008-04-11 Cary Coutant <ccoutant@google.com> | Cary Coutant | 10 | -189/+976 |
2008-04-11 | * testsuite/Makefile.am (justsyms_2r.o): Add dependency on | Ian Lance Taylor | 6 | -10/+36 |
2008-04-11 | * options.h (General_options): Add entries for '-Y' and | Ian Lance Taylor | 3 | -4/+43 |
2008-04-11 | * testsuite/justsyms.t: Start at 0x100. | David S. Miller | 5 | -5/+12 |
2008-04-10 | PR gold/5996 | Ian Lance Taylor | 5 | -24/+87 |
2008-04-10 | Fix typo in comment in last commit. | Ian Lance Taylor | 1 | -1/+1 |
2008-04-09 | * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak | Ian Lance Taylor | 9 | -4/+340 |
2008-04-09 | * options.h (class General_options): Add --noinhibit-exec option. | Ian Lance Taylor | 3 | -1/+10 |
2008-04-09 | * options.h (class General_options): Define --wrap as a special | Ian Lance Taylor | 9 | -1/+127 |