--- ./gdb-7.2/gdb/ChangeLog-2002 2004-04-24 00:15:17.000000000 +0200 +++ ./gdb-7.2.2/gdb/ChangeLog-2002 2011-04-14 16:13:29.187948001 +0200 @@ -5396,12 +5396,13 @@ Fri Sep 13 07:42:09 2002 Andrew Cagney * config/i386/tm-i386.h: Don't include "regcache.h". * i387-tdep.h (i387_print_float_info): New prototype. - * i387-tdep.c (print_i387_value, print_i387_ext, - print_i387_status_word, print_i387_control_word): Add `struct - ui_file *' argument and use it for output. - (i387_print_float_info): Renamed from i387_float_info. Add - `struct gdbarch *' and `struct ui_file *' arguments and use the - latter for output. + * i387-tdep.c (print_i387_value, print_i387_ext, print_i387_control_word): + Add `struct ui_file *' argument and use it for output. + + * i387-tdep.c (i387_print_float_info): + Renamed from i387_float_info. Add `struct gdbarch *' and `struct ui_file *' arguments + and use the latter for output. + * i386-tdep.c: Include "i387-tdep.h". (i386_gdbarch_init): Set print_float_info. * config/i386/tm-i386.h (i387_float_info): Remove prototype.