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 | c4c5b7baca1810ae720b89e46416b6c24f14c730 (patch) | |
tree | 9b9e41b6976e92d41e80d321fcef51f5832b692a /gdb/config | |
parent | e65af54cbb80680466ebc7f0e9a7dc0f97629f35 (diff) | |
download | gdb-c4c5b7baca1810ae720b89e46416b6c24f14c730.zip gdb-c4c5b7baca1810ae720b89e46416b6c24f14c730.tar.gz gdb-c4c5b7baca1810ae720b89e46416b6c24f14c730.tar.bz2 |
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')
-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 5e05234..c64f505 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, |