From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5116 invoked by alias); 21 Apr 2003 18:57:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5109 invoked from network); 21 Apr 2003 18:57:27 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 21 Apr 2003 18:57:27 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D75C22B2F; Mon, 21 Apr 2003 14:57:25 -0400 (EDT) Message-ID: <3EA43F15.1080508@redhat.com> Date: Mon, 21 Apr 2003 18:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gianni Mariani Cc: gdb@sources.redhat.com Subject: Re: Problem compiling head branch ... References: <3EA1EF7F.6080007@mariani.ws> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00235.txt.bz2 > > I checked out the gdb head this morning and ran into a compile problem - here is the diff. > > apparently mmx_num_regs has been renamed to i386_num_mmx_regs but this was one omission. > > Index: i386-tdep.c > =================================================================== > RCS file: /cvs/src/src/gdb/i386-tdep.c,v > retrieving revision 1.138 > diff -r1.138 i386-tdep.c > 1545c1545 > < set_gdbarch_num_pseudo_regs (gdbarch, mmx_num_regs); > --- >> set_gdbarch_num_pseudo_regs (gdbarch, i386_num_mmx_regs); > Hmm, yes, just checked in something strikingly similar. Andrew