diff options
| -rw-r--r-- | compiler-rt/make/platform/darwin_bni.mk | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/compiler-rt/make/platform/darwin_bni.mk b/compiler-rt/make/platform/darwin_bni.mk index e713d243d6a..544f5bba3a8 100644 --- a/compiler-rt/make/platform/darwin_bni.mk +++ b/compiler-rt/make/platform/darwin_bni.mk @@ -48,6 +48,8 @@ FUNCTIONS.armv6 := $(FUNCTIONS) \                  muldf3vfp mulsf3vfp \                  nedf2vfp negdf2vfp negsf2vfp nesf2vfp \                  subdf3vfp subsf3vfp truncdfsf2vfp unorddf2vfp unordsf2vfp \ -                modsi3 umodsi3 udivsi3 divsi3 switch save_restore_d8_d15 +                modsi3 umodsi3 udivsi3 divsi3 \ +				switch8 switchu8 switch16 switch32 \ +				restore_vfp_d8_d15_regs save_vfp_d8_d15_regs  VISIBILITY_HIDDEN := 0 | 

