calling function in .init and .fini gives problem

Diego Novillo dnovillo@redhat.com
Thu May 20 15:24:00 GMT 2004


On Thu, 2004-05-20 at 10:40, mohanlal jangir wrote:
> I tried to run following program, but is giving "Illegal instruction" error
> after function premain is called. Can somebody correct me, what I am doing
> wrong?
> 
Try __attribute__((constructor)) and __attribute__((destructor))


Diego.



More information about the Gcc mailing list