Age | Commit message (Expand) | Author | Files | Lines |
2017-05-11 | x86-64: Rename .plt.bnd to .plt.sec | H.J. Lu | 1 | -83/+84 |
2017-05-11 | x86: Generate PLT relocations for -z now | H.J. Lu | 1 | -15/+1 |
2017-05-10 | x86-64: Use .plt.bnd for IFUNC function address | H.J. Lu | 1 | -2/+12 |
2017-05-08 | Add missing initializer to silence GCC 4.2 | H.J. Lu | 1 | -1/+1 |
2017-05-08 | x86-64: Improve PLT generation and synthetic PLT symbols | H.J. Lu | 1 | -521/+886 |
2017-04-28 | x86: Check plt_got before using .plt.got | H.J. Lu | 1 | -1/+3 |
2017-04-27 | x86-64: Use "=" instead of "+=" to update 0 | H.J. Lu | 1 | -1/+1 |
2017-04-27 | x86: Create dynamic sections in create_dynamic_sections | H.J. Lu | 1 | -120/+99 |
2017-04-27 | Remove has_bnd_reloc from elf_x86_64_link_hash_entry | H.J. Lu | 1 | -10/+3 |
2017-04-26 | x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocation | H.J. Lu | 1 | -11/+11 |
2017-04-24 | x86-64: Force symbol dynamic if it isn't undefined weak | H.J. Lu | 1 | -21/+45 |
2017-04-19 | x86-64: Handle undefined IFUNC symbol with -z now | H.J. Lu | 1 | -1/+1 |
2017-04-13 | Wrap long lines | Alan Modra | 1 | -3/+6 |
2017-04-13 | Rewrite bfd error handler | Alan Modra | 1 | -9/+7 |
2017-04-11 | Remove the extra `\n' in warning/error messages | H.J. Lu | 1 | -2/+2 |
2017-04-07 | ELF: Check ELF_COMMON_DEF_P for common symbols | H.J. Lu | 1 | -1/+2 |
2017-04-03 | ld: Support ELF GNU program properties | H.J. Lu | 1 | -1/+77 |
2017-02-28 | Don't make dynamic .data.rel.ro SEC_READONLY | Alan Modra | 1 | -1/+1 |
2017-01-12 | x86-64: Also generate unwind info for .plt.bnd | H.J. Lu | 1 | -30/+76 |
2017-01-11 | x86-64: Correct unwind info for the BND PLT | H.J. Lu | 1 | -6/+47 |
2017-01-10 | i386/x32: Align .eh_frame section to 4 bytes | H.J. Lu | 1 | -2/+3 |
2017-01-10 | i386/x86-64: Add unwind info for .plt.got section | H.J. Lu | 1 | -8/+120 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-29 | link_hash_copy_indirect and symbol flags | Alan Modra | 1 | -9/+5 |
2016-12-26 | dynrelro section for read-only dynamic symbols copied into executable | Alan Modra | 1 | -7/+23 |
2016-12-26 | Put .dynbss and .rel.bss shortcuts in main elf hash table | Alan Modra | 1 | -30/+5 |
2016-11-23 | elf_backend_dtrel_excludes_plt | Alan Modra | 1 | -15/+1 |
2016-11-14 | Also check GOT PLT for R_X86_64_PLTOFF64 | H.J. Lu | 1 | -2/+9 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -0/+20 |
2016-10-11 | Always descend into output section statements in lang_do_assignments | Alan Modra | 1 | -1/+4 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -0/+2 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -20/+20 |
2016-09-06 | Resolve size relocation with copy relocation | H.J. Lu | 1 | -1/+3 |
2016-07-12 | Align x86-64 .got/.got.plt sections to 8 bytes | H.J. Lu | 1 | -0/+11 |
2016-06-18 | Don't generate PLT for IFUNC GOT/pointer reference | H.J. Lu | 1 | -84/+173 |
2016-06-16 | Don't check undefined symbol for IFUNC reloc | H.J. Lu | 1 | -7/+4 |
2016-06-16 | Skip relocations in non-loaded, non-alloced sections | H.J. Lu | 1 | -15/+22 |
2016-06-15 | Check SEC_ALLOC before allocating dynamic relocation | H.J. Lu | 1 | -14/+13 |
2016-06-14 | Check R_*_IRELATIVE in x86 reloc_type_class | H.J. Lu | 1 | -3/+2 |
2016-06-14 | Fix elf_x86_64_reloc_type_class | H.J. Lu | 1 | -8/+14 |
2016-06-06 | Support x86-64 TLS code sequences without PLT | H.J. Lu | 1 | -107/+249 |
2016-06-02 | Replace data32 with data16 in comments | H.J. Lu | 1 | -6/+6 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -7/+3 |
2016-05-17 | LD/ELF: Unify STB_GNU_UNIQUE handling | Maciej W. Rozycki | 1 | -7/+1 |
2016-05-13 | Don't convert GOTPCREL relocation against large section | H.J. Lu | 1 | -0/+5 |
2016-05-05 | Extract convert_load_reloc from x86 convert_load | H.J. Lu | 1 | -396/+425 |
2016-05-05 | Cache the section contents in x86 check_relocs | H.J. Lu | 1 | -26/+34 |
2016-04-29 | Set interpreter in x86 create_dynamic_sections | H.J. Lu | 1 | -14/+11 |
2016-04-29 | Pass GOT_RELOC to UNDEFINED_WEAK_RESOLVED_TO_ZERO | H.J. Lu | 1 | -5/+13 |
2016-04-29 | X86-64: Set check_relocs_failed on error | H.J. Lu | 1 | -17/+24 |