This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC & patch: Rework MIPS command-line handling


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


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