__do_global_dtors_aux in C

Posted by Amazon on Stack Overflow See other posts from Stack Overflow or by Amazon
Published on 2010-04-29T23:33:45Z Indexed on 2010/04/29 23:37 UTC
Read the original article Hit count: 222

Filed under:
|

I'm compiling a C program for a MIPS embedded system. GCC keeps sticking in stuff like __do_global_dtors_aux, frame_dummy, __do_global_ctors_aux. How can I avoid that?

© Stack Overflow or respective owner

Related posts about mips

Related posts about c