rth, Am 24.06.2014 12:14, schrieb Peter Maydell: > On 23 June 2014 15:36, Richard Henderson <r...@twiddle.net> 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