Mail Archives: djgpp-workers/1996/03/14/21:24:54
I just tried it with the folling source (C and C++, 2.6.3, beta3). Unfortunatly, the target
does not support section attributes. I guess this means GCC will have to be reconfigured,
but I don't have any idea how to go about doing this, let alone rebuilding GCC. With
sufficient pointers, I'ld be willing to do this.
int b __attribute__ ((section("locked1")))=0;
int f(int fr) __attribute__ ((section("locked1")));
int f(int fr)
{
return fr;
}
Bill
- Raw text -