summaryrefslogtreecommitdiff
path: root/gold/x86_64.cc
Commit message (Expand)AuthorAgeFilesLines
* Add incomplete relocation overflow check for x86-64users/hjl/goldH.J. Lu2016-02-031-27/+41
* Fix internal error when applying TLSDESC relocations with no TLS segment.Cary Coutant2016-01-111-12/+2
* Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant2016-01-111-95/+74
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Pass relocations to Target::do_calls_non_split.Cary Coutant2015-12-111-0/+3
* [GOLD] Relocate::relocate() paramsAlan Modra2015-12-091-10/+8
* Remove unnecessary target dependencies on relocation format.Cary Coutant2015-11-091-1/+4
* Make GOT entry size target-dependentH.J. Lu2015-10-291-0/+5
* Support 64-bit entry size in SHT_HASH (for s390).Marcin Koƛcielnicki2015-10-281-4/+8
* Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocationsH.J. Lu2015-10-221-2/+18
* [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