From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16467 invoked by alias); 20 Apr 2003 00:53:26 -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 16262 invoked from network); 20 Apr 2003 00:53:25 -0000 Received: from unknown (HELO mcncgw.mariani.ws) (64.3.144.100) by sources.redhat.com with SMTP; 20 Apr 2003 00:53:25 -0000 Received: from mariani.ws (bulli.mariani.ws [216.98.238.112]) by mcncgw.mariani.ws (8.11.6/8.11.6) with ESMTP id h3K0uVp14595 for ; Sun, 20 Apr 2003 00:56:31 GMT Message-ID: <3EA1EF7F.6080007@mariani.ws> Date: Sun, 20 Apr 2003 00:53:00 -0000 From: Gianni Mariani User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Problem compiling head branch ... Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00221.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);