This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Allow altivec-{abi,regs}.c to be compiled by IBM's xlc compiler


On Wed, Mar 09, 2005 at 12:51:58PM -0800, Paul Gilliam wrote:
> 2005-03-09  Paul Gilliam  <pgilliam@us.ibm.com>
> 
>         * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]