diff options
Diffstat (limited to 'contrib/gcc/libgcc-darwin.ver')
-rw-r--r-- | contrib/gcc/libgcc-darwin.ver | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/gcc/libgcc-darwin.ver b/contrib/gcc/libgcc-darwin.ver index a1038a818450..7341cb31a0de 100644 --- a/contrib/gcc/libgcc-darwin.ver +++ b/contrib/gcc/libgcc-darwin.ver @@ -217,3 +217,13 @@ GCC_3.4 { ___paritydi2 ___parityti2 } + +%inherit GCC_3.4.4 GCC_3.4 +GCC_3.4.4 { + # libgcc2 TImode arithmetic (for 64-bit targets). + __absvti2 + __addvti3 + __mulvti3 + __negvti2 + __subvti3 +} |