public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: andrew@user2.teleport.com (Andrew Klossner)
To: help-gcc@gnu.org
Subject: Re: PowerPC Stack Frames
Date: Fri, 31 Dec 1999 22:24:00 -0000	[thread overview]
Message-ID: <82h88r$hjm$1@user2.teleport.com> (raw)
Message-ID: <19991231222400.NetkuS2a5ySLXs7NH1_Nto0HAzyUiGpIibn4K5FC-9U@z> (raw)
In-Reply-To: <82gpv3$bjn@sirius.develcon.com>

> I am using egcs-2.91.66 for a PowerPC.  I would like
> some help understanding how registers and the stack are used
> on PowerPC with GCC.

It depends on which ABI you're using.  If it's the EABI (Embedded):
You have to save GPR registers 0 and 3-12, LR, CTR, XER, and CR.  If
the C routines you'll call use floating point, you must also save FP
registers 0-13 and FPSCR.  The C routines will save/restore anything
else they use.

  -=- Andrew Klossner (andrew@teleport.com)

  reply	other threads:[~1999-12-31 22:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-06  9:05 Dick Ginther
1999-12-06 13:06 ` Andrew Klossner [this message]
1999-12-31 22:24   ` Andrew Klossner
1999-12-09 11:44 ` Frank Herold
1999-12-31 22:24   ` Frank Herold
1999-12-31 22:24 ` Dick Ginther

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='82h88r$hjm$1@user2.teleport.com' \
    --to=andrew@user2.teleport.com \
    --cc=help-gcc@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).