Michael Eager <[EMAIL PROTECTED]> writes:
> Are there any architectures which have Pmode != INT?

m32c has Pmode == PSImode, at least with -mcpu=m32c.  The r8c/m16c
variants have Pmode == HImode == int.

> I'm running into a number of problems.

Yup!  GCC doesn't like ports where sizeof(pointer) != sizeof(some int
type).

It likes 24 bit registers even less :-P

Reply via email to