From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10741 invoked by alias); 24 Jan 2004 22:02:44 -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 10733 invoked from network); 24 Jan 2004 22:02:43 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 24 Jan 2004 22:02:43 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AkVr5-0002yS-00; Sat, 24 Jan 2004 17:02:15 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id C8E504B366; Sat, 24 Jan 2004 17:02:19 -0500 (EST) To: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [PING2/rfa/testsuite] compiler.exp: rewrite get_compiler_info Message-Id: <20040124220219.C8E504B366@berman.michael-chastain.com> Date: Sat, 24 Jan 2004 22:02:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00655.txt.bz2 Committed. > I'm still not thrilled about the messing with log_file but > we can sort it out another day. Point. If it causes a problem, one fallback position is to remove the two lines that mess with the log. Then we would just get extra output in gdb.log, which is ugly, but quite livable. Michael C > 2004-01-06 Michael Chastain > > * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler. > * lib/compiler.cc: Likewise. > * lib/gdb.exp (get_compiler_info): Always call gdb_compile to > get the right preprocessor. Eval the output directly. Remove > special tests for hp_cc_compiler and hp_aCC_compiler. Remove > hp_f77_compiler and hp_f90_compiler completely. > (gdb_preprocess): Delete. > (get_compiler): Delete.