[project @ 2000-03-07 11:35:36 by simonmar]
authorsimonmar <unknown>
Tue, 7 Mar 2000 11:35:36 +0000 (11:35 +0000)
committersimonmar <unknown>
Tue, 7 Mar 2000 11:35:36 +0000 (11:35 +0000)
commit3f558e553ff16d8c4d16fbca1fc774617eff69bf
tree9ef3391bd815818d9bac8c1d7479aa97c3d08064
parent5877c73c0b502e60e42a9e1232c1fa03427b6dcc
[project @ 2000-03-07 11:35:36 by simonmar]
Move the x86 startup code into StgCRun.c, and remove StgRun.S.
Although the assembly version was much cleaner, it didn't extend the
stack properly in the case when the host architecture requires it to
be extended a page at a time (eg. Win32).  We now rely on the C
compiler to do this properly.
ghc/rts/StgCRun.c
ghc/rts/StgRun.S [deleted file]