aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-07-11 16:22:17 +0000
committerRichard Henderson <rth@redhat.com>2003-07-11 16:22:17 +0000
commit6896c0c73763ea58d0bf27c830bf1203c495db4d (patch)
tree3fb10ef21b07c1303d9401206e78e50850dc3d38 /gdb/ChangeLog
parentc4a095243b901aac145122f206bdea4c60dd812a (diff)
downloadgdb-6896c0c73763ea58d0bf27c830bf1203c495db4d.zip
gdb-6896c0c73763ea58d0bf27c830bf1203c495db4d.tar.gz
gdb-6896c0c73763ea58d0bf27c830bf1203c495db4d.tar.bz2
* Makefile.in (dwarf2-frame.o): Add complaints_h.
* dwarf2-frame.c: Include complaints.h. (decode_frame_entry_1): Rename from decode_frame_entry; tidy variable initialization; return NULL on error. (decode_frame_entry): New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 837974a..f312013 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2003-07-11 Richard Henderson <rth@redhat.com>
+
+ * Makefile.in (dwarf2-frame.o): Add complaints_h.
+ * dwarf2-frame.c: Include complaints.h.
+ (decode_frame_entry_1): Rename from decode_frame_entry; tidy
+ variable initialization; return NULL on error.
+ (decode_frame_entry): New.
+
2003-07-11 Andrew Cagney <cagney@redhat.com>
* frame.h (frame_address_in_block): Delete declaration.