diff options
Diffstat (limited to 'gcc/libgcc-std.ver')
-rw-r--r-- | gcc/libgcc-std.ver | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/libgcc-std.ver b/gcc/libgcc-std.ver index 360e528..21847be 100644 --- a/gcc/libgcc-std.ver +++ b/gcc/libgcc-std.ver @@ -186,10 +186,14 @@ GCC_3.4 { # bit scanning and counting built-ins __clzsi2 __clzdi2 + __clzti2 __ctzsi2 __ctzdi2 + __ctzti2 __popcountsi2 __popcountdi2 - __paritysi2 - __paritydi2 + __popcountti2 + __paritysi2 + __paritydi2 + __parityti2 } |