This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Endianess



mikeg@watson.ibm.com said:
> What was a bit disconcerting to me was the use of phrases such as "PC
> compilers", and "workstations compilers" which is of course totally
> wrong because it's an architecture, not a compiler issue.

The MSVC++ compiler for alpha does 32bit integers, longs and pointers,
whereas the egcs compiler does 32bit integers but 64bit longs and pointers.

I think that the MIPS processor has little- and big-endian modes, selected
by compiler switches.

So, these are very much compiler issues. Of course, "workstation" and
"PC" are still meaningless adjectives:-)

-- 
Steve Williams                "The woods are lovely, dark and deep.
steve@icarus.com              But I have promises to keep,
steve@picturel.com            and lines to code before I sleep,
http://www.picturel.com       And lines to code before I sleep."




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]