aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2009-07-02 12:16:56 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2009-07-02 12:16:56 +0000
commitd5c831bd769fa23e1f0d6c7e9ac9efbad0f84a6d (patch)
tree8b48b915f4e099da3f415ce11419d4e19b069cd1 /gdb/ChangeLog
parent5d3729b5d11ada0b369a965d4dcb40ace00e8d84 (diff)
downloadgdb-d5c831bd769fa23e1f0d6c7e9ac9efbad0f84a6d.zip
gdb-d5c831bd769fa23e1f0d6c7e9ac9efbad0f84a6d.tar.gz
gdb-d5c831bd769fa23e1f0d6c7e9ac9efbad0f84a6d.tar.bz2
* m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove
redundant check for NULL TYPE_TARGET_TYPE. * m2-valprint.c (m2_print_long_set): Likewise. * p-valprint.c (pascal_type_print_base): Likewise.
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 4fb5695..935a29f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
+ * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove
+ redundant check for NULL TYPE_TARGET_TYPE.
+ * m2-valprint.c (m2_print_long_set): Likewise.
+ * p-valprint.c (pascal_type_print_base): Likewise.
+
+2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
+
* printcmd.c (next_gdbarch): New static variable.
(set_next_address, do_examine, x_command): Set it.
(decode_format): Use 'a' size to indicate width of an address.