From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29973 invoked by alias); 23 Apr 2002 13:52:36 -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 29951 invoked from network); 23 Apr 2002 13:52:31 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 23 Apr 2002 13:52:31 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id RAA28150; Tue, 23 Apr 2002 17:51:01 +0300 (IDT) Date: Tue, 23 Apr 2002 06:52:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: "David S. Miller" cc: kevinb@redhat.com, gdb@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Kill SOFUN_ADDRESS_MAYBE_MISSING (was Re: multi-arch TODO) In-Reply-To: <20020423.030048.41805003.davem@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-04/txt/msg00844.txt.bz2 On Tue, 23 Apr 2002, David S. Miller wrote: > I haven't given it a lot of thought recently, but my opinion is that > the SOFUN_ADDRESS_MAYBE_MISSING code ought to be enabled everywhere. > The only downside that I can think of is that we lose the ability > to put a symbol at address 0. > > Sounds find to me, how about this patch? If this patch removes SOFUN_ADDRESS_MAYBE_MISSING everywhere, please don't forget to update gdbint.texinfo, which documents it. Thanks.