RFC & patch: Rework MIPS command-line handling

cgd@broadcom.com cgd@broadcom.com
Mon Jul 15 11:11:00 GMT 2002


At Mon, 15 Jul 2002 11:01:05 -0700, Mark D. Baushke wrote:
> > Several people, myself included, would be ... quite happy if that mode
> > went away completely, i.e. -mlong64 were disallowed if GPRs weren't
> > also 64-bit.
> 
> I am not sure it fully solves your problem. You would still have to deal
> with 64-bit 'long long' integers.

Well, my problem w.r.t -mips1 -mlong64 is that it's allegedly
supported, and coping with it in code which needs to handle lots of
options gracefully... makes for a problem.

It causes the one case for mips GCC currently where sizeof long !=
sizeof pointer.  8-)

yes, long long is still a pain, but it's a slightly different pain.
8-)


> > Are you actually using -mlong64 w/ 32-bit GPR systems?
> 
> No, but we do use 64-bit integers w/ 32-bit GPR systems.

Yes.  There are a LOT of people doing that.


cgd



More information about the Binutils mailing list