new attribute?

Alan Lehotsky alehotsky@cygnus.com
Wed Apr 18 10:59:00 GMT 2001


At 9:51 AM -0700 4/18/01, jeff wrote:

>Hi. Is there anything in the works (or would it be acceptable) to add an
>"org"
>attr - the idea being that one could place a data structure at a specific
>memory
>location in the code?
>
>thx.
>
>Jeff

what's wrong with

	struct data * const p = (struct data *) (0x1000);

	p->member  = ....

	



More information about the Gcc mailing list