aboutsummaryrefslogtreecommitdiff
path: root/gold/i386.cc
AgeCommit message (Expand)AuthorFilesLines
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-05-13With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam1-2/+4
2014-05-06Fix issue where first reserved word of GOT is not initialized if thereCary Coutant1-33/+69
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-10-11gold/Roland McGrath1-3/+1
2013-08-16gold/Roland McGrath1-0/+12
2013-07-30 gold/Cary Coutant1-2/+4
2013-04-27 * target-reloc.h (relocate_section): If the reloc offset is out ofIan Lance Taylor1-1/+4
2012-11-02gold/Roland McGrath1-3/+2
2012-11-01gold/Roland McGrath1-2/+3
2012-10-18 * target-reloc.h (class Default_comdat_behavior): New, package up..Alan Modra1-1/+1
2012-10-05 * i386.cc (Output_data_plt_i386::address_for_global,Alan Modra1-8/+9
2012-09-12 * target-reloc.h (scan_relocs): Call scan.local for relocsAlan Modra1-9/+14
2012-09-10 * output.h (Output_data_got::add_global_tls, add_local_tls,Alan Modra1-1/+1
2012-09-05 * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra1-16/+16
2012-05-02 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.Roland McGrath1-552/+1063
2012-01-24 PR gold/13617Ian Lance Taylor1-2/+3
2011-12-172011-12-17 Cary Coutant <ccoutant@google.com>Cary Coutant1-36/+45
2011-10-31 PR gold/13359Cary Coutant1-6/+0
2011-07-15 * i386.cc (class Output_data_plt_i386): Add layout_ field.Ian Lance Taylor1-5/+16
2011-07-13 * i386.cc (Target_i386::got_section): If -z now, make .got.plt aIan Lance Taylor1-7/+21
2011-07-12 PR gold/12980Ian Lance Taylor1-0/+15
2011-07-09 PR gold/11317Ian Lance Taylor1-9/+18
2011-07-08 PR gold/12279Ian Lance Taylor1-9/+45
2011-07-08 PR gold/12372Ian Lance Taylor1-75/+205
2011-07-06 PR gold/12392Ian Lance Taylor1-0/+40
2011-07-02 PR gold/12525Ian Lance Taylor1-0/+19
2011-07-01Correct comment in last commit.Ian Lance Taylor1-1/+1
2011-07-01 PR gold/12571Ian Lance Taylor1-9/+69
2011-06-28 PR gold/12934Ian Lance Taylor1-1/+2
2011-06-28 * target.h (class Target): Add osabi_ field.Ian Lance Taylor1-2/+2
2011-06-28 * target.h (Target::can_check_for_function_pointers): Rewrite.Ian Lance Taylor1-9/+7
2011-05-24 * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant1-34/+38
2010-12-14Fix typos in gold.Ralf Wildenhues1-2/+2
2010-11-11gold/Richard Sandiford1-77/+74
2010-09-282010-09-28 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-0/+4
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-1/+1
2010-08-19 PR 10893Ian Lance Taylor1-116/+439
2010-08-12elfcpp/ChangeLog:Cary Coutant1-1/+66
2010-08-032010-08-03 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-11/+11
2010-08-02 * i386.cc (class Target_i386): Add got_tlsdesc_ field.Ian Lance Taylor1-13/+50
2010-07-29 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add templateSriraman Tallam1-1/+2
2010-07-13 * output.h (Output_section_lookup_maps::add_merge_section):Ian Lance Taylor1-11/+9
2010-03-11Adjust last patch--same ChangeLog entry, same e-mail.Ian Lance Taylor1-1/+0
2010-03-11 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call theIan Lance Taylor1-0/+16
2010-03-04 * i386.cc (Target_i386::can_check_for_function_pointers): New function.Sriraman Tallam1-16/+72
2010-02-132010-02-12 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-0/+20
2010-02-10 * i386.cc (Relocate::relocate_tls): A local symbol is final if notIan Lance Taylor1-4/+3
2010-02-09 * output.h (Output_data_dynamic::add_section_size): New methodDavid S. Miller1-1/+1
2010-01-08 PR 10287Ian Lance Taylor1-15/+55