From: flupke Newsgroups: comp.os.msdos.djgpp Subject: Re: Is it possible to use ebp in x86 inline assembly ? Date: Wed, 18 Aug 1999 02:59:19 +0200 Organization: Club-Internet (France) Message-ID: <37BA0567.7978167@club-internet.fr> References: <37B2DB35 DOT B8B00A7E AT club-internet DOT fr> <19990815170646 DOT B17468 AT tabor DOT ta DOT jcu DOT cz> NNTP-Posting-Host: toulon-3-120.club-internet.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: front5.grolier.fr 934980575 6759 195.36.187.120 (18 Aug 1999 12:49:35 GMT) NNTP-Posting-Date: 18 Aug 1999 12:49:35 GMT X-Mailer: Mozilla 4.06 [en] (Win98; I) Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jan Hubicka wrote: > On Thu, Aug 12, 1999 at 04:33:25PM +0200, flupke wrote: > > Is there a way to avoid the "forbidden register spilled" error when > > using ebp in inline asssmebly ? > -fomit-frame-pointer command line option? Yes, the compiler still doesn't want me to use it...