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 c65697e51b4cd61fc0a760273f4c2ecbcc95ff6a (commit) from bcb27939465ea192186d20aa8801db722dcb1bf4 (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 c65697e51b4cd61fc0a760273f4c2ecbcc95ff6a Author: Raymond Toy toy.raymond@gmail.com Date: Wed Oct 15 19:22:13 2014 -0700
Remove OS_LINK_FLAGS that were creating a CMUCLRO section.
They were commented out in 2004/10 so it's way past time to remove them.
diff --git a/src/lisp/Config.ppc_darwin b/src/lisp/Config.ppc_darwin index f9d64ef..803970d 100644 --- a/src/lisp/Config.ppc_darwin +++ b/src/lisp/Config.ppc_darwin @@ -47,13 +47,6 @@ OS_SRC += mach-o.c EXEC_FINAL_OBJ = exec-final.o endif
-# I (rtoy) am not exactly sure what these values are, but it seems -# that the segaddr for CMUCLRO should be the READ_ONLY_SPACE_START. -# The seg1addr should be somewhere above our spaces. This is where -# the C runtime code goes, I think. -# -# OS_LINK_FLAGS = -g -dynamic -Wl,-sectcreate,CMUCLRO,core,/dev/null -Wl,-segaddr,CMUCLRO,0x01000000 -Wl,-seg1addr,0x1a000000 - # gcc 4.8, (used on zombie) needs -static-libgcc so that the gcc # library is staticly linked into lisp so that the user doesn't need a # matching version of libgcc.
-----------------------------------------------------------------------
Summary of changes: src/lisp/Config.ppc_darwin | 7 ------- 1 file changed, 7 deletions(-)
hooks/post-receive