This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 1.3.4 status?



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]