From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18666 invoked by alias); 14 Apr 2005 19:16:34 -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 18642 invoked from network); 14 Apr 2005 19:16:32 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 14 Apr 2005 19:16:32 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DM9pH-0004vl-QX; Thu, 14 Apr 2005 15:16:31 -0400 Date: Thu, 14 Apr 2005 19:16:00 -0000 From: Daniel Jacobowitz To: Paul Gilliam Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] seperate HP aCC compiler_info into Major, Minor, and Extension Message-ID: <20050414191631.GF26377@nevyn.them.org> Mail-Followup-To: Paul Gilliam , gdb-patches@sources.redhat.com References: <200504081521.07587.pgilliam@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504081521.07587.pgilliam@us.ibm.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00135.txt.bz2 On Fri, Apr 08, 2005 at 02:21:07PM -0800, Paul Gilliam wrote: > This patch seperates the compiler info string for the HP aCC compiler into it's components. > The old value for version A.01.21 was hpacc-010121; the new value would be hpacc-01-01-21. > This is consistant with the why GCC is handled. > > -=# Paul #=- > > --- > 2005-04-08 Paul Gilliam > > * lib/compiler.c: Divide HP aCC 'compiler_info' into components. > * lib/compiler.cc: Likewise. Not OK I'm afraid. I tried an aCC installation I had handy: bash-2.05b$ aCC --version aCC: HP ANSI C++ B3910B A.03.45 set compiler_info [join {hpacc 34500 } -] That's not going to match your regexp. -- Daniel Jacobowitz CodeSourcery, LLC