From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29732 invoked by alias); 22 Feb 2003 03:46:24 -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 29708 invoked from network); 22 Feb 2003 03:46:23 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 22 Feb 2003 03:46:23 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F0D2B2EF9; Fri, 21 Feb 2003 22:51:00 -0500 (EST) Message-ID: <3E56F3A4.3000704@redhat.com> Date: Sat, 22 Feb 2003 03:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mrcompiler@mrcompiler.com Cc: gdb@sources.redhat.com Subject: Re: Multi-Arch symbol read warning message References: <20030220222419.21758.qmail@admin1.cvtt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00494.txt.bz2 > I am building a multi-arch version of GDB for handling ELF format core files for the ARM and PowerPC processors running on vxWorks. In order to get everything to build I combined the information from config/powerpc/vxworks.mt and config/arm/embed.mt and made the appropriate changes necessary to compile with GDB_MULTI_ARCH=GDB_MULTI_ARCH_PURE. Hmm, cute. I posted a WIP patch for this several years ago but never got around to integrating it (there wasn't sufficient immediate needed). Now that most architectures are multi-arch, it is definitly time to integrate such a change. Can you contribute this stuff? Andrew