On 04.09.14 21:53, Tom Musta wrote: > On 9/4/2014 2:13 PM, Alexander Graf wrote: >> >> >>> Am 04.09.2014 um 20:38 schrieb Peter Maydell <peter.mayd...@linaro.org>: >>> >>>> On 4 September 2014 18:19, Alexander Graf <ag...@suse.de> wrote: >>>> Hi Peter, >>>> >>>> This is my current patch queue for ppc. Please pull. >>> >>> Hi. I'm afraid this doesn't build (x86, 64bit, gcc >>> 4.8.2, non-debug build): >>> >>> CC ppc64abi32-linux-user/linux-user/signal.o >>> /home/petmay01/linaro/qemu-for-merges/linux-user/signal.c: In function >>> ‘setup_frame’: >>> /home/petmay01/linaro/qemu-for-merges/linux-user/signal.c:4698:5: >>> error: right shift count >= width of type [-Werror] >>> __put_user(set->sig[0] >> 32, &sc->_unused[3]); >>> ^ >>> cc1: all warnings being treated as errors >> >> Ouch. I guess we're missing ppc64abi32 in travis then - it never complained >> here ;). >> >> Will fix in a few hours and resend. >> >> >> Alex >> >>> >>> thanks >>> -- PMM >> > > I am thinking that the way to fix this is by amending patch 5/52 () with this > change
Thanks, I did exactly that which fixed the build for ppc64abi32. Peter, please pull the same tag name again - I updated it with the now working state. Alex