aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-08-04 20:52:27 +0000
committerAndrew Cagney <cagney@redhat.com>2003-08-04 20:52:27 +0000
commite5e78edc1a0b374d2480bb3c3c5a16dce2a1f5ec (patch)
treef4525a50fbeea6eb182c9433aa9732c12d566294 /gdb/ChangeLog
parente5249f67ac2da2cc55225b83eee1464deaff3fb8 (diff)
downloadgdb-e5e78edc1a0b374d2480bb3c3c5a16dce2a1f5ec.zip
gdb-e5e78edc1a0b374d2480bb3c3c5a16dce2a1f5ec.tar.gz
gdb-e5e78edc1a0b374d2480bb3c3c5a16dce2a1f5ec.tar.bz2
2003-08-04 Andrew Cagney <cagney@redhat.com>
* remote.c (free_remote_state): Delete function. (_initialize_remote): Update register_gdbarch_data. (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
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 32fe0d9..1d7dad7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2003-08-04 Andrew Cagney <cagney@redhat.com>
+ * remote.c (free_remote_state): Delete function.
+ (_initialize_remote): Update register_gdbarch_data.
+ (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
+ GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
+
+2003-08-04 Andrew Cagney <cagney@redhat.com>
+
* reggroups.c (struct reggroup_el): Define.
(struct reggroups): Delete field "nr_group". Replace array
"group" with a "first" to "last" linked list.