[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2014-06-47-g7618374

Raymond Toy rtoy at common-lisp.net
Sat Aug 2 05:57:55 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  76183742d841486c85cfa1a26f811373c40208f2 (commit)
       via  1620d4c19d12e0c96f72aadb4bfda13ea8297529 (commit)
      from  f11c37a6547e87f5438a6f66969c7f531e061054 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 76183742d841486c85cfa1a26f811373c40208f2
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Fri Aug 1 22:52:41 2014 -0700

    Compile the new fdlibm routines.

diff --git a/src/lisp/Config.ppc_darwin b/src/lisp/Config.ppc_darwin
index d9d1bfd..4edf0eb 100644
--- a/src/lisp/Config.ppc_darwin
+++ b/src/lisp/Config.ppc_darwin
@@ -74,7 +74,7 @@ OS_LIBS = -lSystem -lc -lm
 e_rem_pio2.o : e_rem_pio2.c
 	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
 
-OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c sincos.c
+OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c sincos.c s_log1p.c s_expm1.c e_pow.c
 
 k_sin.o : k_sin.c
 	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
@@ -93,3 +93,12 @@ s_tan.o : s_tan.c
 
 sincos.o : sincos.c
 	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+s_log1p.o : s_log1p.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_exmp1.o : s_expm1.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+e_pow.o : e_pow.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+

commit 1620d4c19d12e0c96f72aadb4bfda13ea8297529
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat Aug 2 01:52:01 2014 -0400

    Compile the new fdlibm routines.

diff --git a/src/lisp/Config.sparc_sunc b/src/lisp/Config.sparc_sunc
index ffe4598..1578b56 100644
--- a/src/lisp/Config.sparc_sunc
+++ b/src/lisp/Config.sparc_sunc
@@ -29,7 +29,7 @@ DEPEND_FLAGS = -xM
 ASFLAGS = $(AS_V8PLUS)
 OS_LINK_FLAGS = -M /usr/lib/ld/map.noexstk
 
-OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c sincos.c
+OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c sincos.c s_log1p.c s_expm1.c e_pow.c
 
 k_sin.o : k_sin.c
 	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
@@ -47,3 +47,12 @@ s_tan.o : s_tan.c
 
 sincos.o : sincos.c
 	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+s_log1p.o : s_log1p.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_exmp1.o : s_expm1.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+e_pow.o : e_pow.c
+	$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+

-----------------------------------------------------------------------

Summary of changes:
 src/lisp/Config.ppc_darwin |   11 ++++++++++-
 src/lisp/Config.sparc_sunc |   11 ++++++++++-
 2 files changed, 20 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list