diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-08-15 17:36:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-08-15 17:36:57 +0000 |
commit | 61113f8bf100e2b95725ecda43c3ae129336ee6e (patch) | |
tree | abe98a0878836f5c05850c4728300b6586d10b60 /gdb/ChangeLog | |
parent | 5415e7c5d4ce0b49756c8a7ecd800c323e0584d3 (diff) | |
download | gdb-61113f8bf100e2b95725ecda43c3ae129336ee6e.zip gdb-61113f8bf100e2b95725ecda43c3ae129336ee6e.tar.gz gdb-61113f8bf100e2b95725ecda43c3ae129336ee6e.tar.bz2 |
* 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.
* i386-tdep.c: Include "i387-tdep.h".
(i386_gdbarch_init): Set print_float_info.
* config/i386/tm-i386.h (i387_float_info): Remove prototype.
(FLOAT_INFO): Remove define.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b92f9f8..65d90d5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2002-08-15 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org> + + * 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. + * i386-tdep.c: Include "i387-tdep.h". + (i386_gdbarch_init): Set print_float_info. + * config/i386/tm-i386.h (i387_float_info): Remove prototype. + (FLOAT_INFO): Remove define. + 2002-08-13 Michael Snyder <msnyder@redhat.com> * mips-tdep.c (mips_push_arguments): Rename to |