summaryrefslogtreecommitdiffstats
path: root/gcc/libgcc-std.ver
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-09 18:35:22 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-09 18:35:22 +0000
commit0f1864262c759ba8709f615528f51986f1cad30d (patch)
treec8d1fe4271c9afc4b804ffb4eb37b6fa41c21ecb /gcc/libgcc-std.ver
parent5143d24d30dc98b7f30678848cbcdf46cbae03f9 (diff)
downloadppe42-gcc-0f1864262c759ba8709f615528f51986f1cad30d.tar.gz
ppe42-gcc-0f1864262c759ba8709f615528f51986f1cad30d.zip
* libgcc-std.ver (__clztf2): New.
(__ctztf2, __popcounttf2, __paritytf2): New. * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2, __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode; adjust code to match the different type sizes. * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2, __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros. * optabs.c (init_integral_libfuncs): Don't hard-code SImode and TImode; select word_mode and twice that. (init_floating_libfuncs): Don't hard-code SFmode and TFmode; select the modes from float, double, and long double. (init_optabs): Remove duplicate initializations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62606 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc-std.ver')
-rw-r--r--gcc/libgcc-std.ver8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/libgcc-std.ver b/gcc/libgcc-std.ver
index 360e528ba01..21847be6b92 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
}
OpenPOWER on IntegriCloud