tags:

views:

15

answers:

1

For what purpose does gcc use crtbegin.o and crtend.o ?

A: 

Those files contain the code to handle C++ global constructors and destructors.

James Roth
Thank you so much
Walidix