From db185cc89cd2e731eff80ec2276bf43584d83120 Mon Sep 17 00:00:00 2001
From: xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>
Date: Tue, 11 Jul 2006 11:57:30 +0000
Subject: [PATCH] Ajout de fabs

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@49 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
---
 test/lib/staticlib.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lib/staticlib.S b/test/lib/staticlib.S
index b093e7c82..374c40165 100644
--- a/test/lib/staticlib.S
+++ b/test/lib/staticlib.S
@@ -21,6 +21,7 @@ L$0:
 	GLUE asin
 	GLUE sqrt
 	GLUE fmod
+	GLUE fabs
         GLUE memcpy
         GLUE memset
         
\ No newline at end of file
-- 
GitLab