Re: Simple fun g++ code..

Marek Habersack (grendel@vip.maestro.com.pl)
Sun, 22 Mar 1998 13:59:08 +0100 (CET)


On Sun, 22 Mar 1998, Lin Zhe Min wrote:

> > constructor addresses and puts them in a special data section which is then
> > iterated by the startup code which calls the constructors in the ordred given.
> > Same goes for the desctructors.
>
> Then, how to explain the missing of "Bye world!" in some machines?
It might have something to do with the shutdown code - the exit(0) call may
with some C libraries cause an unconditional exit, something like abort() -
what would be a bug.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu