[PATCH 2/7] Use <stdint.h> in <machine/_default_types.h>
Corinna Vinschen
vinschen@redhat.com
Tue Oct 29 17:22:00 GMT 2013
On Oct 29 15:28, Sebastian Huber wrote:
> On 2013-10-25 20:12, Sebastian Huber wrote:
> >On 10/08/2013 02:45 PM, Sebastian Huber wrote:
> >>This change ensures that the default integer types are identical to the
> >>corresponding C99 types. On some targets the type of uint32_t and
> >>__uint32_t were not identical which resulted in compiler warnings.
> >>
> >>newlib/ChangeLog
> >>2013-10-08 Sebastian Huber<sebastian.huber@embedded-brains.de>
> >>
> >> * libc/include/machine/_default_types.h (__int8_t): Define via
> >> <stdint.h> provided type.
> >> (__uint8_t): Likewise.
> >> (__int8_least_t): Likewise.
> >> (__uint8_least_t): Likewise.
> >> (__int16_t): Likewise.
> >> (__uint16_t): Likewise.
> >> (__int16_least_t): Likewise.
> >> (__uint16_least_t): Likewise.
> >> (__int32_t): Likewise.
> >> (__uint32_t): Likewise.
> >> (__int32_least_t): Likewise.
> >> (__uint32_least_t): Likewise.
> >> (__int64_t): Likewise.
> >> (__uint64_t): Likewise.
> >
> >Can someone please revert this patch since it leaks <stdint.h> defines into
> ><stdlib.h>.
>
> It will take some time before I can work on this issue again, so in
> the meantime its probably worth to revert this patch.
Please provide a patch for the reversion.
Thanks,
Corinna
--
Corinna Vinschen
Cygwin Maintainer
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20131029/07f29bbd/attachment.sig>
More information about the Newlib
mailing list