From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10364 invoked by alias); 16 Nov 2004 16:14:21 -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 10150 invoked from network); 16 Nov 2004 16:14:10 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 16 Nov 2004 16:14:10 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iAGGE5LU022352 for ; Tue, 16 Nov 2004 11:14:05 -0500 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iAGGE5r23992; Tue, 16 Nov 2004 11:14:05 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 25AB0129D8C; Tue, 16 Nov 2004 11:13:57 -0500 (EST) Message-ID: <419A2742.8070804@gnu.org> Date: Tue, 16 Nov 2004 16:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Eli Zaretskii Cc: mark.kettenis@xs4all.nl, joseph@codesourcery.com, kevinb@redhat.com, gdb-patches@sources.redhat.com Subject: Re: Assume solib.h References: <4193BFA0.3060607@gnu.org> <200411112005.iABK5FrV098628@elgar.sibelius.xs4all.nl> <4193DDCE.7060205@gnu.org> <200411112224.iABMODmo099121@elgar.sibelius.xs4all.nl> <4194DBEB.6010304@gnu.org> <01c4c8db$Blat.v2.2.2$377f5020@zahav.net.il> <419942CB.4000905@gnu.org> <01c4cb98$Blat.v2.2.2$fc133040@zahav.net.il> In-Reply-To: <01c4cb98$Blat.v2.2.2$fc133040@zahav.net.il> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00335.txt.bz2 >>and how my change breaks it? > > > This part I don't know the details about. Mark said that it does > break, and I spoke on the assumption that you agree with the fact of > breakage, Unfortunatly your assumption is wrong. As I stated to Mark, and contrary to his assertion, powerpc-elf passes this sniff test: $ gcc -g -static src/gdb/testsuite/gdb.base/break{,1}.c cagney@to-dhcp51$ ./X-powerpc-elf/gdb/gdb ./a.out warning: A handler for the OS ABI "GNU/Linux" is not built into this configuration of GDB. Attempting to continue with the default powerpc:common settings. (gdb) target sim Connected to the simulator. (gdb) load (gdb) run Starting program: /home/scratch/PENDING/YYYY-MM-DD-solib/a.out do_call() unimplemented call settimeofday (gdb) disassemble No frame selected. (gdb) x/i $pc 0x10008a10 : sc > but don't consider it important. The mind boggles, if the facts aren't important, what is? Andrew