This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH to c-commonc.c, preliminary for PR/3865 fix
Matt Thomas <matt@3am-software.com> writes:
| At 01:55 PM 8/30/2002, Gabriel Dos Reis wrote:
| >Well, on VAX a 32-bit integer is stored blike 3-4-1-2 (or 2-1-4-3 I can't
| >recall exactly which). I don't know if that is what you're asking
| >for. If not, could you elaborate?
|
| That is incorrect. on a VAX, a 32-bit integer is stored exactly a 32-bit
| integer on i386 is stored: LSB[yte] first.
I stand corrected. It appears I confused VAX with PDP11. Sorry.
-- Gaby