diff --git a/libgcc/config/i386/libgcc-glibc.ver b/libgcc/config/i386/libgcc-glibc.ver index 0a6420a7f98..5b360ac1249 100644 --- a/libgcc/config/i386/libgcc-glibc.ver +++ b/libgcc/config/i386/libgcc-glibc.ver @@ -236,3 +236,7 @@ GCC_14.0.0 { __floatbitintxf __floatbitinttf } + +# Please notify the maintainers of libgcc-{bsd,darwin,sol2}.ver of any +# additions. Those version scripts usually need to be kept in sync with +# libgcc-glibc.ver. diff --git a/libgcc/config/i386/libgcc-sol2.ver b/libgcc/config/i386/libgcc-sol2.ver index c652e0859ab..77570b634a3 100644 --- a/libgcc/config/i386/libgcc-sol2.ver +++ b/libgcc/config/i386/libgcc-sol2.ver @@ -115,3 +115,39 @@ GCC_4.8.0 { GCC_7.0.0 { __signbittf2 } + +GCC_14.0.0 { + # Added to GCC_12.0.0 in i386/libgcc-glibc.ver. + __divhc3 + __mulhc3 + __eqhf2 + __nehf2 + __extendhfdf2 + __extendhfsf2 + __extendhftf2 + __extendhfxf2 + __fixhfti + __fixunshfti + __floattihf + __floatuntihf + __truncdfhf2 + __truncsfhf2 + __trunctfhf2 + __truncxfhf2 + # Added to GCC_13.0.0 in i386/libgcc-glibc.ver. + __extendbfsf2 + __floattibf + __floatuntibf + __truncdfbf2 + __truncsfbf2 + __trunctfbf2 + __truncxfbf2 + __trunchfbf2 + # Added to GCC_14.0.0 in i386/libgcc-glibc.ver. + __fixxfbitint + __fixtfbitint + __floatbitintbf + __floatbitinthf + __floatbitintxf + __floatbitinttf +}