From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22353 invoked by alias); 16 Aug 2002 17:58:00 -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 22218 invoked from network); 16 Aug 2002 17:57:58 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 16 Aug 2002 17:57:58 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B05843C8D; Fri, 16 Aug 2002 13:57:56 -0400 (EDT) Message-ID: <3D5D3D24.2090609@ges.redhat.com> Date: Fri, 16 Aug 2002 10:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Mips, return_value_location, small structs References: <3D5438A9.5F0FA8A8@redhat.com> <3D545AB2.4030803@ges.redhat.com> <3D545BC7.B41142D4@redhat.com> <3D547CE2.6070403@ges.redhat.com> <3D5AA9BC.3580169B@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00436.txt.bz2 Michael, Having fixed a few build problems (did you encounter similar?) I'm finding that I can't get an n32 GDB to recognize an n32 binary. Vis: mips-sgi-irix6.5/gdb/gdb": not in executable format: File format not recognized file ./gdb/gdb ./gdb/gdb: ELF N32 MSB mips-4 dynamic executable (not stripped) MIPS - version 1 Is there anything special I need? Andrew