aboutsummaryrefslogtreecommitdiff
path: root/gold/x86_64.cc
AgeCommit message (Expand)AuthorFilesLines
2010-02-132010-02-12 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-0/+104
2010-02-10 * i386.cc (Relocate::relocate_tls): A local symbol is final if notIan Lance Taylor1-1/+1
2010-02-09 * output.h (Output_data_dynamic::add_section_size): New methodDavid S. Miller1-1/+1
2010-01-08 PR 10287Ian Lance Taylor1-20/+121
2010-01-07 * output.h (class Output_data): Add const version ofIan Lance Taylor1-36/+15
2009-12-30 PR 10450Ian Lance Taylor1-10/+22
2009-12-30 * layout.cc (Layout::Layout): Initialize increase_relro_.Ian Lance Taylor1-12/+13
2009-12-29 * symtab.h (class Symbol_table): Add enum Defined.Ian Lance Taylor1-0/+2
2009-12-24 * x86_64.cc (Target_x86_64::do_calls_non_split): RecognizeIan Lance Taylor1-1/+5
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-3/+3
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-3/+3
2009-12-072009-12-07 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2009-12-062009-12-05 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+3
2009-12-032009-12-03 Doug Kwan <dougkwan@google.com>Doug Kwan1-2/+5
2009-11-092009-11-10 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+1
2009-11-04 PR 10887Ian Lance Taylor1-3/+6
2009-11-04 * layout.cc (Layout::get_output_section): Add is_interp andIan Lance Taylor1-5/+5
2009-10-302009-10-30 Doug Kwan <dougkwan@google.com>Doug Kwan1-2/+2
2009-10-29 * object.h (class Relobj): Drop options parameter fromIan Lance Taylor1-23/+10
2009-10-13 * symtab.h: Check for GOLD_SYMTAB_H before header includes. RemoveSriraman Tallam1-0/+1
2009-10-06 * options.h (class General_options): DefineIan Lance Taylor1-11/+79
2009-10-012009-09-30 Doug Kwan <dougkwan@google.com>Doug Kwan1-13/+2
2009-08-07*** empty log message ***Sriraman Tallam1-4/+8
2009-07-21 PR 10419Ian Lance Taylor1-26/+26
2009-06-22 * layout.cc (Layout::make_output_section): CallIan Lance Taylor1-1/+19
2009-04-27 * x86_64.cc (do_adjust_output_section): Set entsize toIan Lance Taylor1-3/+1
2009-03-27 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output isCary Coutant1-0/+1
2009-03-242009-03-23 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-4/+7
2009-03-04 PR 9918Ian Lance Taylor1-2/+3
2009-01-30 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC callsCary Coutant1-1/+2
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-1/+52
2008-09-16 * target-reloc.h (relocate_section): Check whether a symbol isIan Lance Taylor1-1/+1
2008-09-16* i386.cc (Target_i386::define_tls_base_symbol): Update comments.Alexandre Oliva1-2/+2
2008-09-16* options.h (General_options::output_is_executable): New.Alexandre Oliva1-1/+5
2008-08-152008-08-14 Cary Coutant <ccoutant@google.com>Cary Coutant1-3/+3
2008-08-04 * symtab.h (Symbol::use_plt_offset): New function.Ian Lance Taylor1-4/+4
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-1/+2
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-1/+6
2008-05-20 * options.h (class General_options): Add -z relro.Ian Lance Taylor1-6/+11
2008-05-16 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic typeIan Lance Taylor1-3/+23
2008-05-16 * output.cc (Output_reloc::get_address): Change return type toIan Lance Taylor1-7/+9
2008-05-062008-05-05 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-2/+2
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-20/+40
2008-04-17 * i386.cc (Target_i386::define_tls_base_symbol): New function.Cary Coutant1-1/+30
2008-04-16 * copy-relocs.cc: New file.Ian Lance Taylor1-99/+19
2008-04-11 * i386.cc (Target_i386::got_mod_index_entry): Restore code previouslyCary Coutant1-0/+1
2008-04-112008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant1-34/+346
2008-04-09 * options.h (class General_options): Define --wrap as a specialIan Lance Taylor1-0/+1
2008-04-08 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.Ian Lance Taylor1-1/+61
2008-03-26 PR gold/5986Ian Lance Taylor1-1/+1