On 27 January 2016 at 20:04, Edgar E. Iglesias wrote:
> On Tue, Jan 26, 2016 at 06:05:29PM +, Peter Maydell wrote:
>> I'm sending this small series separately because cleaning
>> the microblaze files' use of includes requires a manual
>> code fix to disas/microblaze.c. That file manually defin
On Tue, Jan 26, 2016 at 06:05:29PM +, Peter Maydell wrote:
> I'm sending this small series separately because cleaning
> the microblaze files' use of includes requires a manual
> code fix to disas/microblaze.c. That file manually defines
> TRUE and FALSE, which clash with the standard defines
>
I'm sending this small series separately because cleaning
the microblaze files' use of includes requires a manual
code fix to disas/microblaze.c. That file manually defines
TRUE and FALSE, which clash with the standard defines
that osdep.h will pull in. Patch 1 fixes this, and then
patch 2 is the u