From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5414 invoked by alias); 17 Feb 2003 19:44:11 -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 5407 invoked from network); 17 Feb 2003 19:44:11 -0000 Received: from unknown (HELO rhenium.btinternet.com) (194.73.73.93) by 172.16.49.205 with SMTP; 17 Feb 2003 19:44:11 -0000 Received: from host213-122-224-23.in-addr.btopenworld.com ([213.122.224.23] helo=btinternet.com) by rhenium.btinternet.com with esmtp (Exim 3.22 #23) id 18krBP-00009M-00; Mon, 17 Feb 2003 19:44:07 +0000 Message-ID: <3E513BBF.2080403@btinternet.com> Date: Mon, 17 Feb 2003 19:44:00 -0000 From: Graham Stott User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com CC: ac131313@redhat.com Subject: Todays CVS checkout fails on frv, ppceabi, mips, ... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00279.txt.bz2 Hi Anyone know what's changed since the 16th to cause this : --------------------------------------------- /usr/local/src/uberbaum/gdb/gregset.h:32: error: parse error before "gdb_gregset_t" /usr/local/src/uberbaum/gdb/gregset.h:32: warning: type defaults to `int' in declaration of `gdb_gregset_t' /usr/local/src/uberbaum/gdb/gregset.h:32: warning: data definition has no type or storage class /usr/local/src/uberbaum/gdb/gregset.h:33: error: parse error before "gdb_fpregset_t" /usr/local/src/uberbaum/gdb/gregset.h:33: warning: type defaults to `int' in declaration of `gdb_fpregset_t' /usr/local/src/uberbaum/gdb/gregset.h:33: warning: data definition has no type or storage class /usr/local/src/uberbaum/gdb/gregset.h:45: error: parse error before '*' token /usr/local/src/uberbaum/gdb/gregset.h:46: error: parse error before '*' token /usr/local/src/uberbaum/gdb/gregset.h:52: error: parse error before '*' token /usr/local/src/uberbaum/gdb/gregset.h:53: error: parse error before '*' token /usr/local/src/uberbaum/gdb/linux-proc.c: In function `linux_do_thread_registers': /usr/local/src/uberbaum/gdb/linux-proc.c:175: error: parse error before "gregs" /usr/local/src/uberbaum/gdb/linux-proc.c:182: error: `gregs' undeclared (first use in this function) /usr/local/src/uberbaum/gdb/linux-proc.c:182: error: (Each undeclared identifier is reported only once /usr/local/src/uberbaum/gdb/linux-proc.c:182: error: for each function it appears in.) /usr/local/src/uberbaum/gdb/linux-proc.c:190: error: `fpregs' undeclared (first use in this function) --------------------------------------------- on all the cross toolchains (frv, ppceabi, mips, ...) I've tried to build today following a cvs update. Everything built last night and I can't see anything obvious in ChangeLogs. Cheers Graham ps. i686-pc-linux-gnu native builds no problem,