From 94aea0609bb54f0fde29a558366b646b3b8d21a2 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 6 Aug 2007 08:45:25 +0000 Subject: Ajout et utilisation de caml/Driver.ml. Ajout ./configure. Revu Makefiles git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@387 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/lib/staticlib.S | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 test/lib/staticlib.S (limited to 'test/lib/staticlib.S') diff --git a/test/lib/staticlib.S b/test/lib/staticlib.S deleted file mode 100644 index 374c4016..00000000 --- a/test/lib/staticlib.S +++ /dev/null @@ -1,27 +0,0 @@ -/* Work around MacOX shared-library lossage. - (No static version of the C library.) */ - -.macro GLUE - .text - .globl _$0_static -_$0_static: - addis r11, 0, ha16(L$0) - lwz r11, lo16(L$0)(r11) - mtctr r11 - bctr - .non_lazy_symbol_pointer -L$0: - .indirect_symbol _$0 - .long 0 -.endmacro - - GLUE cos - GLUE sin - GLUE atan2 - GLUE asin - GLUE sqrt - GLUE fmod - GLUE fabs - GLUE memcpy - GLUE memset - \ No newline at end of file -- cgit