char main[] __attribute__((section(".text")));
(You get a warning from the assembler.)
I didn't know gcc attributes included that kind of thing. I've really gotta dig though the manual some time.
I didn't know gcc attributes included that kind of thing. I've really gotta dig though the manual some time.