diff options
Diffstat (limited to 'contrib/gcc/libgcc-std.ver')
-rw-r--r-- | contrib/gcc/libgcc-std.ver | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/gcc/libgcc-std.ver b/contrib/gcc/libgcc-std.ver index 2dc7bb6..4f57e54 100644 --- a/contrib/gcc/libgcc-std.ver +++ b/contrib/gcc/libgcc-std.ver @@ -222,4 +222,15 @@ GCC_3.4 { GCC_3.4.2 { # Used to deal with trampoline initialization on some platforms __enable_execute_stack + __trampoline_setup +} + +%inherit GCC_3.4.4 GCC_3.4.2 +GCC_3.4.4 { + # libgcc2 TImode arithmetic (for 64-bit targets). + __absvti2 + __addvti3 + __mulvti3 + __negvti2 + __subvti3 } |