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.
This commit is contained in:
parent
1390bf52c1
commit
c4a49ebd1e
1 changed files with 1 additions and 0 deletions
|
@ -1956,4 +1956,5 @@ GCC_14.0.0 {
|
|||
__PFX__fixdfbitint
|
||||
__PFX__floatbitintsf
|
||||
__PFX__floatbitintdf
|
||||
__PFX__hardcfr_check
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue