http://sourceware.org/ml/gdb-patches/2013-07/msg00065.html
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 10 Jul 2013 03:15:05 +0000 (03:15 +0000)
committerSergio Durigan Junior <sergiodj@redhat.com>
Wed, 10 Jul 2013 03:15:05 +0000 (03:15 +0000)
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).

gdb/ChangeLog
gdb/mt-tdep.c

index b24b9884366522a16b46ad93704dc5b57dcd2d9a..5345ce8c4c5292d424a42f59a5e131bc5517a022 100644 (file)
@@ -1,3 +1,10 @@
+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).
+
 2013-07-09  Pedro Alves  <palves@redhat.com>
 
        Checked in by Joel Brobecker  <brobecker@adacore.com>.
index a863cee1ec1783704b6a6561f81ee237155cc3f4..22e1cbc093f06cba666465583ab4e5093bcd07a3 100644 (file)
@@ -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,