qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5427] Export x86_stack_size in qemu.h
@ 2008-10-05 11:05 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-05 11:05 UTC (permalink / raw)
  To: qemu-devel

Revision: 5427
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5427
Author:   blueswir1
Date:     2008-10-05 11:05:14 +0000 (Sun, 05 Oct 2008)

Log Message:
-----------
Export x86_stack_size in qemu.h

Modified Paths:
--------------
    trunk/linux-user/elfload.c
    trunk/linux-user/qemu.h

Modified: trunk/linux-user/elfload.c
===================================================================
--- trunk/linux-user/elfload.c	2008-10-05 10:52:52 UTC (rev 5426)
+++ trunk/linux-user/elfload.c	2008-10-05 11:05:14 UTC (rev 5427)
@@ -545,8 +545,6 @@
 	memcpy(to, from, n);
 }
 
-extern unsigned long x86_stack_size;
-
 static int load_aout_interp(void * exptr, int interp_fd);
 
 #ifdef BSWAP_NEEDED

Modified: trunk/linux-user/qemu.h
===================================================================
--- trunk/linux-user/qemu.h	2008-10-05 10:52:52 UTC (rev 5426)
+++ trunk/linux-user/qemu.h	2008-10-05 11:05:14 UTC (rev 5427)
@@ -247,6 +247,9 @@
 void mmap_fork_end(int child);
 #endif
 
+/* main.c */
+extern unsigned long x86_stack_size;
+
 /* user access */
 
 #define VERIFY_READ 0

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

only message in thread, other threads:[~2008-10-05 11:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05 11:05 [Qemu-devel] [5427] Export x86_stack_size in qemu.h Blue Swirl

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