On Mon, 2012-03-26 at 22:51 +0000, Iyer, Balaji V wrote: > I have another question along the same lines. Is it possible to tell > gcc to never delete a certain function even if it is never called in > the executable? >
"__attribute__ ((used))" maybe? Cheers, Oleg
