From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7438 invoked by alias); 1 Mar 2005 16:57:27 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 7273 invoked from network); 1 Mar 2005 16:57:16 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sourceware.org with SMTP; 1 Mar 2005 16:57:16 -0000 Received: (qmail 28984 invoked by uid 20157); 1 Mar 2005 16:57:16 -0000 Date: Tue, 01 Mar 2005 16:57:00 -0000 From: Hans-Peter Nilsson X-X-Sender: hp@dair.pair.com To: Nick Clifton cc: binutils@sources.redhat.com Subject: Re: Fix for unexpected failure in ld-cris/warn3 In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-03/txt/msg00037.txt.bz2 On Tue, 1 Mar 2005, Nick Clifton wrote: > Hi Guys, > > I am applying the patch below to remove an unexpected warning from > the linker testsuite for the cris-elf target. I don't see warnings in my regression tests. Please specify. > It appears that the > ld-cris/warn[34].d files were intended to be different versions of > the same test, one for ELF based ports and one for AOUT. > Unfortunately the code discriminate between them was not working and > this patch fixes that. No, it seems to just paper over whatever problem there might be. The as and ld options should take care of the differences; both a.out and ELF formats are supported by both toolchains; defaults are different. Please revert and elaborate. brgds, H-P