This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix for SPARC leaf sibcalls in pic
- To: jakub at redhat dot com
- Subject: Re: [PATCH] Fix for SPARC leaf sibcalls in pic
- From: "David S. Miller" <davem at redhat dot com>
- Date: Mon, 17 Apr 2000 07:31:13 -0700
- CC: rth at cygnus dot com, gcc-patches at gcc dot gnu dot org
- References: <20000417164011.V607@sunsite.ms.mff.cuni.cz>
Date: Mon, 17 Apr 2000 16:40:11 +0200
From: Jakub Jelinek <jakub@redhat.com>
For pic we cannot use the sethi/jmpl sibcall for leaf procedures and must
use mov %o7, %g1; call; mov %g1, %o7 like is used for 64bit memory models
other than medlow already.
Ok to commit?
This looks fine to me.
Later,
David S. Miller
davem@redhat.com