From 1610c7f1063d7e4a6118e09ace79f413908adf28 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 26 Jun 2002 15:31:11 +0000 Subject: [PATCH] Export libgcc functions for GLIBC_2.0. --- sysdeps/powerpc/Versions | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sysdeps/powerpc/Versions b/sysdeps/powerpc/Versions index 05400d8cca4..e26809a3c7a 100644 --- a/sysdeps/powerpc/Versions +++ b/sysdeps/powerpc/Versions @@ -1,3 +1,15 @@ +libc { + GLIBC_2.0 { + # Functions from libgcc. + __divdi3; __moddi3; __udivdi3; __umoddi3; + __cmpdi2; __ucmpdi2; + __ashldi3; __ashrdi3; __lshrdi3; + __fixdfdi; __fixunsdfdi; + __fixsfdi; __fixunssfdi; + __floatdidf; __floatdisf; + } +} + libm { GLIBC_2.1 { # symbols used in macros from sysdeps/powerpc/bits/fenv.h -- 2.47.2