diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-14 04:41:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-14 04:41:33 +0000 |
commit | 9f27c6d161c4eefcca47e1d96d295f0ec7a5d4d1 (patch) | |
tree | e33bc02894fa6472ad99715f45e52d11f1de2ef4 /gdb/config/sparc | |
parent | 18c3643ed4f280617ee97f2e1059d19c848dccf3 (diff) | |
download | gdb-9f27c6d161c4eefcca47e1d96d295f0ec7a5d4d1.tar.gz |
2004-02-13 Andrew Cagney <cagney@redhat.com>
* corelow.c (core_xfer_partial): Use "struct bfd_section".
* config/sparc/nm-nbsd.h (struct target_ops): Declare, update
copyright.
* mips-linux-tdep.c: Use "GNU/Linux", update copyright.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/nm-nbsd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/config/sparc/nm-nbsd.h b/gdb/config/sparc/nm-nbsd.h index 5e052341399..c64f505c63d 100644 --- a/gdb/config/sparc/nm-nbsd.h +++ b/gdb/config/sparc/nm-nbsd.h @@ -1,7 +1,7 @@ /* Native-dependent definitions for NetBSD/sparc. - Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1999, 2000, 2002, 2003 - Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1992, 1994, 1996, 1999, 2000, 2002, + 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -30,6 +30,7 @@ /* Support for StackGhost cookies. */ #include "target.h" +struct target_ops; /* Fool ARI. */ #define NATIVE_XFER_WCOOKIE sparc_xfer_wcookie extern LONGEST sparc_xfer_wcookie (struct target_ops *ops, |