From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qil45-0001pO-JT for qemu-devel@nongnu.org; Mon, 18 Jul 2011 06:28:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qil43-00064h-Mf for qemu-devel@nongnu.org; Mon, 18 Jul 2011 06:28:41 -0400 Received: from afflict.kos.to ([92.243.29.197]:46123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qil43-00064M-8s for qemu-devel@nongnu.org; Mon, 18 Jul 2011 06:28:39 -0400 Message-ID: <4E240ACC.7030604@iki.fi> Date: Mon, 18 Jul 2011 13:28:28 +0300 From: riku voipio MIME-Version: 1.0 References: <1310502435-29671-1-git-send-email-peter.maydell@linaro.org> <2BF814B9-1668-44E1-9CD4-FD283F90679B@suse.de> In-Reply-To: <2BF814B9-1668-44E1-9CD4-FD283F90679B@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Peter Maydell , qemu-devel@nongnu.org On 07/18/2011 01:18 PM, Alexander Graf wrote: >> The ia64 sys/ucontext.h defines macros 'uc_link', 'uc_sigmask' and >> 'uc_stack'. Rename the s390 target_ucontext struct members to tuc_*, >> bringing them into line with the other targets and fixing a compile >> failure on ia64 hosts caused by this clash. > Looks good to me. Riku, are you taking this into your linux-user tree? Already included in the pull request I sent earlier today. Riku