[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] [RFC] more -mint8 changes for pgmspace.h
From: |
Nils Kristian Strøm |
Subject: |
Re: [avr-libc-dev] [RFC] more -mint8 changes for pgmspace.h |
Date: |
Wed, 17 Sep 2003 23:31:34 +0200 |
User-agent: |
KMail/1.5.9 |
On Wednesday 17 September 2003 22:32, Theodore A. Roth wrote:
> No. The (u)int64_t typedefs are not affected by -mint8_t (see
> inttypes.h) so can stay defined. The only reason for #if'ing out the
> (u)int32_t typedefs is to avoid having the header barf because
> (u)int32_t is not defined when using -mint8.
There has been suggested and approved a gcc patch to remove the 64-bit type
and only have 8, 16 and 32 bits when using -mint8. It has not been committed
yet, but as said: It has been approved. See the gcc mailing list (http://
gcc.gnu.org/ml/gcc-patches/2002-11/msg01502.html).
If libc version 1.0 is ment to be the first stable toolchain together with
gcc-3.3 and binutils 2.13, I go with Ted to let the 64-bit type in.
Just my NOK 0.1 worth...
Regards, Nils