summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2009-07-02 12:14:01 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2009-07-02 12:14:01 +0000
commit5d3729b5d11ada0b369a965d4dcb40ace00e8d84 (patch)
treef91748320ad3e1a17d87d5aed851ba2261126a07 /gdb/testsuite/ChangeLog
parent78267919d631833aaba8deb8c2febf119f653227 (diff)
downloadbinutils-gdb-5d3729b5d11ada0b369a965d4dcb40ace00e8d84.tar.gz
ChangeLog:
* 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. (do_examine): Add GDBARCH argument. Handle 'a' size. (x_command): Pass architecture to do_examine. Error if called without argument the first time. (do_one_display): Pass architecture to do_examine. (examine_i_type, examine_b_type, examine_h_type, examine_w_type, examine_g_type): Remove. (_initialize_printcmd): Do not initialize them. (do_examine): Use builin_type_int... instead of examine_..._type. testsuite/ChangeLog: * gdb.base/default.exp: Update test case for "x" changes.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index fb8cc9a80c1..f3f8c29034e 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * gdb.base/default.exp: Update test case for "x" changes.
+
2009-07-01 Tristan Gingold <gingold@adacore.com>
* gdb.base/bigcore.exp: Make darwin untested.