From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHR4v-0004ip-Bj for qemu-devel@nongnu.org; Thu, 18 Jun 2009 19:31:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHR4q-0004gD-No for qemu-devel@nongnu.org; Thu, 18 Jun 2009 19:31:32 -0400 Received: from [199.232.76.173] (port=60947 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHR4q-0004g9-Ka for qemu-devel@nongnu.org; Thu, 18 Jun 2009 19:31:28 -0400 Received: from main.gmane.org ([80.91.229.2]:53446 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MHR4q-0002hG-4n for qemu-devel@nongnu.org; Thu, 18 Jun 2009 19:31:28 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MHR4p-0006lT-1e for qemu-devel@nongnu.org; Thu, 18 Jun 2009 23:31:27 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 23:31:27 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 23:31:27 +0000 From: Consul Date: Thu, 18 Jun 2009 16:31:15 -0700 Message-ID: References: <1245359088-28470-1-git-send-email-weil@mail.berlios.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <1245359088-28470-1-git-send-email-weil@mail.berlios.de> Sender: news Subject: [Qemu-devel] Re: [PATCH] Win32: Reduce section alignment for Windows. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Stefan Weil wrote: > Maximum alignment for Win32 is 16, so don't try > to set it to 32. Otherwise the compiler complains: > Isn't 16 enough on other platforms? For Win32 8 seems to be quite enough.