The libgcc-exported runtime component of control flow redundancy
hardening was missing symbol versioning information.  Add it.

Regstrapped on x86_64-linux-gnu.  Ok to install?


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 f092752136aff..de00db647570c 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
 }


-- 
Alexandre Oliva, happy hacker            https://FSFLA.org/blogs/lxo/
   Free Software Activist                   GNU Toolchain Engineer
More tolerance and less prejudice are key for inclusion and diversity
Excluding neuro-others for not behaving ""normal"" is *not* inclusive

Reply via email to