Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jason R Thorpe <thorpej@wasabisystems.com>
To: gdb-patches@sourceware.cygnus.com
Subject: [patch] Make i386nbsd-nat.c compile again
Date: Fri, 04 Jan 2002 14:10:00 -0000	[thread overview]
Message-ID: <20020104141058.D9599@dr-evil.shagadelic.org> (raw)

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

The following patch makes i386nbsd-nat.c compile again by pulling
in i386-tdep.h.

OK to commit?

	[ for gdb/ChangeLog ]
2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>

	* i386nbsd-nat.c: Update copyright years.
	Include i386-tdep.h.

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

[-- Attachment #2: patch2 --]
[-- Type: text/plain, Size: 988 bytes --]

Index: i386nbsd-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386nbsd-nat.c,v
retrieving revision 1.8
diff -c -r1.8 i386nbsd-nat.c
*** i386nbsd-nat.c	2001/05/04 04:15:25	1.8
--- i386nbsd-nat.c	2002/01/04 22:05:20
***************
*** 1,5 ****
  /* Native-dependent code for NetBSD/i386, for GDB.
!    Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001
     Free Software Foundation, Inc.
  
     This file is part of GDB.
--- 1,5 ----
  /* Native-dependent code for NetBSD/i386, for GDB.
!    Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002
     Free Software Foundation, Inc.
  
     This file is part of GDB.
***************
*** 27,32 ****
--- 27,35 ----
  #include "inferior.h"
  #include "gdbcore.h" /* for registers_fetched() */
  #include "regcache.h"
+ 
+ /* Defines for XMM0_REGNUM etc. */
+ #include "i386-tdep.h"
  
  #define RF(dst, src) \
  	memcpy(&registers[REGISTER_BYTE(dst)], &src, sizeof(src))

             reply	other threads:[~2002-01-04 22:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-04 14:10 Jason R Thorpe [this message]
2002-01-04 14:34 ` Andrew Cagney
2002-01-04 14:39   ` Jason R Thorpe

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=20020104141058.D9599@dr-evil.shagadelic.org \
    --to=thorpej@wasabisystems.com \
    --cc=gdb-patches@sourceware.cygnus.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