From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21142 invoked by alias); 10 Jul 2013 03:18:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 21110 invoked by uid 89); 10 Jul 2013 03:18:23 -0000 X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 10 Jul 2013 03:18:22 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6A3IKlN017080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 9 Jul 2013 23:18:20 -0400 Received: from psique (ovpn-113-175.phx2.redhat.com [10.3.113.175]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r6A3IHxn015227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 9 Jul 2013 23:18:19 -0400 From: Sergio Durigan Junior To: Doug Evans Cc: gdb-patches Subject: [commit/obvious] Fix call to get_raw_print_options on mt-tdep.c (was: Re: [patch] Rename "prettyprint" to "prettyformat") References: X-URL: http://www.redhat.com Date: Wed, 10 Jul 2013 03:18:00 -0000 In-Reply-To: (Doug Evans's message of "Tue, 9 Jul 2013 10:00:42 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-07/txt/msg00256.txt.bz2 On Tuesday, July 09 2013, Doug Evans wrote: > Committed. Hi Doug, Your patch did not update mt-tdep.c, which was causing a compilation error for me. I committed the following patch as obvious. http://sourceware.org/ml/gdb-cvs/2013-07/msg00055.html -- Sergio 2013-07-10 Sergio Durigan Junior * 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). 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,