aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2008-05-01 * target-reloc.h (relocate_section): Fix dead-pointer bug.Cary Coutant2-3/+4
2008-05-01 * layout.cc (Layout::include_section): Refactored check for debugCary Coutant6-40/+397
2008-05-01 * dwarf_reader.cc (next_generation_count): New static var.Craig Silverstein4-23/+134
2008-04-28 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 andCary Coutant2-2/+7
2008-04-23 * object.cc (Sized_relobj::include_section_group): Check forIan Lance Taylor2-0/+10
2008-04-23 * object.cc (make_elf_object): Correct test for 64-bit ELF fileIan Lance Taylor2-1/+4
2008-04-23 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view ratherIan Lance Taylor3-14/+16
2008-04-23bfd/H.J. Lu3-6/+21
2008-04-19 * version.cc (version_string): Bump to 1.6.Ian Lance Taylor2-1/+3
2008-04-19 * testsuite/Makefile.am (many_sections_r_test): New target.Ian Lance Taylor3-20/+29
2008-04-19 * object.cc (Sized_relobj::do_add_symbols): Always passIan Lance Taylor2-4/+4
2008-04-19 * testsuite/Makefile.am (many_sections_check.h): Only check one inIan Lance Taylor3-2/+6
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor26-358/+1402
2008-04-17 * errors.cc (Errors::info): New function.Cary Coutant8-28/+102
2008-04-17 * options.cc (General_options::parse_V): New function.David S. Miller3-0/+23
2008-04-17 * common.cc (Symbol_table::allocate_commons): Remove optionsIan Lance Taylor16-72/+360
2008-04-17 * sparc.cc (Target_sparc::Scan): Change from struct to class.David S. Miller2-1/+114
2008-04-17 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.David S. Miller3-0/+5
2008-04-17 * i386.cc (Target_i386::define_tls_base_symbol): New function.Cary Coutant4-3/+75
2008-04-17 * symtab.h (Symbol::is_strong_undefined): Removed unused function.Cary Coutant8-51/+217
2008-04-16elfcpp/David S. Miller3-0/+81
2008-04-16 * copy-relocs.cc: New file.Ian Lance Taylor12-619/+515
2008-04-16 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.Ian Lance Taylor4-25/+16
2008-04-16 * testsuite/script_test_4.sh: Permit leading zeroes.Ian Lance Taylor2-1/+5
2008-04-15 * script-sections.cc (Script_sections::create_segments): UseIan Lance Taylor7-17/+137
2008-04-15 * sparc.cc: Add definitions for Output_data_plt_sparc classIan Lance Taylor2-0/+24
2008-04-15toplevel/David S. Miller9-385/+3680
2008-04-15 * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor6-108/+114
2008-04-11 * i386.cc (Target_i386::got_mod_index_entry): Restore code previouslyCary Coutant3-0/+8
2008-04-11 * output.h (class Output_section_data): Remove inline definitionIan Lance Taylor3-2/+19
2008-04-112008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant10-189/+976
2008-04-11 * testsuite/Makefile.am (justsyms_2r.o): Add dependency onIan Lance Taylor6-10/+36
2008-04-11 * options.h (General_options): Add entries for '-Y' andIan Lance Taylor3-4/+43
2008-04-11 * testsuite/justsyms.t: Start at 0x100.David S. Miller5-5/+12
2008-04-10 PR gold/5996Ian Lance Taylor5-24/+87
2008-04-10Fix typo in comment in last commit.Ian Lance Taylor1-1/+1
2008-04-09 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weakIan Lance Taylor9-4/+340
2008-04-09 * options.h (class General_options): Add --noinhibit-exec option.Ian Lance Taylor3-1/+10
2008-04-09 * options.h (class General_options): Define --wrap as a specialIan Lance Taylor9-1/+127
2008-04-09 * errors.cc (Errors::undefined_symbol): Mention symbol version ifIan Lance Taylor2-3/+12
2008-04-09 * layout.h (class Layout): Add added_eh_frame_data_ field.Ian Lance Taylor4-5/+25
2008-04-08 * merge.cc (Object_merge_map::get_output_offset): Remove inlineIan Lance Taylor2-1/+6
2008-04-08 * configure.ac: Export new conditional variable HAVE_ZLIB.Ian Lance Taylor6-30/+73
2008-04-08 * version.cc (version_string): Set to "1.5".Ian Lance Taylor2-1/+3
2008-04-08 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.Ian Lance Taylor2-1/+67
2008-04-07 * output.cc (Output_reloc<SHT_REL>::local_section_offset): AddIan Lance Taylor7-9/+76
2008-04-07 * configure.ac: Don't test for objdump, c++filt, or readelf.Ian Lance Taylor6-135/+143
2008-04-042008-04-04 Cary Coutant <ccoutant@google.com>Cary Coutant7-5/+227
2008-04-03 * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor6-27/+43
2008-04-03 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,David S. Miller2-7/+12