Skip to content

Commit c4a49eb

Browse files
Alexandre OlivaAlexandre Oliva
authored andcommitted
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.
1 parent 1390bf5 commit c4a49eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libgcc/libgcc-std.ver.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,4 +1956,5 @@ GCC_14.0.0 {
19561956
__PFX__fixdfbitint
19571957
__PFX__floatbitintsf
19581958
__PFX__floatbitintdf
1959+
__PFX__hardcfr_check
19591960
}

0 commit comments

Comments
 (0)