delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1996/03/14/21:24:54

Message-Id: <s1498a94.088@MAIL.TAIT.CO.NZ>
Date: Fri, 15 Mar 1996 15:19:05 +1200
From: Bill Currie <bill_currie AT MAIL DOT TAIT DOT CO DOT NZ>
To: djgpp-workers AT delorie DOT com
Subject: Re: A separate section for locked memory?

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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019