This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/3922: sparc-elf embedded target makes UNIX calls
- From: davem at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, joel at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 25 Jun 2002 19:47:04 -0000
- Subject: Re: bootstrap/3922: sparc-elf embedded target makes UNIX calls
- Reply-to: davem at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, joel at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: sparc-elf embedded target makes UNIX calls
State-Changed-From-To: open->analyzed
State-Changed-By: davem
State-Changed-When: Tue Jun 25 12:47:03 2002
State-Changed-Why:
It gets it from the trampoline stack execute protection
code, ie. the macro sol2.h:TRANSFER_FROM_TRAMPOLINE
I've always been mystified why the embedded targets
use the Solaris headers. They either have to start
using their own embedded headers or somehow
conditionalize TRANSFER_FROM_TRAMPOLINE with a suitable
ifdef that will match on the embedded Sparc targets.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3922