CVS: sml-dist/src/compiler backend-alpha32.cm,1.5,1.6 backend-hppa.cm,1.5,1.6 backend-ppc.cm,1.5,1.6 backend-sparc.cm,1.5,1.6 backend-x86.cm,1.8,1.9 core.cm,1.25,1.26

Matthias Blume <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/compiler
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17299/src/compiler

Modified Files:
	backend-alpha32.cm backend-hppa.cm backend-ppc.cm 
	backend-sparc.cm backend-x86.cm core.cm 
Log Message:
improved the way certain libraries are bound into the compiler

Index: backend-alpha32.cm
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/backend-alpha32.cm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** backend-alpha32.cm	18 Oct 2004 21:45:27 -0000	1.5
--- backend-alpha32.cm	15 Nov 2005 22:38:48 -0000	1.6
***************
*** 30,35 ****
  CodeGen/alpha32/alpha32spec.sml
  
! $/basis.cm
! $/smlnj-lib.cm
  $smlnj/viscomp/basics.cm
  $smlnj/viscomp/core.cm
--- 30,35 ----
  CodeGen/alpha32/alpha32spec.sml
  
! $smlnj/basis/basis.cm
! $smlnj/smlnj-lib/smlnj-lib.cm
  $smlnj/viscomp/basics.cm
  $smlnj/viscomp/core.cm

Index: backend-hppa.cm
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/backend-hppa.cm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** backend-hppa.cm	18 Oct 2004 21:45:27 -0000	1.5
--- backend-hppa.cm	15 Nov 2005 22:38:48 -0000	1.6
***************
*** 30,35 ****
  CodeGen/hppa/hppaspec.sml
  
! $/basis.cm
! $/smlnj-lib.cm
  $smlnj/viscomp/basics.cm
  $smlnj/viscomp/core.cm
--- 30,35 ----
  CodeGen/hppa/hppaspec.sml
  
! $smlnj/basis/basis.cm
! $smlnj/smlnj-lib/smlnj-lib.cm
  $smlnj/viscomp/basics.cm
  $smlnj/viscomp/core.cm

Index: backend-ppc.cm
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/backend-ppc.cm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** backend-ppc.cm	18 Oct 2004 21:45:27 -0000	1.5
--- backend-ppc.cm	15 Nov 2005 22:38:48 -0000	1.6
***************
*** 29,34 ****
  CodeGen/ppc/ppcspec.sml
  
! $/basis.cm
! $/smlnj-lib.cm
  $smlnj/viscomp/core.cm
  $smlnj/MLRISC/Control.cm
--- 29,34 ----
  CodeGen/ppc/ppcspec.sml
  
! $smlnj/basis/basis.cm
! $smlnj/smlnj-lib/smlnj-lib.cm
  $smlnj/viscomp/core.cm
  $smlnj/MLRISC/Control.cm

Index: backend-sparc.cm
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/backend-sparc.cm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** backend-sparc.cm	18 Oct 2004 21:45:27 -0000	1.5
--- backend-sparc.cm	15 Nov 2005 22:38:48 -0000	1.6
***************
*** 32,37 ****
  CodeGen/sparc/sparcMLTreeExtComp.sml
  
! $/basis.cm
! $/smlnj-lib.cm
  $smlnj/viscomp/core.cm
  $smlnj/MLRISC/Control.cm
--- 32,37 ----
  CodeGen/sparc/sparcMLTreeExtComp.sml
  
! $smlnj/basis/basis.cm
! $smlnj/smlnj-lib/smlnj-lib.cm
  $smlnj/viscomp/core.cm
  $smlnj/MLRISC/Control.cm

Index: backend-x86.cm
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/backend-x86.cm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** backend-x86.cm	18 Oct 2004 21:45:27 -0000	1.8
--- backend-x86.cm	15 Nov 2005 22:38:48 -0000	1.9
***************
*** 35,40 ****
  CodeGen/x86/x86spec.sml
  
! $/basis.cm
! $/smlnj-lib.cm
  $smlnj/viscomp/basics.cm
  $smlnj/viscomp/core.cm
--- 35,40 ----
  CodeGen/x86/x86spec.sml
  
! $smlnj/basis/basis.cm
! $smlnj/smlnj-lib/smlnj-lib.cm
  $smlnj/viscomp/basics.cm
  $smlnj/viscomp/core.cm

Index: core.cm
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/core.cm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** core.cm	4 May 2005 15:51:20 -0000	1.25
--- core.cm	15 Nov 2005 22:38:48 -0000	1.26
***************
*** 323,329 ****
  
  (* Other libaries. *)
! $/basis.cm
! $/smlnj-lib.cm
! $/controls-lib.cm
  $/pickle-lib.cm
  
--- 323,329 ----
  
  (* Other libaries. *)
! $smlnj/basis/basis.cm
! $smlnj/smlnj-lib/smlnj-lib.cm
! $smlnj/smlnj-lib/controls-lib.cm
  $/pickle-lib.cm
  



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.