On 02/12/2018 03:31, Chris Johns wrote:
On 30/11/18 8:42 pm, Sebastian Huber wrote:
a GCC 7.4.0 release candidate is available. I would like to update the RSB to
use GCC 7.4.0 for all targets which currently use GCC 7.3.0. This will change
the type int32_t from long to int.
Have you tested the change on the tier 1 BSPs?

RISC-V already uses this since it is GCC 9 based. I tested it on ARM, PowerPC and SPARC.

https://devel.rtems.org/ticket/3384

It is just a

typedef long int32_t;

to

typedef int int32_t;

change on 32-bit targets. We have to fix a couple of format warnings.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to