From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23414 invoked by alias); 7 Apr 2004 22:44:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23403 invoked from network); 7 Apr 2004 22:44:25 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Apr 2004 22:44:25 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i37MiPWD009015 for ; Wed, 7 Apr 2004 18:44:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i37MiPj24123; Wed, 7 Apr 2004 18:44:25 -0400 Received: from localhost.localdomain (vpn50-1.rdu.redhat.com [172.16.50.1]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i37MiOnM023221; Wed, 7 Apr 2004 18:44:24 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i37MiJOR014383; Wed, 7 Apr 2004 15:44:19 -0700 Date: Wed, 07 Apr 2004 22:44:00 -0000 From: Kevin Buettner To: Andrew Cagney Cc: gdb@sources.redhat.com Subject: Re: Drop building of ia64-elf / ia64-linux-gnu and m32r-elf Message-Id: <20040407154418.15867242@saguaro> In-Reply-To: <40732A48.30007@gnu.org> References: <4072D0F6.8090409@gnu.org> <20040406145151.5d650a73@saguaro> <40732A48.30007@gnu.org> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00056.txt.bz2 On Tue, 06 Apr 2004 18:08:08 -0400 Andrew Cagney wrote: > > Can you post the relevant portion of your build failure for > > ia64-linux-gnu? This target builds successfully for me using > > "--enable-build-warnings=,-Werror". (I'm using a i686-pc-linux-gnu host.) > > Try a system with a non-glibc based userland: > [...] > In file included from /home/scratch/GDB/src/gdb/ia64-tdep.c:39: > /usr/include/elf.h:148: warning: `ELFMAG0' redefined > /home/scratch/GDB/src/gdb/../include/elf/common.h:38: warning: this is > the location of the previous definition Thanks for the pointer. I was able to reproduce the problem and have committed a fix. At your convenience, please update and tell me if you still see a problem. I'm still looking at the build problems for cross ia64-elf targets. Kevin