diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2011-04-09 17:16:55 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2011-04-09 17:16:55 +0000 |
commit | 5a4bd6f2636df432383bb3144f91816742d2fa53 (patch) | |
tree | 9f08067aebd72e17dd0d3ae79f99c7e279284ee7 /doc | |
parent | abe2bb5c40260a31ce5ee27b841bcbd647ff8b88 (diff) |
Renamed Machconcr into Machsem.
Removed Machabstr and Machabstr2concr, now useless following the reengineering
of Stacking.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1633 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 9108a58..9e2d79d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -130,8 +130,7 @@ replaced by a linear list of instructions with explicit branches and labels. spilling, reloading and enforcement of calling conventions. <LI> <A HREF="html/Mach.html">Mach</A>: like Linear, with a more concrete view of the activation record. <BR> -See also: <A HREF="html/Machabstr.html">Machabstr</A> abstract semantics for Mach. <BR> -See also: <A HREF="html/Machconcr.html">Machconcr</A> concrete semantics for Mach. +See also: <A HREF="html/Machsem.html">Machabstr</A> operational semantics for Mach. <BR> <LI> <A HREF="html/Asm.html">Asm</A>: abstract syntax for PowerPC assembly code. </UL> |