From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27794 invoked by alias); 10 Jul 2013 03:33:38 -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 27774 invoked by uid 89); 10 Jul 2013 03:33:35 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-qc0-f174.google.com (HELO mail-qc0-f174.google.com) (209.85.216.174) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 10 Jul 2013 03:33:35 +0000 Received: by mail-qc0-f174.google.com with SMTP id m15so3389287qcq.19 for ; Tue, 09 Jul 2013 20:33:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=65+6KW7Yeht+jKxoNz40SKkfQhARv9nx3rLhEPr+rOg=; b=ITpSize2ol98SxhzSBwG8BuM89qf+A4Eswq+bGei02SIteklyCyKb6LO8+9QBug59R 53LpaSIO1vPJrMoIg54HG88EEyAyfs/2mvfCLbePpkpQgEGdEt69XHOsTDxkWLJ7fCC1 P+DsGQMpyxMGuLiNc5fmtI0o9I1qSFobAsAM2uqQLkWBInBCsOwK2xACRvHOIx03SvS9 f22N6OiIPi6zUdtDR1M9olkB4yJqVssN8Ms7dm4DxrPmHifY5R69mK20OBglOGv368zp Mhkr31Lfgi7jnm1ojh7F11Pji7+h5Av2pPrIiY8vnIKGyUZ6vBW7mJqmlBd9UCDKsqcx p0UQ== MIME-Version: 1.0 X-Received: by 10.49.30.104 with SMTP id r8mr23533114qeh.27.1373427213323; Tue, 09 Jul 2013 20:33:33 -0700 (PDT) Received: by 10.229.118.199 with HTTP; Tue, 9 Jul 2013 20:33:33 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Jul 2013 03:33:00 -0000 Message-ID: Subject: Re: [commit/obvious] Fix call to get_raw_print_options on mt-tdep.c (was: Re: [patch] Rename "prettyprint" to "prettyformat") From: Doug Evans To: Sergio Durigan Junior Cc: gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlaYW9vtjRGSgpXatlCQvO8lJ+hhcBrT7YHlYbDIhD4MGi/8FJYfg2H5uWJTInwVhlwDr1QC4YP1CjpiMbrP0+DFLvM+4Xx9eFw5efRgHqh4y0dtzP/ea6oOTPLa+BVvWuRjERXGm7qwuvfberAKym1oXh0ptxJp7akkXn0E46XOhIDuYCXEET25c8HZIwcpWhq9Jl8V8DocUbMn735EtfO/MwpAw== X-SW-Source: 2013-07/txt/msg00257.txt.bz2 On Tue, Jul 9, 2013 at 8:18 PM, Sergio Durigan Junior wrote: > 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). Whoops, thanks.