[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Mon Jun 2 08:25:24 CEST 2008
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 08/06/02 08:25:24
Modified files:
cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c
Log message:
The comment says typeids are unsigned 32bit numbers but
on 64 bit hosts they get signed extended. This causes
the output of cm3cg -y to vary between 32 bit and 64 bit hosts.
Eliminate this red herring by treating the data
as actually unsigned 32 bit numbers.
(red herring because NT386GNU-hosted SPARC64_OPENBSD-targeted
cross cm3cg works, but native SPARC64_OPENBSD does not, exhibiting
the same behavior as native AMD64_LINUX)
More information about the M3commit
mailing list