diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-09-13 18:43:03 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-09-13 18:43:03 +0000 |
commit | 348d75a52ff8e3fa2cb16a82efd88a0ca2e866bc (patch) | |
tree | f1ecdfd50c9e985928fa9ba99e62c9749a4d3855 /gdb | |
parent | 6f4514dc583651424efdc12db6a1911f8f359a44 (diff) | |
download | gdb-348d75a52ff8e3fa2cb16a82efd88a0ca2e866bc.zip gdb-348d75a52ff8e3fa2cb16a82efd88a0ca2e866bc.tar.gz gdb-348d75a52ff8e3fa2cb16a82efd88a0ca2e866bc.tar.bz2 |
(monitor_load): Fix indentation.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d18555b..a541ce4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2001-09-13 Jim Blandy <jimb@redhat.com> + + * monitor.c (monitor_load): Fix indentation. + +2001-09-11 Jim Blandy <jimb@redhat.com> + + * printcmd.c (print_scalar_formatted): Compare the length of the + value against the lengths of the target's floating-point types, + not the host's. Add support for `long double'. + + * printcmd.c (print_scalar_formatted): Fix indentation. + 2001-09-10 Jim Blandy <jimb@redhat.com> * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that |