Age | Commit message (Expand) | Author | Files | Lines |
2016-06-29 | Preserve all mapping symbols in ARM and AArch64 object files. | Nick Clifton | 1 | -0/+37 |
2016-06-18 | Don't generate PLT for IFUNC GOT/pointer reference | H.J. Lu | 1 | -1/+2 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -19/+11 |
2016-05-23 | Enable R_AARCH64_NONE for 64-bit code. | Jim Wilson | 1 | -4/+2 |
2016-05-13 | Set dynamic tag VMA and size from dynamic section when possible | Alan Modra | 1 | -1/+2 |
2016-05-11 | [AArch64] Remove redundant tls relax in elfNN_aarch64_final_link_relocate | Jiong Wang | 1 | -13/+3 |
2016-05-03 | [AArch64] Also puts value in place for R_AARCH64_RELATIVE | Jiong Wang | 1 | -1/+7 |
2016-04-11 | Properly handle dynamic reloc against normal symbol | H.J. Lu | 1 | -0/+1 |
2016-03-07 | [AArch64] Create .got section if _GLOBAL_OFFSET_TABLE_ referenced | Jiong Wang | 1 | -0/+16 |
2016-02-26 | [BFD][AARCH64]Fix MOVW_SABS_G(0,1,2) relocation overflow check. | Renlin Li | 1 | -3/+3 |
2016-02-24 | Revert "ABS32" | Renlin Li | 1 | -15/+3 |
2016-02-24 | ABS32 | Renlin Li | 1 | -3/+15 |
2016-02-22 | [AArch64] Remove redundant calculation of plt stub destination for veneer | Jiong Wang | 1 | -16/+3 |
2016-02-09 | Add a more helpful warning message to explain why some AArch64 relocations ca... | Nick Clifton | 1 | -4/+31 |
2016-02-09 | Revert "Add a more helpful warning message to explain why some AArch64 reloca... | Walfred Tedeschi | 1 | -31/+4 |
2016-02-09 | Add a more helpful warning message to explain why some AArch64 relocations ca... | Nick Clifton | 1 | -4/+31 |
2016-01-21 | [AArch64] Relax long branch veneer insertion for non STT_FUNC symbol | Jiong Wang | 1 | -6/+19 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-11-12 | Revert "[LD][AARCH64]Add TLSIE relaxation support under large memory model." | Marcus Shawcroft | 1 | -51/+2 |
2015-10-29 | Add support for AArch64 CloudABI binaries. | Ed Schouten | 1 | -0/+19 |
2015-10-02 | [LD][AARCH64]Add TLSIE relaxation support under large memory model. | Renlin Li | 1 | -2/+51 |
2015-10-02 | [LD][AARCH64]Add TLSDESC support for large memory model. | Renlin Li | 1 | -3/+102 |
2015-10-02 | [GAS][AARCH64]Add TLSDESC large memory model support. | Renlin Li | 1 | -1/+1 |
2015-10-02 | [BFD][AARCH64]Add TLSGD relaxation support under large memory model. | Renlin Li | 1 | -0/+60 |
2015-10-02 | [BFD][AARCH64]Create GOT section for TLSLE_MOVW_TPREL_G(1, 1_NC, 2). | Renlin Li | 1 | -0/+3 |
2015-10-02 | [Binutils][AARCH64]Add TLS IE large memory support. | Renlin Li | 1 | -28/+38 |
2015-10-02 | [LD][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support. | Renlin Li | 1 | -0/+5 |
2015-10-02 | [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support. | Renlin Li | 1 | -0/+16 |
2015-10-02 | [LD][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support. | Renlin Li | 1 | -0/+14 |
2015-10-02 | [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support. | Renlin Li | 1 | -0/+16 |
2015-10-02 | [LD][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support. | Renlin Li | 1 | -0/+7 |
2015-10-02 | [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support. | Renlin Li | 1 | -0/+15 |
2015-10-02 | [LD][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support. | Renlin Li | 1 | -0/+7 |
2015-10-02 | [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support. | Renlin Li | 1 | -0/+15 |
2015-10-02 | [LD][AARCH64]Add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 Support. | Renlin Li | 1 | -0/+72 |
2015-10-02 | [BFD][AARCH64]Refactor to facilitate further large memory model support patches. | Renlin Li | 1 | -4/+12 |
2015-10-01 | [BFD][AARCH64]Emit single AARCH64_MAP_INSN symbol for the whole plt. | Renlin Li | 1 | -35/+1 |
2015-09-20 | Add --no-dynamic-linker option to ld, for static PIE use | Rich Felker | 1 | -1/+1 |
2015-09-09 | [AArch64] Sort IS_AARCH64_TLS_RELAX_RELOC in alphabetic order | Jiong Wang | 1 | -8/+8 |
2015-09-09 | [AArch64] Relax TLS local dynamic traditional into local executable | Jiong Wang | 1 | -0/+53 |
2015-08-31 | Make asection->id and asection->index unsigned | Alan Modra | 1 | -2/+2 |
2015-08-19 | [AArch64][6/6] LD support TLSLD load/store relocation types | Jiong Wang | 1 | -0/+16 |
2015-08-19 | [AArch64][5/6] GAS support TLSLD load/store relocation types | Jiong Wang | 1 | -0/+120 |
2015-08-19 | [AArch64][4/6] LD support TLSLD move/add relocation types | Jiong Wang | 1 | -0/+12 |
2015-08-19 | [AArch64][3/6] GAS support TLSLD move/add relocation types | Jiong Wang | 1 | -0/+90 |
2015-08-19 | [AArch64][2/6] LD support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NC | Jiong Wang | 1 | -0/+2 |
2015-08-19 | [AArch64][1/6] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NC | Jiong Wang | 1 | -0/+15 |
2015-08-18 | [AArch64] Cleanup TLS relocation types which don't go through GOT table | Jiong Wang | 1 | -37/+0 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -36/+39 |
2015-08-11 | [AArch64] Improve BFD overflow warning message for -fpic | Jiong Wang | 1 | -0/+13 |