From: malc <av1474@comtv.ru>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4985] Account for MacOS X ABI reserved space in linkage area ( Andreas Faerber)
Date: Sun, 03 Aug 2008 19:04:11 +0000 [thread overview]
Message-ID: <E1KPisF-0006EW-Qp@cvs.savannah.gnu.org> (raw)
Revision: 4985
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4985
Author: malc
Date: 2008-08-03 19:04:11 +0000 (Sun, 03 Aug 2008)
Log Message:
-----------
Account for MacOS X ABI reserved space in linkage area (Andreas Faerber)
Modified Paths:
--------------
trunk/tcg/ppc/tcg-target.c
trunk/tcg/ppc/tcg-target.h
Modified: trunk/tcg/ppc/tcg-target.c
===================================================================
--- trunk/tcg/ppc/tcg-target.c 2008-08-03 19:04:07 UTC (rev 4984)
+++ trunk/tcg/ppc/tcg-target.c 2008-08-03 19:04:11 UTC (rev 4985)
@@ -25,7 +25,7 @@
static uint8_t *tb_ret_addr;
#ifdef __APPLE__
-#define LINKAGE_AREA_SIZE 12
+#define LINKAGE_AREA_SIZE 24
#define BACK_CHAIN_OFFSET 8
#else
#define LINKAGE_AREA_SIZE 8
Modified: trunk/tcg/ppc/tcg-target.h
===================================================================
--- trunk/tcg/ppc/tcg-target.h 2008-08-03 19:04:07 UTC (rev 4984)
+++ trunk/tcg/ppc/tcg-target.h 2008-08-03 19:04:11 UTC (rev 4985)
@@ -66,7 +66,7 @@
#define TCG_REG_CALL_STACK TCG_REG_R1
#define TCG_TARGET_STACK_ALIGN 16
#ifdef __APPLE__
-#define TCG_TARGET_CALL_STACK_OFFSET 12
+#define TCG_TARGET_CALL_STACK_OFFSET 24
#else
#define TCG_TARGET_CALL_ALIGN_ARGS 1
#define TCG_TARGET_CALL_STACK_OFFSET 8
reply other threads:[~2008-08-03 19:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=E1KPisF-0006EW-Qp@cvs.savannah.gnu.org \
--to=av1474@comtv.ru \
--cc=qemu-devel@nongnu.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 NNTP newsgroup(s).