|
From: Ned K. <ne...@us...> - 2004-01-13 17:22:59
|
Update of /cvsroot/squeak/squeak/platforms/unix
In directory sc8-pr-cvs1:/tmp/cvs-serv32277/platforms/unix
Modified Files:
Tag: ned-branch
ChangeLog
Log Message:
Andrew Catton reported that he was unable to compile the unix VM on his
Apple Darwin system (gcc 3.1). Changing the definitions of GP_REG et al
from the asm() form to the __asm__() form fixed the problem.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/unix/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -d -r1.19 -r1.19.2.1
*** ChangeLog 16 Sep 2003 07:59:42 -0000 1.19
--- ChangeLog 13 Jan 2004 17:22:56 -0000 1.19.2.1
***************
*** 1,2 ****
--- 1,7 ----
+ 2004-01-13 Ned Konz <ne...@bi...>
+
+ * platforms/unix/vm/sqGnu.h: Changed GP_REG from asm() to __asm__()
+ to fix compilation on gcc 3.1 on Darwin
+
2003-09-16 Ian Piumarta <ian...@in...>
|