Path: chuka.playstation.co.uk!news From: sceetech Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: More GNU stuff Date: Wed, 02 Apr 1997 15:42:51 +0100 Organization: SCEE Lines: 18 Message-ID: <3342706B.20C1@interactive.sony.com> References: <33412c8c.8977789@news.playstation.co.uk> Reply-To: ps_yaroze@interactive.sony.com NNTP-Posting-Host: 194.203.13.10 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01 (Win95; I) Alex Amsel wrote: > > Another gnu problem: > > I have a callback routine for vertical blanking stuff, but when > optimisation is one it can't access my data, I presume it just needs > the data ptr/stack pointer initialising - how do I mark a function > appropriately within gnu? I tried various _interrupt (etc) > combinations to no avail. Probably missed something obvious... > > * Alex Amsel * Into Beyond Web Design & JAVA Programming * > * http://www.intobeyond.com * WWFC Play off ****ers'97 * > MM: "Hand the opposition the lead, the supporters love it" Try using /G0 as a parameter in gcc. Stuart