From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14947 invoked by alias); 31 Oct 2004 14:58:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14940 invoked from network); 31 Oct 2004 14:58:08 -0000 Received: from unknown (HELO localhost.redhat.com) (24.42.65.225) by sourceware.org with SMTP; 31 Oct 2004 14:58:08 -0000 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DD72A129D8C; Sun, 31 Oct 2004 09:57:51 -0500 (EST) Message-ID: <4184FD6C.4000401@gnu.org> Date: Sun, 31 Oct 2004 14:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: David Lecomber Cc: patches Subject: Re: [Commit] Obvious fix for compilation failure. References: <1099217557.16581.3.camel@cpc1-oxfd5-5-0-cust86.oxfd.cable.ntl.com> In-Reply-To: <1099217557.16581.3.camel@cpc1-oxfd5-5-0-cust86.oxfd.cable.ntl.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00531.txt.bz2 David Lecomber wrote: > Obvious, and committed as so, fixes failure introduced yesterday. > > 2004-10-31 David Lecomber > * generic/gdbtk-register.c: Add message parameter > to call of get_selected_frame. Please send insight patches to insight@sources.redhat.com. Insight is not part of GDB. Andrew > ------------------------------------------------------------------------ > > Index: gdb/gdbtk/generic/gdbtk-register.c > =================================================================== > RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-register.c,v > retrieving revision 1.26 > diff -c -p -r1.26 gdbtk-register.c > *** gdb/gdbtk/generic/gdbtk-register.c 9 Aug 2004 23:28:18 -0000 1.26 > --- gdb/gdbtk/generic/gdbtk-register.c 31 Oct 2004 09:57:24 -0000 > *************** get_register (int regnum, void *arg) > *** 289,295 **** > return; > } > > ! frame_register (get_selected_frame (), regnum, &optim, &lval, > &addr, &realnum, buffer); > > if (optim) > --- 289,295 ---- > return; > } > > ! frame_register (get_selected_frame (NULL), regnum, &optim, &lval, > &addr, &realnum, buffer); > > if (optim)