delorie.com/archives/browse.cgi | search |
> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |