summaryrefslogtreecommitdiff
path: root/gold/x86_64.cc
Commit message (Expand)AuthorAgeFilesLines
...
* [Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %regIlya Tocar2015-04-061-6/+87
* Fix bug with previous patch for unresolved TLS symbol.Cary Coutant2015-02-021-1/+3
* Allow undefined references to TLS symbols.Cary Coutant2015-01-281-3/+17
* Handle stack split for x32H.J. Lu2015-01-061-5/+28
* Handle Initial-Exec to Local-Exec for x32H.J. Lu2015-01-061-0/+6
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Check PC-relative offset overflow in PLT entryH.J. Lu2014-11-211-3/+8
* Don't make PLT entry for R_X86_64_GOTPLT64H.J. Lu2014-11-141-7/+2
* Properly handle 64-bit GOT relocationsH.J. Lu2014-05-271-2/+5
* With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam2014-05-131-2/+4
* Fix issue where first reserved word of GOT is not initialized if thereCary Coutant2014-05-061-35/+75
* Add missing break statement for case elfcpp::R_X86_64_PLTOFF64.Cary Coutant2014-04-231-0/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* Add R_X86_64_PC32_BND/R_X86_64_PLT32_BND suppor to goldH.J. Lu2013-11-181-6/+35
* gold: x86_64-nacl: Correct 9-byte nop sequence to match what the assembler ge...Roland McGrath2013-10-301-1/+1
* gold/Roland McGrath2013-10-111-3/+1
* Use relative relocation for R_X86_64_32 on x32H.J. Lu2013-09-031-1/+2
* gold/Roland McGrath2013-08-161-0/+13
* gold/Cary Coutant2013-07-301-4/+8
* * target-reloc.h (relocate_section): If the reloc offset is out ofIan Lance Taylor2013-04-271-1/+4
* Fix TLS to LE optimization for x32H.J. Lu2012-11-201-1/+8
* gold/Roland McGrath2012-11-011-3/+3
* * target-reloc.h (class Default_comdat_behavior): New, package up..Alan Modra2012-10-181-1/+2
* * i386.cc (Output_data_plt_i386::address_for_global,Alan Modra2012-10-051-8/+9
* * target-reloc.h (scan_relocs): Call scan.local for relocsAlan Modra2012-09-121-2/+7
* * output.h (Output_data_got::add_global_tls, add_local_tls,Alan Modra2012-09-101-1/+1
* * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra2012-09-051-4/+4
* * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call toIan Lance Taylor2012-08-151-1/+1
* Handle R_X86_64_64 properly for x32H.J. Lu2012-05-111-1/+3
* * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.Roland McGrath2012-05-021-501/+1087
* gold: Allow use_plt_offset to be specified for global relocations.David S. Miller2012-04-171-7/+7
* Support x32 GD->IE and GD->LE optimizationsH.J. Lu2012-01-271-17/+54
* Support x32 IFUNC function pointerH.J. Lu2012-01-271-1/+2
* PR gold/13617Ian Lance Taylor2012-01-241-2/+3
* Add typename on types used in templateH.J. Lu2012-01-201-5/+5
* Properly handle R_X86_64_32 for x32H.J. Lu2012-01-101-0/+16
* Initial x32 support in goldH.J. Lu2012-01-091-385/+513
* * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):Cary Coutant2012-01-041-2/+2
* * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor2011-12-191-25/+25
* 2011-12-17 Cary Coutant <ccoutant@google.com>Cary Coutant2011-12-171-36/+45
* PR gold/13359Cary Coutant2011-10-311-6/+0
* PR gold/13249Cary Coutant2011-10-101-6/+6
* * i386.cc (class Output_data_plt_i386): Add layout_ field.Ian Lance Taylor2011-07-151-8/+20
* * i386.cc (Target_i386::got_section): If -z now, make .got.plt aIan Lance Taylor2011-07-131-8/+21
* PR gold/12980Ian Lance Taylor2011-07-121-0/+15
* PR gold/11317Ian Lance Taylor2011-07-091-9/+18
* PR gold/12279Ian Lance Taylor2011-07-081-8/+45
* PR gold/12372Ian Lance Taylor2011-07-081-87/+249
* PR gold/12392Ian Lance Taylor2011-07-061-0/+40
* PR gold/12525Ian Lance Taylor2011-07-021-0/+19