diff options
Diffstat (limited to 'sysdeps/powerpc')
-rw-r--r-- | sysdeps/powerpc/Makefile | 5 | ||||
-rw-r--r-- | sysdeps/powerpc/Versions | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index ac121ee2f5..7ca0b0974a 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -35,6 +35,11 @@ CFLAGS-initfini.s = -g0 -fpic -O1 CFLAGS-init.o = -G0 CFLAGS-gmon-start.o = -G0 endif +ifeq (yes,$(build-shared)) +# Compatibility +sysdep_routines += divdi3 cmpdi2 shdi3 fixdfdi fixsfdi +shared-only-routines += divdi3 cmpdi2 shdi3 fixdfdi fixsfdi +endif endif ifeq ($(subdir),string) diff --git a/sysdeps/powerpc/Versions b/sysdeps/powerpc/Versions index 05400d8cca..3e1686b96c 100644 --- a/sysdeps/powerpc/Versions +++ b/sysdeps/powerpc/Versions @@ -1,3 +1,14 @@ +libc { + GLIBC_2.0 { + # Functions from libgcc. + __divdi3; __moddi3; __udivdi3; __umoddi3; + __cmpdi2; __ucmpdi2; + __ashldi3; __ashrdi3; __lshrdi3; + __fixdfdi; __fixunsdfdi; + __fixsfdi; __fixunssfdi; + } +} + libm { GLIBC_2.1 { # symbols used in macros from sysdeps/powerpc/bits/fenv.h |