diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-11 02:30:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-11 02:30:59 +0000 |
commit | d855c300c716ddddc5e278bfa644c8939b52e19b (patch) | |
tree | a99798bbdd7b37ee5d9b096c6cb3cc50c276ef46 /gdb/ChangeLog | |
parent | dd12a1014c2c9e65779576b12f0d98621f57f0fb (diff) | |
download | gdb-d855c300c716ddddc5e278bfa644c8939b52e19b.zip gdb-d855c300c716ddddc5e278bfa644c8939b52e19b.tar.gz gdb-d855c300c716ddddc5e278bfa644c8939b52e19b.tar.bz2 |
Make print_float_info() multi-arch pure. Add ui_file and frame parameters.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad2d6e7..9c920e3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2002-06-10 Andrew Cagney <ac131313@redhat.com> + * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters. + Make multi-arch pure. + * gdbarch.h, gdbarch.c: Re-generate. + * arm-tdep.c (arm_print_float_info): Update. + * arch-utils.h (default_print_float_info): Update. + * arch-utils.c (default_print_float_info): Update. + * infcmd.c (float_info): Update call. + +2002-06-10 Andrew Cagney <ac131313@redhat.com> + * Makefile.in (init.c): Move the call to _initialize_gdbtypes to the front of the initialize list. |