Age | Commit message (Expand) | Author | Files | Lines |
2015-11-10 | Handle x86 VTINHERIT/VTENTRY relocs when deleting relocations | H.J. Lu | 1 | -1/+5 |
2015-11-10 | Properly move kept relocations when deleting relocations | H.J. Lu | 1 | -1/+5 |
2015-11-10 | Fix performance regression on x86 with ld -r | H.J. Lu | 1 | -4/+45 |
2015-10-26 | Check symbol defined by assignment in linker script | H.J. Lu | 1 | -7/+15 |
2015-10-26 | Properly convert address load of __start_XXX/__stop_XXX | H.J. Lu | 1 | -7/+7 |
2015-10-22 | Add "-z call-nop=PADDING" option to ld | H.J. Lu | 1 | -3/+11 |
2015-10-22 | Add R_X86_64_[REX_]GOTPCRELX support to gas and ld | H.J. Lu | 1 | -30/+164 |
2015-10-16 | Check if symbol is defined when converting mov to lea | H.J. Lu | 1 | -1/+3 |
2015-10-16 | Convert mov to lea for loading address of local common symbol | H.J. Lu | 1 | -2/+1 |
2015-10-01 | Create a PLT entry for R_X86_64_PC32 in non-code sections | H.J. Lu | 1 | -3/+10 |
2015-09-20 | Add --no-dynamic-linker option to ld, for static PIE use | Rich Felker | 1 | -1/+1 |
2015-09-03 | Remove convert_mov_to_lea | H.J. Lu | 1 | -32/+21 |
2015-09-01 | Skip PLT for function pointer initialization | H.J. Lu | 1 | -10/+68 |
2015-08-18 | Return reloc_class_ifunc for reloc against IFUNC | H.J. Lu | 1 | -1/+18 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -49/+50 |
2015-08-13 | Issue an error for read-only segment with dynamic IFUNC relocations | H.J. Lu | 1 | -0/+9 |
2015-08-12 | Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbols | H.J. Lu | 1 | -3/+7 |
2015-08-11 | Properly skip IFUNC relocations in debug sections | H.J. Lu | 1 | -1/+1 |
2015-08-11 | Skip IFUNC relocations in debug sections | H.J. Lu | 1 | -2/+10 |
2015-07-01 | Refactor elf_x86_64_convert_mov_to_lea | H.J. Lu | 1 | -4/+9 |
2015-06-24 | Silence older GCC warning | H.J. Lu | 1 | -0/+3 |
2015-06-24 | Keep .plt section and DT_PLTGOT for prelink | H.J. Lu | 1 | -8/+17 |
2015-06-24 | Don't convert R_X86_64_GOTPCREL if it will overflow | H.J. Lu | 1 | -31/+144 |
2015-05-27 | Convert PLT reloc only if pointer equality isn't needed | H.J. Lu | 1 | -2/+3 |
2015-05-20 | Skip extra relocations in .rel.plt/.rela.plt | H.J. Lu | 1 | -0/+5 |
2015-05-16 | Don't generate PLT relocations for now binding | H.J. Lu | 1 | -2/+14 |
2015-05-12 | Allocate the first .plt entry space only if needed | H.J. Lu | 1 | -5/+4 |
2015-05-10 | Replace input_bfd and output_bfd with abfd | H.J. Lu | 1 | -8/+4 |
2015-04-11 | Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCAL | H.J. Lu | 1 | -14/+42 |
2015-04-10 | Check GOTOFF reloc against protected data on x86 | H.J. Lu | 1 | -6/+9 |
2015-04-10 | Add extern_protected_data and set it for x86 | H.J. Lu | 1 | -0/+1 |
2015-04-10 | Revert "Add extern_protected_data and set it for x86" | Alan Modra | 1 | -1/+0 |
2015-03-31 | Add support for Nuxi CloudABI on x86-64 | Ed Schouten | 1 | -0/+15 |
2015-03-05 | Add extern_protected_data and set it for x86 | H.J. Lu | 1 | -0/+1 |
2015-02-27 | Convert mov to lea only if needed | H.J. Lu | 1 | -2/+10 |
2015-02-15 | Set root.linker_def on _TLS_MODULE_BASE_ | H.J. Lu | 1 | -0/+1 |
2015-02-09 | Avoid incrementing uninitialized variable | Ed Maste | 1 | -1/+1 |
2015-02-07 | Issue relocation in RO section warning for -z text | H.J. Lu | 1 | -4/+6 |
2015-01-19 | Fallout from recent bfd_reloc_outofrange changes | Alan Modra | 1 | -1/+1 |
2015-01-15 | Don't complain about -fPIC for undefined symbol | H.J. Lu | 1 | -3/+10 |
2015-01-11 | Only discard space for pc-relative relocs symbols | H.J. Lu | 1 | -3/+13 |
2015-01-06 | Skip unknown relocation | H.J. Lu | 1 | -1/+2 |
2015-01-05 | Return NULL on corrupt input | H.J. Lu | 1 | -0/+3 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-22 | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 1 | -1/+1 |
2014-12-13 | Handle weak alias for PIE with copy reloc | H.J. Lu | 1 | -7/+20 |
2014-12-12 | Copy relocations against protected symbols | Alan Modra | 1 | -1/+1 |
2014-12-05 | Define bfd_elf32_get_synthetic_symtab for x32 | H.J. Lu | 1 | -0/+2 |
2014-12-04 | Add _bfd_elf_ifunc_get_synthetic_symtab | H.J. Lu | 1 | -161/+74 |
2014-12-03 | Reformat elf_x86_64_create_dynamic_sections | H.J. Lu | 1 | -2/+1 |