Re: [PATCH] Fix issue with PowerPC, char is unsigned by default

2013-07-14 Thread Paul Smith
On Thu, 2013-07-11 at 15:16 +1000, Anton Blanchard wrote: > Just checking on this patch. Without it make on PowerPC is broken. I decided to go a different way, and rewrote update_status to be an enum rather than a char. This change is pushed to Git. _

Re: [PATCH] Fix issue with PowerPC, char is unsigned by default

2013-07-10 Thread Anton Blanchard
Hi, Just checking on this patch. Without it make on PowerPC is broken. Anton -- On Mon, 17 Jun 2013 13:59:05 +1000 Anton Blanchard wrote: commit 8b034b7d (Small cleanups and fixes) changed update_status from a short int to a char. On PowerPC a char is unsigned by default and this means things

[PATCH] Fix issue with PowerPC, char is unsigned by default

2013-06-17 Thread Anton Blanchard
commit 8b034b7d (Small cleanups and fixes) changed update_status from a short int to a char. On PowerPC a char is unsigned by default and this means things that set update_status to -1 do not work any more. 2013-05-07 Anton Blanchard * filedef.h (update_status): Make signed Index: b/