aboutsummaryrefslogtreecommitdiff
path: root/gdb/mt-tdep.c
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2013-07-10 03:15:05 +0000
committerSergio Durigan Junior <sergiodj@redhat.com>2013-07-10 03:15:05 +0000
commit915dd369a23c8ed489493d87dde9c0fdfe4a7ee9 (patch)
treecfb051c82c1f5ce3fc869f99961266379f855121 /gdb/mt-tdep.c
parent51b864269362341b80f9953c82c90520de51a0d8 (diff)
downloadgdb-915dd369a23c8ed489493d87dde9c0fdfe4a7ee9.zip
gdb-915dd369a23c8ed489493d87dde9c0fdfe4a7ee9.tar.gz
gdb-915dd369a23c8ed489493d87dde9c0fdfe4a7ee9.tar.bz2
http://sourceware.org/ml/gdb-patches/2013-07/msg00065.html
Doug Evans committed the change above, but forgot to update one of the callers of get_raw_print_options, at mt-tdep.c. This commit fixes this. 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com> * mt-tdep.c (mt_registers_info): Call get_no_prettyformat_print_options instead of get_raw_print_options (regression by last patch from Doug Evans).
Diffstat (limited to 'gdb/mt-tdep.c')
-rw-r--r--gdb/mt-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mt-tdep.c b/gdb/mt-tdep.c
index a863cee..22e1cbc 100644
--- a/gdb/mt-tdep.c
+++ b/gdb/mt-tdep.c
@@ -718,7 +718,7 @@ mt_registers_info (struct gdbarch *gdbarch,
print_spaces_filtered (15 - strlen (gdbarch_register_name
(gdbarch, regnum)),
file);
- get_raw_print_options (&opts);
+ get_no_prettyformat_print_options (&opts);
opts.deref_ref = 1;
val_print (register_type (gdbarch, regnum), buf,
0, 0, file, 0, NULL,