Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-10-29 | BFD: elf64-x86-64-nacl: Correct 9-byte nop sequence used in PLT0 entry. | Roland McGrath | 1 | -1/+1 |
2013-08-29 | * elf64-x86-64.c (elf_x86_64_check_tls_transition): Allow | Jakub Jelinek | 1 | -20/+104 |
2013-08-26 | bfd/ | Roland McGrath | 1 | -0/+3 |
2013-08-23 | Add get_elf_x86_64_arch_data | H.J. Lu | 1 | -4/+6 |
2013-06-28 | Handle R_X86_64_DTPOFF64 | H.J. Lu | 1 | -0/+5 |
2013-05-07 | bfd/elf-ifunc.c: Add header size arg to _bfd_elf_allocate_ifunc_dyn_relocs. | Will Newton | 1 | -0/+1 |
2013-03-30 | Set non_ir_ref if a symbol is referenced by a non-shared object | H.J. Lu | 1 | -1/+2 |
2013-03-27 | * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc. | Alan Modra | 1 | -1/+3 |
2013-03-25 | * elf-bfd.h (struct elf_backend_data <merge_symbol>): Update proto. | Alan Modra | 1 | -28/+12 |
2013-02-21 | * elf-bfd.h (struct core_elf_obj_tdata): New. | Alan Modra | 1 | -11/+11 |
2013-02-11 | * elfcode.h (elf_checksum_contents): Free contents. | Alan Modra | 1 | -1/+1 |
2013-02-10 | * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. | Alan Modra | 1 | -13/+1 |
2013-02-07 | Don't resolve size relocation against non-zero TLS symbol | H.J. Lu | 1 | -24/+0 |
2013-01-18 | Resolve size relocation against non-zero TLS symbol | H.J. Lu | 1 | -0/+24 |
2013-01-17 | Count size relocation as PC-relative relocation | H.J. Lu | 1 | -1/+5 |
2013-01-16 | Update x86 size relocation check | H.J. Lu | 1 | -16/+5 |
2013-01-16 | Add x86 size relocation support to bfd | H.J. Lu | 1 | -10/+54 |
2013-01-15 | Define R_X86_64_standard with R_X86_64_RELATIVE64 | H.J. Lu | 1 | -1/+1 |
2013-01-13 | Set bfd errror for normal and TLS symbol access | H.J. Lu | 1 | -0/+1 |
2012-12-21 | Check R_X86_64_standard for unrecognized relocation | H.J. Lu | 1 | -1/+4 |
2012-12-21 | Properly adjust h->plt.refcount | H.J. Lu | 1 | -1/+4 |
2012-12-16 | Don't check IFUNC relocations in elf_*_check_relocs | H.J. Lu | 1 | -76/+2 |
2012-12-16 | Also check local IFUNC references | H.J. Lu | 1 | -3/+5 |
2012-12-13 | Check local IFUNC calls | H.J. Lu | 1 | -3/+29 |
2012-10-30 | Add Linux/x86_64 core support to i[3-7]86-*-linux | H.J. Lu | 1 | -2/+2 |
2012-10-25 | Replace _GLOBAL_OFFSET_TABLE_ lookup with htab->elf.hgot | H.J. Lu | 1 | -7/+2 |
2012-09-18 | Ignore discarded section when converting mov to lea | H.J. Lu | 1 | -2/+3 |
2012-09-17 | Replace return FALSE with abort in x86 finish_dynamic_symbol | H.J. Lu | 1 | -1/+1 |
2012-09-02 | Add hdynamic to elf_link_hash_table for _DYNAMIC | H.J. Lu | 1 | -1/+1 |
2012-09-01 | Don't optimize relocation against _DYNAMIC | H.J. Lu | 1 | -1/+4 |
2012-08-31 | Convert mov to lea in size_dynamic_sections | H.J. Lu | 1 | -16/+147 |
2012-08-31 | Convert mov to lea for loading local function address | H.J. Lu | 1 | -0/+16 |
2012-06-29 | Return FALSE on unresolvable relocation | H.J. Lu | 1 | -7/+10 |
2012-06-29 | * section.c (bfd_get_linker_section): New function. | Alan Modra | 1 | -4/+4 |
2012-05-25 | Don't use dynamic_sec_flags on PLT .eh_frame section | H.J. Lu | 1 | -5/+4 |
2012-05-25 | PR ld/13909 | Alan Modra | 1 | -14/+24 |
2012-05-22 | Revert the change for PR ld/r13909 | H.J. Lu | 1 | -2/+1 |
2012-05-22 | Create PLT eh_frame section if there is .eh_frame section | H.J. Lu | 1 | -1/+2 |
2012-05-22 | Always create PLT eh_frame section for i386/x86-64 | H.J. Lu | 1 | -3/+5 |
2012-05-18 | Don't make _DYNAMIC/_GLOBAL_OFFSET_TABLE_ absolute | H.J. Lu | 1 | -8/+1 |