This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [RFA] mips: Fix "info registers" output



> Right now, for MIPS, builtin_type_double always means "whichever of
> builtin_type_ieee_double_{big,little} is appropriate" and likewise
> for builtin_type_float.  (I note in passing that the type_ieee
> variables are not referenced.  Anywhere.  Only the floatformats are.)

Yes, it is a bug.  MIPS integer registers have been (mostly?) changed to 
the correct uint32 et.al.  That fixed problems when debugging -mlong64 
-mlong32 etc code.

> All I could see changed in mips-tdep.c would be to explicitly state
> that, and I don't really see the point, given the MIPS FP models we
> support.  That's why I didn't see the need for the FIXME in question.
> Perhaps I'm not understanding you...?

It is one of those things where the ``right thing'' may not appear to 
have an immediate return.

enjoy,
Andrew



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