aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2009-01-28 * gold.h: Include <cstring> and <stdint.h>.Ian Lance Taylor5-20/+29
2009-01-28Wrong date and missing space in last checkin.Sriraman Tallam1-1/+1
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam23-138/+1495
2009-01-23* options.h (General_options::gc_sections): Define as a no-op for now.Christopher Faylor3-0/+20
2009-01-20* powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try toAndreas Schwab2-8/+9
2009-01-19* configure.tgt (powerpc64-*): Fix targ_obj.Andreas Schwab2-7/+10
2009-01-15 * object.cc (Sized_relobj::write_local_symbols): Don't write outIan Lance Taylor2-7/+15
2009-01-15 * output.cc (Output_reloc): Add explicit instantiations.Cary Coutant2-0/+84
2009-01-15 * archive.cc (Archive::get_elf_object_for_member): Remove callCary Coutant16-162/+476
2009-01-07 * version.cc (version_string): Bump to 1.8.Ian Lance Taylor2-1/+5
2008-12-24 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.Cary Coutant4-8/+46
2008-12-23 * plugin.cc (is_visible_from_outside): New function.Cary Coutant5-13/+129
2008-12-23 * object.cc (Sized_relobj::layout_section): New function.Cary Coutant5-42/+193
2008-12-18 * options.h (class General_options): Add --no case forIan Lance Taylor2-1/+7
2008-12-16 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transferCary Coutant5-20/+50
2008-12-12 * target-reloc.h (Default_scan_relocatable_relocs): Only discardIan Lance Taylor3-16/+14
2008-12-12 * configure.ac: Update test for TLS descriptors: they areIan Lance Taylor3-51/+86
2008-12-12 PR 7091Ian Lance Taylor2-4/+26
2008-12-10 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacementCary Coutant2-0/+14
2008-12-09 PR 7088Ian Lance Taylor2-0/+4
2008-12-09 * testsuite/initpri1.c: Change all declarations to be fullIan Lance Taylor2-9/+14
2008-12-052008-12-05 Rafael Avila de Espindola <espindola@google.com>Cary Coutant7-37/+80
2008-12-05 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.Cary Coutant3-0/+19
2008-12-01gold/ChangeLog:Cary Coutant2-3/+8
2008-11-15 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_addressCary Coutant2-1/+6
2008-11-06 * options.cc (General_options::parse_dynamic_list): New function.Craig Silverstein11-18/+277
2008-11-06 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.Craig Silverstein3-3/+15
2008-10-07 * options.c (General_options::finalize): Add check for -static andCary Coutant3-0/+11
2008-10-02 * plugin.cc (make_sized_plugin_object): Fix conditionalCary Coutant2-4/+25
2008-09-29Added missing files to ChangeLog entry.Cary Coutant1-0/+6
2008-09-29 * archive.cc (Archive::get_file_and_offset): Use filename insteadCary Coutant9-4/+294
2008-09-29 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant9-33/+75
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant28-81/+2676
2008-09-16 * target-reloc.h (relocate_section): Check whether a symbol isIan Lance Taylor9-8/+20
2008-09-16 * fileread.cc (make_view): Add casts to avoid warning.Ian Lance Taylor2-1/+7
2008-09-16* i386.cc (Target_i386::define_tls_base_symbol): Update comments.Alexandre Oliva3-4/+9
2008-09-16* options.h (General_options::output_is_executable): New.Alexandre Oliva4-2/+32
2008-09-122008-09-11 Chris Demetriou <cgd@google.com>Chris Demetriou3-0/+14
2008-09-102008-09-05 Cary Coutant <ccoutant@google.com>Cary Coutant2-0/+13
2008-09-062008-09-05 Cary Coutant <ccoutant@google.com>Cary Coutant2-4/+9
2008-08-282008-08-28 Kris Van Hees <kris.van.hees@oracle.com>Kris Van Hees3-0/+14
2008-08-212008-08-20 Craig Silverstein <csilvers@google.com>Craig Silverstein2-2/+7
2008-08-152008-08-14 Cary Coutant <ccoutant@google.com>Cary Coutant5-3/+38
2008-08-13 * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor14-25/+346
2008-08-072008-08-06 Cary Coutant <ccoutant@google.com>Cary Coutant1-0/+41
2008-08-072008-08-06 Cary Coutant <ccoutant@google.com>Cary Coutant7-203/+385
2008-08-04 * symtab.h (Symbol::use_plt_offset): New function.Ian Lance Taylor11-67/+262
2008-08-04Set LC_ALL=C rather than unsetting LC_COLLATE for sort.Alan Modra4-2/+19
2008-07-29 * script.cc (Script_options::finalize_symbols): Finalize SECTIONSIan Lance Taylor4-2/+25
2008-07-25 PR 5990Ian Lance Taylor13-45/+459