From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19862 invoked by alias); 29 Mar 2005 20:42:33 -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 19784 invoked from network); 29 Mar 2005 20:42:29 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 29 Mar 2005 20:42:29 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DGNYj-0005T2-LO; Tue, 29 Mar 2005 15:43:33 -0500 Date: Tue, 29 Mar 2005 20:42:00 -0000 From: Daniel Jacobowitz To: Paul Gilliam Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Allow altivec-{abi,regs}.c to be compiled by IBM's xlc compiler Message-ID: <20050329204333.GB20646@nevyn.them.org> Mail-Followup-To: Paul Gilliam , gdb-patches@sources.redhat.com References: <200503091251.58836.pgilliam@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503091251.58836.pgilliam@us.ibm.com> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-03/txt/msg00381.txt.bz2 On Wed, Mar 09, 2005 at 12:51:58PM -0800, Paul Gilliam wrote: > 2005-03-09 Paul Gilliam > > * gdb.arch/altivec-abi.exp: Check for compiler and set 'use altivec' flag accordingly. > * gdb.arch/altivec-regs.exp: Likewise. > ! set compile_flags {debug additional_flags=-w} > ! if [get_compiler_info $binfile] { > ! warning get_compiler failed > ! return -1; > ! } Warning takes a string. TCL doesn't use semicolons. > ! warning unknown compiler Ditto. -- Daniel Jacobowitz CodeSourcery, LLC