public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Add support for GCC 5.x for MicroBlaze
@ 2015-11-06  9:25 Nathan Rossi
  2015-11-06  9:25 ` [U-Boot] [PATCH 1/2] microblaze: Fix style issues in header files Nathan Rossi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nathan Rossi @ 2015-11-06  9:25 UTC (permalink / raw)
  To: u-boot

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 some code style
clean up, followed by the patch that fixes the compatiblity.

Nathan Rossi (2):
  microblaze: Fix style issues in header files
  microblaze: Fix C99/gnu99 compatiblity for inline functions

 arch/microblaze/include/asm/bitops.h | 63 ++++++++++++------------------------
 arch/microblaze/include/asm/system.h |  2 +-
 2 files changed, 22 insertions(+), 43 deletions(-)

-- 
2.6.2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-09 11:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06  9:25 [U-Boot] [PATCH 0/2] Add support for GCC 5.x for MicroBlaze Nathan Rossi
2015-11-06  9:25 ` [U-Boot] [PATCH 1/2] microblaze: Fix style issues in header files Nathan Rossi
2015-11-06  9:25 ` [U-Boot] [PATCH 2/2] microblaze: Fix C99/gnu99 compatiblity for inline functions Nathan Rossi
2015-11-06 12:27   ` Måns Rullgård
2015-11-09 11:29 ` [U-Boot] [PATCH 0/2] Add support for GCC 5.x for MicroBlaze Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox