SCM Repository
Annotation of /sml/trunk/src/cm/bootstrap/mkbootlist.sml
Parent Directory
|
Revision Log
Revision 364 - (view) (download)
1 : | blume | 337 | (* |
2 : | * Building the bootlist from a dependency graph... | ||
3 : | * | ||
4 : | * (C) 1999 Lucent Technologies, Bell Laboratories | ||
5 : | * | ||
6 : | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | ||
7 : | *) | ||
8 : | blume | 329 | structure MkBootList = |
9 : | blume | 364 | MkListFn (type element = string * (int * string) option |
10 : | fun bininfo i = | ||
11 : | (BinInfo.stablename i, | ||
12 : | SOME (BinInfo.offset i, BinInfo.describe i)) | ||
13 : | blume | 354 | fun smlinfo i = (SmlInfo.binname i, NONE)) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |