qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4985] Account for MacOS X ABI reserved space in linkage area ( Andreas Faerber)
@ 2008-08-03 19:04 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-08-03 19:04 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-03 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-03 19:04 [Qemu-devel] [4985] Account for MacOS X ABI reserved space in linkage area ( Andreas Faerber) malc

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).