https://gcc.gnu.org/g:411afeaf3c3a7c6451e00cdb46326edc2f6b00ea

commit r17-1619-g411afeaf3c3a7c6451e00cdb46326edc2f6b00ea
Author: Wilco Dijkstra <[email protected]>
Date:   Wed Jun 17 13:32:25 2026 +0000

    libffi: Update LOCAL_PATCHES
    
    Add commit:
    commit 94c5f47d21aa5f144a690189222cc08b86a00505 (origin/master, origin/HEAD)
    Author: Muhammad Kamran <[email protected]>
    Date:   Wed Jun 17 13:25:31 2026 +0000
    
        libffi: Mark AArch64 BTI and PAC with build attributes
    
        This is an adapted backport of the BTI/PAC parts of upstream libffi 
commit
        547449d705258ea490aa8787dc084c5b38dbe722, which emits AArch64 feature 
build
        attributes when assembler support is available and keeps the existing 
GNU
        property note as the fallback.
    
        GCC's current libffi copy does not include the upstream GCS support, so
        this backport only covers the existing BTI and PAC feature marking.
    
            * LOCAL_PATCHES: Add commit 
94c5f47d21aa5f144a690189222cc08b86a00505.

Diff:
---
 libffi/LOCAL_PATCHES | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libffi/LOCAL_PATCHES b/libffi/LOCAL_PATCHES
index b7878e0edd78..fee327f2b6ca 100644
--- a/libffi/LOCAL_PATCHES
+++ b/libffi/LOCAL_PATCHES
@@ -2,3 +2,4 @@
 8b5cb5bfeaeb64c232fe0147cb430f22d3f5e18d
 922414dd0975bd556059a65963f7e2a222849442
 c2fbaa4da5f2c46032109925fa8ae26f5f185ab1
+94c5f47d21aa5f144a690189222cc08b86a00505

Reply via email to