aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-2001
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-06 04:37:53 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-06 04:37:53 +0000
commit79e10fabfc2aa896c3ae4705962a6a86adaebb0f (patch)
tree9539ec4c06102b62d734c907dab02e1b7a08b4b6 /gdb/ChangeLog-2001
parent1d84ffd51906188551692bc6b17bca29ecf84da5 (diff)
downloadfsf-binutils-gdb-79e10fabfc2aa896c3ae4705962a6a86adaebb0f.zip
fsf-binutils-gdb-79e10fabfc2aa896c3ae4705962a6a86adaebb0f.tar.gz
fsf-binutils-gdb-79e10fabfc2aa896c3ae4705962a6a86adaebb0f.tar.bz2
Move changelog to correct position.
Diffstat (limited to 'gdb/ChangeLog-2001')
-rw-r--r--gdb/ChangeLog-200127
1 files changed, 7 insertions, 20 deletions
diff --git a/gdb/ChangeLog-2001 b/gdb/ChangeLog-2001
index 1bc4db5..ccd64de 100644
--- a/gdb/ChangeLog-2001
+++ b/gdb/ChangeLog-2001
@@ -27,6 +27,13 @@
* ppc-tdep.h (struct gdbarch_tdep): Add altivec regnum fields.
(altivec_register_p): Export.
+2001-12-29 Mark Kettenis <kettenis@gnu.org>
+
+ * i386bsd-nat.c (reg_offset): Fix typo.
+
+ * i386-tdep.c (i386_push_dummy_frame): Don't write back the
+ modified frame pointer until the old frame pointer has been saved.
+
2001-12-30 Andrew Cagney <ac131313@redhat.com>
* arch-utils.c (initialize_current_architecture): Test byte_order
@@ -37,26 +44,6 @@
BFD_ENDIAN_UNKNOWN.
* gdbarch.h, gdbarch.c: Re-generate.
-2001-12-29 Mark Kettenis <kettenis@gnu.org>
-
- * i386bsd-nat.c (reg_offset): Fix typo.
-
- * i386-tdep.c (i386_push_dummy_frame): Don't write back the
- modified frame pointer until the old frame pointer has been saved.
-
-2001-12-28 Michael Snyder <msnyder@redhat.com>
-
- Abstract the functionality of iterating over mapped memory
- regions into a general purpose iterator function.
- * procfs.c (iterate_over_mappings): New function, general purpose
- iterator for memory sections.
- (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
- (solib_mappings_callback): New function, callback for above.
- (info_proc_mappings): Reimpliment using iterate_over_mappings.
- (info_mappings_callback): New function, callback for above.
-
- * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
-
2001-12-27 Michael Snyder <msnyder@redhat.com>
* i386-linux-nat.c: Include i386-tdep.h.