From c4a49ebd1e584b9e2e39c9fa53cce30c8f0b0b5b Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 1 Dec 2023 14:31:12 -0300 Subject: [PATCH] hardcfr: libgcc sym versioning The libgcc-exported runtime component of control flow redundancy hardening was missing symbol versioning information. Add it. for libgcc/ChangeLog * libgcc-std.ver.in (__hardcfr_check): Add to GCC_14.0.0. --- libgcc/libgcc-std.ver.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libgcc/libgcc-std.ver.in b/libgcc/libgcc-std.ver.in index f092752136af..de00db647570 100644 --- a/libgcc/libgcc-std.ver.in +++ b/libgcc/libgcc-std.ver.in @@ -1956,4 +1956,5 @@ GCC_14.0.0 { __PFX__fixdfbitint __PFX__floatbitintsf __PFX__floatbitintdf + __PFX__hardcfr_check } -- 2.47.2