* [patch] Make i386nbsd-nat.c compile again
@ 2002-01-04 14:10 Jason R Thorpe
2002-01-04 14:34 ` Andrew Cagney
0 siblings, 1 reply; 3+ messages in thread
From: Jason R Thorpe @ 2002-01-04 14:10 UTC (permalink / raw)
To: gdb-patches
[-- 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(®isters[REGISTER_BYTE(dst)], &src, sizeof(src))
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] Make i386nbsd-nat.c compile again
2002-01-04 14:10 [patch] Make i386nbsd-nat.c compile again Jason R Thorpe
@ 2002-01-04 14:34 ` Andrew Cagney
2002-01-04 14:39 ` Jason R Thorpe
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2002-01-04 14:34 UTC (permalink / raw)
To: thorpej; +Cc: gdb-patches
> 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
>
> * i386nbsd-nat.c: Update copyright years.
> Include i386-tdep.h.
>
>
Once you're in the maintainers file, fixing comple problems like this is
considered pretty obvious fix.
So, ... Can you please first add your self to the maintainers file as a
separate obvious fix.
enjoy,
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] Make i386nbsd-nat.c compile again
2002-01-04 14:34 ` Andrew Cagney
@ 2002-01-04 14:39 ` Jason R Thorpe
0 siblings, 0 replies; 3+ messages in thread
From: Jason R Thorpe @ 2002-01-04 14:39 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
On Fri, Jan 04, 2002 at 05:33:51PM -0500, Andrew Cagney wrote:
> So, ... Can you please first add your self to the maintainers file as a
> separate obvious fix.
Okee.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-01-04 22:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-04 14:10 [patch] Make i386nbsd-nat.c compile again Jason R Thorpe
2002-01-04 14:34 ` Andrew Cagney
2002-01-04 14:39 ` Jason R Thorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox