Age | Commit message (Expand) | Author | Files | Lines |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-29 | gold: Add endbr64 to IBT TLSDESC PLT entry | H.J. Lu | 1 | -6/+6 |
2020-11-29 | gold: Convert x86-64 GOTPCRELX only if addend == -4 | H.J. Lu | 1 | -50/+67 |
2020-10-13 | gold: Update GNU_PROPERTY_X86_XXX macros | H.J. Lu | 1 | -2/+32 |
2020-10-13 | Gold: Enable safe ICF for shared object on x86-64 | H.J. Lu | 1 | -16/+2 |
2020-05-01 | gold: x86-64: Fix TLSDESC relaxation for x32 | H.J. Lu | 1 | -17/+59 |
2020-05-01 | gold: x86-64: Fix TLSDESC -> LE relaxation | H.J. Lu | 1 | -3/+8 |
2020-05-01 | gold: Increment plt_offset after setting TLSDESC PLT entry | H.J. Lu | 1 | -0/+2 |
2020-05-01 | gold: Handle local IFUNC symbol for APLT | H.J. Lu | 1 | -2/+12 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-28 | PR16794, gold ignores R_386_GOTOFF addend | Alan Modra | 1 | -4/+3 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-08-07 | Properly merge GNU_PROPERTY_X86_ISA_1_USED (x86_64). | Cary Coutant | 1 | -3/+19 |
2018-08-06 | Fix type checking errors. | Cary Coutant | 1 | -2/+3 |
2018-06-23 | Fix "may be used uninitialized" warning. | Cary Coutant | 1 | -1/+1 |
2018-06-23 | Add x86-64 support for Indirect Branch Tracking (IBT). | Cary Coutant | 1 | -4/+490 |
2018-06-22 | Update support for .note.gnu.property sections. | Cary Coutant | 1 | -21/+95 |
2018-06-22 | Add support for .note.gnu.property sections. | Cary Coutant | 1 | -0/+39 |
2018-04-02 | Fix problem where mixed section types can cause internal error during a -r link. | Cary Coutant | 1 | -0/+4 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-01 | Disallow --incremental with -pie and force -no-pie for incremental tests. | Cary Coutant | 1 | -15/+23 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 1 | -1/+1 |
2017-02-15 | Improved support for --icf=safe when used with -pie. | Rahul Chaudhry | 1 | -17/+68 |
2017-01-31 | Don't allow mov-to-lea optimization for __ehdr_start. | Cary Coutant | 1 | -3/+8 |
2017-01-11 | Fix more compile errors with GCC 4.2. | Cary Coutant | 1 | -12/+12 |
2017-01-11 | Fix compile errors with GCC 4.2. | Cary Coutant | 1 | -9/+9 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-22 | Add -z bndplt support (for Intel MPX). | Cary Coutant | 1 | -19/+501 |
2016-10-06 | [GOLD] -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -1/+1 |
2016-08-10 | Fix extraneous complaints about missing expected TLS relocation. | Cary Coutant | 1 | -0/+2 |
2016-06-29 | gold: Support x86-64 TLS code sequences without PLT | H.J. Lu | 1 | -10/+45 |
2016-06-28 | Convert indirect calls to direct when possible. | Sriraman Tallam | 1 | -28/+144 |
2016-06-20 | gold/x86: Handle output without PLT | H.J. Lu | 1 | -0/+4 |
2016-02-07 | Add additional information to relocation overflow errors. | Cary Coutant | 1 | -2/+24 |
2016-02-07 | Fix incorrect x32 overflow checking for refs to weak undef symbols. | Cary Coutant | 1 | -2/+11 |
2016-02-06 | Fix overflow checking for 32-bit pc-relative relocations on x32. | Cary Coutant | 1 | -7/+52 |
2016-02-05 | Add some relocation overflow checks for x86_64. | Cary Coutant | 1 | -31/+30 |
2016-01-11 | Fix internal error when applying TLSDESC relocations with no TLS segment. | Cary Coutant | 1 | -12/+2 |
2016-01-11 | Refactor gold to enable support for MIPS-64 relocation format. | Cary Coutant | 1 | -95/+74 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-11 | Pass relocations to Target::do_calls_non_split. | Cary Coutant | 1 | -0/+3 |
2015-12-09 | [GOLD] Relocate::relocate() params | Alan Modra | 1 | -10/+8 |
2015-11-09 | Remove unnecessary target dependencies on relocation format. | Cary Coutant | 1 | -1/+4 |
2015-10-29 | Make GOT entry size target-dependent | H.J. Lu | 1 | -0/+5 |
2015-10-28 | Support 64-bit entry size in SHT_HASH (for s390). | Marcin KoĆcielnicki | 1 | -4/+8 |
2015-10-22 | Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocations | H.J. Lu | 1 | -2/+18 |
2015-04-06 | [Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %reg | Ilya Tocar | 1 | -6/+87 |
2015-02-02 | Fix bug with previous patch for unresolved TLS symbol. | Cary Coutant | 1 | -1/+3 |
2015-01-28 | Allow undefined references to TLS symbols. | Cary Coutant | 1 | -3/+17 |