This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: RFA: MIPS and builtin_type_{double,float}
> On Fri, Mar 22, 2002 at 02:33:25PM -0500, Andrew Cagney wrote:
>
>> [Adding MartinH and CGD to To: line.> 2002-03-22 Daniel Jacobowitz
>> <drow@mvista.com>
>
>> >
>> >* mips-tdep.c (mips_float_register_type): New function.
>> > (mips_double_register_type): New function.
>> > (mips_print_register): Use them.
>> > (do_fp_register_row): Likewise.
>> >
>
>>
>> Perfect! Suggest a NEWS entry.
>
>
> Saying what? It has no effect except preventative, since these were
> always the existing types.
I'm thinking of the entire change - fix the FP output and its types.
The MIPS should be correctly displaying the FP values now.
>> The next question is pulling the whole thing into the branch. The two
>> (other) people that immediatly come to mind on this
>> one are are MartinH and ChrisD.
>>
>> Thoughts?
>
>
> Confused thoughts. What do you mean by "the whole thing" in this
> context - the FP register-printing code that I originally posted which
> prompted this correction?
Yes.
Andrew