Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <033f01c15b69$c16acc20$0200a8c0@lifelesswks> From: "Robert Collins" To: References: <20011022203747 DOT 5162 DOT qmail AT lizard DOT curl DOT com> <02a201c15b5b$7910a4d0$0200a8c0 AT lifelesswks> <20011022204740 DOT B18754 AT redhat DOT com> <20011023005236 DOT 7136 DOT qmail AT lizard DOT curl DOT com> <20011022205828 DOT C18754 AT redhat DOT com> <02ea01c15b5f$7e673bc0$0200a8c0 AT lifelesswks> <20011022212759 DOT A19493 AT redhat DOT com> <032701c15b64$ea5523b0$0200a8c0 AT lifelesswks> <20011022215102 DOT A20341 AT redhat DOT com> <033101c15b66$24fc2260$0200a8c0 AT lifelesswks> <20011022221718 DOT A20427 AT redhat DOT com> Subject: Re: 1.3.4 status? Date: Tue, 23 Oct 2001 12:23:50 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 23 Oct 2001 02:28:32.0593 (UTC) FILETIME=[68CBC410:01C15B6A] > Except that I don't really want gcc to be doing this for me. It only shows up > in selected function, too. Thats very interesting. > Btw, it shows up as "alloca()" when you look at the code in gdb and > "chkstk()" under objdump. > > >last silly question: I can't see what regparm has to do with > >fhandler_console::read. fhandler.h does have any regparm functions... > > from fhandler.h: > class fhandler_console: public fhandler_termios > { > . > . > . > int __stdcall read (void *ptr, size_t len) __attribute__ ((regparm (2))); Doh! Wrong tag, soorry :[. Rob