mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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
@ -1956,4 +1956,5 @@ GCC_14.0.0 {
|
||||
__PFX__fixdfbitint
|
||||
__PFX__floatbitintsf
|
||||
__PFX__floatbitintdf
|
||||
__PFX__hardcfr_check
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user