Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-12-02 | Check info->executable for symbols which need copy relocs | H.J. Lu | 1 | -2/+3 |
2014-12-02 | Discard space for relocs against symbols with copy relocs | H.J. Lu | 1 | -15/+21 |
2014-12-02 | X86-64: Allow copy relocs for building PIE | H.J. Lu | 1 | -11/+35 |
2014-11-25 | Optimize out i386/x86-64 JUMP_SLOT relocation | H.J. Lu | 1 | -40/+199 |
2014-11-23 | Assert size of elf_x86_64_{bnd|legacy}_plt2_entry | H.J. Lu | 1 | -16/+5 |
2014-11-22 | Check branch displacement overflow in x86-64 PLT entry | H.J. Lu | 1 | -2/+10 |
2014-11-21 | Optimize PC-relative offset overflow check | H.J. Lu | 1 | -6/+2 |
2014-11-18 | Check PC-relative offset overflow in PLT entry | H.J. Lu | 1 | -8/+19 |
2014-11-18 | Add -z bndplt to generate BND prefix in PLT entries | Igor Zamyatin | 1 | -6/+7 |
2014-11-13 | Add assembler support for @gotplt | H.J. Lu | 1 | -16/+1 |
2014-11-07 | X32: Add REX prefix to encode R_X86_64_GOTTPOFF | H.J. Lu | 1 | -6/+16 |
2014-10-16 | Fix 17492, ld segfault with --oformat=binary | Alan Modra | 1 | -3/+4 |
2014-10-14 | Convert mov to lea only if r_offset >= 2 | H.J. Lu | 1 | -0/+2 |
2014-08-27 | Use bfd_is_abs_section to check discarded input section | H.J. Lu | 1 | -1/+1 |
2014-07-16 | Match PLT entry only for ELFOSABI_GNU input | H.J. Lu | 1 | -0/+8 |
2014-07-16 | Properly match PLT entry against .got.plt relocation | H.J. Lu | 1 | -9/+80 |
2014-06-13 | Free linker hash table from bfd_close. | Alan Modra | 1 | -5/+5 |
2014-06-13 | Don't call bfd_link_hash_table_free | Alan Modra | 1 | -4/+1 |
2014-06-13 | Move link_hash_table_free functions earlier | Alan Modra | 1 | -15/+15 |
2014-06-13 | Make bfd.link_next field a union | Alan Modra | 1 | -1/+1 |
2014-05-02 | bfd target vector rationalisation | Alan Modra | 1 | -10/+10 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -3/+1 |
2014-02-19 | Create the second PLT for BND relocations | H.J. Lu | 1 | -37/+416 |
2014-01-15 | Revert the last change | H.J. Lu | 1 | -5/+2 |
2014-01-14 | Don't discard relocs against __ehdr_start | H.J. Lu | 1 | -2/+5 |
2014-01-14 | Revert the last change | H.J. Lu | 1 | -7/+2 |
2014-01-14 | Don't update reloc count if there are any non pc-relative relocs | H.J. Lu | 1 | -2/+7 |
2013-12-17 | Default elf_backend_post_process_headers to set OSABI | H.J. Lu | 1 | -2/+0 |
2013-11-19 | Re-indent elf_x86_64_section_from_shdr | H.J. Lu | 1 | -4/+2 |
2013-11-17 | Add R_X86_64_PC32_BND and R_X86_64_PLT32_BND | H.J. Lu | 1 | -3/+25 |
2013-11-15 | Make room for PLT0 directly | H.J. Lu | 1 | -1/+1 |
2013-11-07 | Set CPU type in BFD backend for x86_64-nacl* and i?86-nacl* targets | Roland McGrath | 1 | -1/+19 |
2013-11-05 | Pass ignored unresolved relocations to ld backend | H.J. Lu | 1 | -1/+2 |