public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Runtime initialization
@ 2002-01-10 15:52 Rayiner Hashem
  2002-01-10 22:26 ` PeterPan
  0 siblings, 1 reply; 2+ messages in thread
From: Rayiner Hashem @ 2002-01-10 15:52 UTC (permalink / raw)
  To: gcc-help

I have a few questions about what kind of runtime support g++ needs. I'm (trying) to use full-blown C++ in an OS kernel, and I'm having some problems invoking virtual functions. Basically, the problem occurs when I try to call the function itself, the CPU triple-faults and reboots. I'm thinking it has something to do with the vtables (I don't touch them anywhere else in the code). I would appreciate some info on how GCC manages vtables and specifically, what, if anything, needs to be done to the vtable sections (the gnu.linkonce.d.__vtable*) before virtual functions can be used. 

Thanks in advance,
	Rayiner H.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-11  6:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-10 15:52 Runtime initialization Rayiner Hashem
2002-01-10 22:26 ` PeterPan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).