I have a question on the usage of "__attribute__". So far I am able to specify which section certain functions reside in, using __attribute__ ((section (".my_section"))). But I can't do the same for classes, why? thanks Stanley