[U-Boot] [PATCH 0/2] Add support for GCC 5.x for MicroBlaze

2015-11-06 Thread Nathan Rossi
This patch series fixes some issues with some MicroBlaze functions and declarations that are not compatible with newer C standards (e.g. C99) this includes the default C standard set by the GCC 5.x compiler (which is gnu11 by default). This series is split into two patches, the first patch being s

Re: [U-Boot] [PATCH 0/2] Add support for GCC 5.x for MicroBlaze

2015-11-09 Thread Michal Simek
On 11/06/2015 10:25 AM, Nathan Rossi wrote: > This patch series fixes some issues with some MicroBlaze functions and > declarations that are not compatible with newer C standards (e.g. C99) this > includes the default C standard set by the GCC 5.x compiler (which is gnu11 by > default). > > This s