From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USukQ-0005vm-Ve for qemu-devel@nongnu.org; Thu, 18 Apr 2013 15:43:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USukP-0004NG-BE for qemu-devel@nongnu.org; Thu, 18 Apr 2013 15:43:58 -0400 Received: from mail-ee0-f50.google.com ([74.125.83.50]:60357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USugE-0002hN-Mj for qemu-devel@nongnu.org; Thu, 18 Apr 2013 15:39:38 -0400 Received: by mail-ee0-f50.google.com with SMTP id e53so1501371eek.9 for ; Thu, 18 Apr 2013 12:39:37 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51704BEE.3000802@redhat.com> Date: Thu, 18 Apr 2013 21:39:26 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366208807-4433-1-git-send-email-pbonzini@redhat.com> <20130418145836.GA25647@afflict.kos.to> In-Reply-To: <20130418145836.GA25647@afflict.kos.to> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/13] TARGET_*_ALIGNMENT cleanup, and config-target.mak trimming List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, edgar.iglesias@gmail.com Il 18/04/2013 16:58, Riku Voipio ha scritto: >> > target_short/int/llong and the corresponding unsigned types are renamed >> > to abi_short/int/llong, and TARGET_*_ALIGNMENT is similarly renamed to >> > ABI_*_ALIGNMENT. target_long/ulong, which identify the register width >> > in the CPU, do not have special alignment anymore. Core dumps are >> > changed to use the new types, with fixes to include the full 64-bit >> > contents of mipsn32 registers. > What you using as the mipsn32 target distribution to test on? I was just checking against the Linux kernel source code. Paolo