aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-03-17 15:05:42 +0000
committerDaniel Jacobowitz <drow@false.org>2008-03-17 15:05:42 +0000
commit5c3ce3f7abb5ee260361bce2f0cf090d63825300 (patch)
treeefd85aa752a5078dd905a5106f05b765352ef1e5 /gdb/ChangeLog
parentfa2c6a57ca78416ad3546b9aea4e2a0b77e78989 (diff)
downloadgdb-5c3ce3f7abb5ee260361bce2f0cf090d63825300.zip
gdb-5c3ce3f7abb5ee260361bce2f0cf090d63825300.tar.gz
gdb-5c3ce3f7abb5ee260361bce2f0cf090d63825300.tar.bz2
* stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
* symmisc.c (dump_symtab_1): Likewise. * wrapper.c (gdb_value_struct_elt): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0e58831..b96ae7a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-17 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
+ * symmisc.c (dump_symtab_1): Likewise.
+ * wrapper.c (gdb_value_struct_elt): Likewise.
+
2008-03-17 Pedro Alves <pedro@codesourcery.com>
* linux-nat.c (linux_nat_filter_event): Fix comment typo.