From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4234 invoked by alias); 15 Nov 2003 04:50:49 -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 4198 invoked from network); 15 Nov 2003 04:50:46 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sources.redhat.com with SMTP; 15 Nov 2003 04:50:46 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AKsOS-0001Tl-00; Fri, 14 Nov 2003 23:50:44 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 0678B4B3FA; Fri, 14 Nov 2003 23:50:38 -0500 (EST) To: ac131313@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [patch/rfc/testsuite] Add "compiler_info" Message-Id: <20031115045038.0678B4B3FA@berman.michael-chastain.com> Date: Sat, 15 Nov 2003 04:50:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-11/txt/msg00317.txt.bz2 I like the copyright notices! The idea looks sound to me, but I'm a bit too tired to proofread and test it tonight. We've already got several places in the test suite (gdb.base/complex.exp and gdb.base/constvars.exp) that test gcc_compiled for "2" versus "3" and that machinery is causing no trouble. Michael C === 2003-11-14 Andrew Cagney * lib/gdb.exp (compiler_info): New global. (test_compiler_info): New function. (get_compiler_info): Set compiler_info. * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set "compiler_info".