This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Go in gcc 4.7


On 01/12/2012 12:16 PM, Andreas Schwab wrote:
Ian Lance Taylor<iant@google.com> writes:

The functions required are makecontext, getcontext, and setcontext.
Note that these functions are obsolescent in POSIX.1-2004 and removed
from POSIX.1-2008.
Are there any alternatives? It is bad that Go is already starting
out dependent on obsolete methods.  :(

FWIW these should be straightforward to implement on RTEMS.
They just have to wrap the internal routines used for thread
context management. I stubbed them out so Go would continue
to build.
Andreas.



--
Joel Sherrill, Ph.D.             Director of Research&  Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]