[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
- Re: [avr-libc-dev] Program memory macros and -mint8, (continued)
- Re: [avr-libc-dev] Program memory macros and -mint8, Joerg Wunsch, 2002/11/11
- Re: [avr-libc-dev] Program memory macros and -mint8, E. Weddington, 2002/11/11
- [avr-libc-dev] inttypes.h cleanup for -mint8, Theodore A. Roth, 2002/11/11
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Joerg Wunsch, 2002/11/11
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, E. Weddington, 2002/11/11
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Joerg Wunsch, 2002/11/12
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Jeff Barlow, 2002/11/12
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Joerg Wunsch, 2002/11/12
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, E. Weddington, 2002/11/12
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8,
Theodore A. Roth <=
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Joerg Wunsch, 2002/11/12
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Nils Kristian Strøm, 2002/11/12
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Theodore A. Roth, 2002/11/12
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Joerg Wunsch, 2002/11/13
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Marek Michalkiewicz, 2002/11/11
- Re: [avr-libc-dev] inttypes.h cleanup for -mint8, Theodore A. Roth, 2002/11/11