summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-07-11 11:57:30 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-07-11 11:57:30 +0000
commitdb185cc89cd2e731eff80ec2276bf43584d83120 (patch)
treea5a0fb3ebb3cffdf34ae5ce604e64e22274413a5 /test
parent1205ea5f9792e62ac10c82824a29ed64f9793143 (diff)
Ajout de fabs
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@49 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test')
-rw-r--r--test/lib/staticlib.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/staticlib.S b/test/lib/staticlib.S
index b093e7c..374c401 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