summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-11-09 12:44:23 +0000
committerMark Kettenis <kettenis@gnu.org>2002-11-09 12:44:23 +0000
commitbefb458bcdfc576258526cfb251c134a6d71cb2f (patch)
tree79b2b6036ddc087ded15354d1c93ee1d370ee74a /gdb/ChangeLog
parent2b04ab3f9dfb4ac0da32c666b39b7d5c05c82039 (diff)
downloadgdb-befb458bcdfc576258526cfb251c134a6d71cb2f.tar.gz
* infcmd.c (print_vector_info, print_float_info): Move code that
checks whether the target has any registers and whether there is a selected frame up, such that it is also used if a target provides multi-arch definitions of these functions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b87159b6a77..42728f34fb4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-11-09 Mark Kettenis <kettenis@gnu.org>
+
+ * infcmd.c (print_vector_info, print_float_info): Move code that
+ checks whether the target has any registers and whether there is a
+ selected frame up, such that it is also used if a target provides
+ multi-arch definitions of these functions.
+
2002-11-08 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (DESTDIR): Define.