Age | Commit message (Expand) | Author | Files | Lines |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 2 | -2/+2 |
2023-12-05 | aarch64-elf: FAIL: indirect call stub to BTI stub relaxation | Alan Modra | 1 | -26/+25 |
2023-11-09 | ld: aarch64: Use lp64 abi in recent BTI stub tests | Szabolcs Nagy | 5 | -8/+4 |
2023-11-09 | ld: aarch64: Add BTI stub insertion test PR30930 | Szabolcs Nagy | 6 | -0/+172 |
2023-10-13 | ld: allow update of existing QNX stack note | Clément Chigot | 3 | -0/+27 |
2023-06-29 | sframe: bfd: gas: ld: format bump to SFrame version 2 | Indu Bhagat | 1 | -2/+2 |
2023-05-23 | PR30437 aarch64: make RELA relocs idempotent | Michael Matz | 3 | -0/+35 |
2023-03-23 | bfd: aarch64: Optimize BTI stubs PR30076 | Szabolcs Nagy | 3 | -0/+207 |
2023-03-23 | bfd: aarch64: Fix stubs that may break BTI PR30076 | Szabolcs Nagy | 5 | -0/+192 |
2023-03-16 | ld/testsuite: disable ilp32 tests for aarch64-qnx | Clément Chigot | 39 | -0/+39 |
2023-03-16 | ld/testsuite: add aarch64nto to ld-aarch64 | Clément Chigot | 1 | -0/+3 |
2023-03-16 | ld: add support of QNX stack arguments for aarch64nto | Clément Chigot | 4 | -0/+56 |
2023-01-04 | Fix AArch64 linker testsuite failures trigeered by differences in build envir... | Andreas K. Huettel | 2 | -5/+5 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-11-15 | bfd: linker: merge .sframe sections | Indu Bhagat | 4 | -0/+47 |
2022-08-02 | ld: aarch64: Adjust TLS relaxation condition | Matthew Malcomson | 28 | -77/+232 |
2022-08-02 | ld: aarch64: Update test linker scripts relocs.ld and relocs-ilp32.ld | Matthew Malcomson | 2 | -0/+8 |
2022-06-23 | aarch64: Allow PC-relative relocations against protected STT_FUNC for -shared | Fangrui Song | 3 | -0/+19 |
2022-06-23 | aarch64: Define elf_backend_extern_protected_data to 0 [PR 18705] | Fangrui Song | 1 | -1/+1 |
2022-06-22 | aarch64: Disallow copy relocations on protected data | Fangrui Song | 3 | -0/+19 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-11-15 | ld: Fix testsuite failures under --enable-textrel-check=error | Roland McGrath | 3 | -3/+3 |
2021-04-21 | Adjust readelf's output so that section symbols without a name as shown with ... | Nick Clifton | 3 | -19/+19 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-09-10 | aarch64: Return an error on conditional branch to an undefined symbol | Siddhesh Poyarekar | 1 | -6/+1 |
2020-05-19 | [PATCH v3] aarch64: Emit jump slot for conditional branch to undefined symbols | Siddhesh Poyarekar | 3 | -0/+12 |
2020-05-04 | [binutils-gdb][ld][AArch64] Fix group_sections algorithm | Wilco Dijkstra | 3 | -0/+46 |
2020-04-30 | AArch64: add GAS support for UDF instruction | Alex Coplan | 4 | -5/+5 |
2020-01-02 | AArch64: Set the correct ELF class for AArch64 stubs (PR/25210) | Tamar Christina | 2 | -0/+55 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-07 | aarch64 and arm testsuite fixes for targets lacking shared libs | Alan Modra | 83 | -31/+89 |
2019-08-22 | AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602). | Tamar Christina | 5 | -0/+56 |
2019-08-08 | Change the output of readelf's note display so that the "Data size" column he... | Nick Clifton | 8 | -8/+8 |
2019-06-14 | Add R_AARCH64_P32_MOVW_PREL_* ELF32 relocs | Szabolcs Nagy | 5 | -0/+38 |
2019-06-06 | [BFD, AArch64] Fix PT_GNU_PROPERTY alignment issue | Sudakshina Das | 4 | -0/+45 |
2019-06-06 | [LD, AArch64] Move ELF options behind -z | Sudakshina Das | 11 | -20/+20 |
2019-05-28 | aarch64: fix variant_pcs ld tests | Szabolcs Nagy | 2 | -78/+76 |
2019-05-24 | aarch64: handle STO_AARCH64_VARIANT_PCS in bfd | Szabolcs Nagy | 7 | -0/+329 |
2019-05-21 | AArch64: Implement choice between Cortex-A53 erratum workarounds. (PR ld/24373) | Tamar Christina | 9 | -0/+128 |
2019-04-25 | [BFD, AArch64] Improve bti/pac plts. | Sudakshina Das | 7 | -13/+12 |
2019-04-11 | AArch64: When DF_BIND_NOW don't use TLSDESC GOT value. | Tamar Christina | 2 | -0/+20 |
2019-03-21 | [BFD, AArch64, x86] Improve warning for --force-bti | Sudakshina Das | 5 | -4/+40 |
2019-03-13 | [BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC. | Sudakshina Das | 6 | -0/+134 |
2019-03-13 | [BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabl... | Sudakshina Das | 12 | -0/+252 |
2019-03-13 | [BFD, LD, AArch64, 1/3] Add support for GNU PROPERTIES in AArch64 for BTI and... | Sudakshina Das | 6 | -0/+126 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-11-27 | AArch64: Fix regression in Cortex A53 erratum when PIE. (PR ld/23904) | Tamar Christina | 3 | -0/+93 |
2018-08-01 | Fix spurious check-ld failures on aarch64-elf | Roland McGrath | 6 | -14/+14 |
2018-07-20 | [PATCH, LD, AArch64] Fix ifunc testisms | Andre Simoes Dias Vieira | 1 | -1/+2 |
2018-06-20 | [BFD][AARCH64]Properly truncate no overflow checking relocation value for loa... | Renlin Li | 3 | -3/+3 |