avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] inttypes.h cleanup for -mint8


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] inttypes.h cleanup for -mint8
Date: Tue, 12 Nov 2002 10:15:39 -0800 (PST)

On Tue, 12 Nov 2002, E. Weddington wrote:

:) Normal avr-gcc:
:)
:)   char      -> 8 bit
:)   int       -> 16 bit
:)   short     -> 16 bit
:)   long      -> 32 bit
:)   long long -> 64 bit
:)
:) -mint8 mode:
:)   char          -> 8 bit
:)   int            -> 8 bit
:)   short        -> 16 bit
:)   long         -> 32 bit
:)   long long  -> 64 bit

I totally forgot about shorts. (brain fart)

This would almost make things doable.

Now I wonder how difficult it would be to tweak gcc to do this...
I don't think it's possible to get this into 3.3 this late in the game
though. I'd say we add it to the todo list and defer until next major
release cycle.

Ted Roth





reply via email to

[Prev in Thread] Current Thread [Next in Thread]