Xref: utzoo comp.sys.amiga:21802 comp.sys.amiga.tech:1504 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!amdcad!sun!pepper!cmcmanis From: cmcmanis%pepper@Sun.COM (Chuck McManis) Newsgroups: comp.sys.amiga,comp.sys.amiga.tech Subject: Re: stack checking code in lattice 4.01 Message-ID: <64218@sun.uucp> Date: 15 Aug 88 18:45:16 GMT References: <5527@watcgl.waterloo.edu> Sender: news@sun.uucp Reply-To: cmcmanis@sun.UUCP (Chuck McManis) Distribution: comp Organization: Sun Microsystems, Mountain View Lines: 19 In article <5527@watcgl.waterloo.edu> (Fred Walter) writes: ->In the Lattice 4.0 manual on page 8-10 it talks about stack checking and ->the fact that you need to link with the file IOS0.O to have this done... ... ->Can I safely assume that this file is no longer needed to do the stack ->checking ? -> fred You are absolutely correct Fred, the stack checking code is built in, what you have to do is specify -v on the second pass (LC2) if you *DON'T* want stack checking. This is required for all rentrant code (like handlers, devices, printer drivers, libraries) and for the smallest possible code. As many people have pointed out, the Lattice manuals are all derived from the same base manual, and sometimes artifacts from other OSes sneak in there. --Chuck McManis uucp: {anywhere}!sun!cmcmanis BIX: cmcmanis ARPAnet: cmcmanis@sun.com These opinions are my own and no one elses, but you knew that didn't you.