summaryrefslogtreecommitdiff
path: root/gold/i386.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* PR16794, gold ignores R_386_GOTOFF addendAlan Modra2019-09-281-4/+3
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant2018-04-021-0/+3
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant2016-08-171-2/+5
* gold: Support 386 TLS code sequences without PLTH.J. Lu2016-06-291-18/+54
* gold/x86: Handle output without PLTH.J. Lu2016-06-201-0/+4
* Fix failure to diagnose GOTOFF relocation to undef symbol in shared lib (i386).Cary Coutant2016-03-271-0/+17
* gold: Add view and view_size parameters to is_call_to_non_split.Marcin Koƛcielnicki2016-02-061-2/+5
* Fix compile error with use of 'typename' outside of templateH.J. Lu2016-01-121-3/+2
* Fix breakage for SHT_REL targets where get_r_addend() gives internal error.Cary Coutant2016-01-121-0/+8
* 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-20/+72
* 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-17/+16
* Remove unnecessary target dependencies on relocation format.Cary Coutant2015-11-091-1/+3
* Support 64-bit entry size in SHT_HASH (for s390).Marcin Koƛcielnicki2015-10-281-3/+6
* Check R_386_GOT32/R_386_GOT32X without base registerH.J. Lu2015-10-281-2/+26
* Gold: Don't fail on R_386_GOT32X relocationH.J. Lu2015-10-221-0/+6
* Add EM_IAMCU support to goldH.J. Lu2015-10-131-0/+56
* Convert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(%reg), %regIlya Tocar2015-04-011-33/+94
* Fix support for i386 TLS GD-to-IE optimization.Cary Coutant2015-03-221-19/+8
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* 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-33/+69
* Update copyright yearsAlan Modra2014-03-051-2/+1
* gold/Roland McGrath2013-10-111-3/+1
* gold/Roland McGrath2013-08-161-0/+12
* gold/Cary Coutant2013-07-301-2/+4
* * target-reloc.h (relocate_section): If the reloc offset is out ofIan Lance Taylor2013-04-271-1/+4
* gold/Roland McGrath2012-11-021-3/+2
* gold/Roland McGrath2012-11-011-2/+3
* * target-reloc.h (class Default_comdat_behavior): New, package up..Alan Modra2012-10-181-1/+1
* * 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-9/+14
* * 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-16/+16
* * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.Roland McGrath2012-05-021-552/+1063
* PR gold/13617Ian Lance Taylor2012-01-241-2/+3
* 2011-12-17 Cary Coutant <ccoutant@google.com>Cary Coutant2011-12-171-36/+45
* PR gold/13359Cary Coutant2011-10-311-6/+0
* * i386.cc (class Output_data_plt_i386): Add layout_ field.Ian Lance Taylor2011-07-151-5/+16
* * i386.cc (Target_i386::got_section): If -z now, make .got.plt aIan Lance Taylor2011-07-131-7/+21
* PR gold/12980Ian Lance Taylor2011-07-121-0/+15