From: Alexandre Oliva Date: Fri, 1 Dec 2023 17:31:12 +0000 (-0300) Subject: hardcfr: libgcc sym versioning X-Git-Tag: basepoints/gcc-15~4078 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a49ebd1e584b9e2e39c9fa53cce30c8f0b0b5b;p=thirdparty%2Fgcc.git 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. --- 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 }