Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jason R Thorpe <thorpej@wasabisystems.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] Remove KERNEL_U_ADDR from config/nm-nbsd.h
Date: Fri, 18 Jan 2002 09:56:00 -0000	[thread overview]
Message-ID: <20020118095617.F28259@dr-evil.shagadelic.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 638 bytes --]

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 <machine/vmparam.h> (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.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>

[-- Attachment #2: nbsd-u-patch --]
[-- Type: text/plain, Size: 669 bytes --]

Index: config/nm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/nm-nbsd.h,v
retrieving revision 1.1.1.3
diff -c -r1.1.1.3 nm-nbsd.h
*** nm-nbsd.h	1999/12/14 01:05:40	1.1.1.3
--- nm-nbsd.h	2002/01/18 17:49:25
***************
*** 18,30 ****
     Foundation, Inc., 59 Temple Place - Suite 330,
     Boston, MA 02111-1307, USA.  */
  
- /* This is the amount to subtract from u.u_ar0
-    to get the offset in the core file of the register values.  */
- 
- #include <machine/vmparam.h>
- 
- #define KERNEL_U_ADDR USRSTACK
- 
  #define PTRACE_ARG3_TYPE char*
  
  #define FETCH_INFERIOR_REGISTERS
--- 18,23 ----

             reply	other threads:[~2002-01-18 17:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-18  9:56 Jason R Thorpe [this message]
2002-01-18 10:07 ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020118095617.F28259@dr-evil.shagadelic.org \
    --to=thorpej@wasabisystems.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox