From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10155 invoked by alias); 3 May 2004 13:29:52 -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 10148 invoked from network); 3 May 2004 13:29:51 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sources.redhat.com with SMTP; 3 May 2004 13:29:51 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BKdW2-00035X-00; Mon, 03 May 2004 09:29:50 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 498F54B104; Mon, 3 May 2004 09:29:43 -0400 (EDT) To: brobecker@gnat.com, gdb@sources.redhat.com Subject: [no patch yet] fix get_compiler_info in lib/gdb.exp Message-Id: <20040503132943.498F54B104@berman.michael-chastain.com> Date: Mon, 03 May 2004 13:29:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-05/txt/msg00019.txt.bz2 Rats. I wanted to re-submit this patch over the weekend. However, the before-and-after test run failed! There's something very bad going on in print-threads.exp with a lot of ERRORs, UNRESOLVEDs, and FAILs, both before and after. So I have to debug that first. Sorry, Joel B, I know you are waiting for this. === 2004-02-09 Michael Chastain * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler, hp_aCC_compiler. * lib/compiler.cc: Likewise. * lib/gdb.exp (get_compiler_info): Eval lines only if they are 'set' commands. Log diagnostics for other lines. Set gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.