From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10292 invoked by alias); 18 Jan 2002 18:07:20 -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 10230 invoked from network); 18 Jan 2002 18:07:19 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 18 Jan 2002 18:07:19 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id D86F63D29; Fri, 18 Jan 2002 13:07:18 -0500 (EST) Message-ID: <3C486456.5060304@cygnus.com> Date: Fri, 18 Jan 2002 10:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: thorpej@wasabisystems.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Remove KERNEL_U_ADDR from config/nm-nbsd.h References: <20020118095617.F28259@dr-evil.shagadelic.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00516.txt.bz2 > The following patch removes the definition of KERNEL_U_ADDR from > the NetBSD native configs. > > The reason for doing so: the definition is completely bogus. NetBSD > has not used the U-area for process or core file debugging for many > many years, and the U-area isn't even double-mapped at a fixed address > anymore (i.e. there is no "u."). > > In addition, pulling in (for the USRSTACK definition) > on some targets causes a compilation error, since this file is not meant > to be included directly (or by userland at all!). > > * config/nm-nbsd.h (KERNEL_U_ADDR): Remove. Ah. Yes, approved. Andrew