From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0A53-0005Zn-KF for qemu-devel@nongnu.org; Thu, 26 Jun 2014 09:51:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0A4x-0003hZ-8s for qemu-devel@nongnu.org; Thu, 26 Jun 2014 09:51:13 -0400 Received: from mout.web.de ([212.227.15.4]:61434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0A4w-0003hG-WA for qemu-devel@nongnu.org; Thu, 26 Jun 2014 09:51:07 -0400 Message-ID: <53AC2546.5040707@web.de> Date: Thu, 26 Jun 2014 15:51:02 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1403534178-19242-1-git-send-email-rth@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Merge ppc32/ppc64 tcg backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Peter Maydell , QEMU Developers , Tom Musta rth, Am 24.06.2014 12:14, schrieb Peter Maydell: > On 23 June 2014 15:36, Richard Henderson wrote: >> No change since v3, so eliding the patches. >> Thanks for the testing, Tom. >> >> >> r~ >> >> >> The following changes since commit d9c1647d896d3192cba9dbf98fb7efab876edde5: >> >> Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2014-06-23 12:55:22 +0100) >> >> are available in the git repository at: >> >> git://github.com/rth7680/qemu.git tcg-ppc-merge-1 >> >> for you to fetch changes up to a84ac4cbbb4f4705305189ef007a8432b0b9f718: >> >> tcg-ppc: Use the return address as a base pointer (2014-06-23 07:32:33 -0700) > > Applied, thanks. I assume this pull broke ppc64 support on Mac OS X. It now says #error "Unsupported abi" (1734) plus errors about LINK_AREA_SIZE (1763) and LR_OFFSET (1775), all in tcg/ppc/tcg-target.c. It used to build and work okay before. Regards, Andreas