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.
This commit is contained in:
Andrew Cagney
2004-02-14 04:41:33 +00:00
parent e65af54cbb
commit c4c5b7baca
4 changed files with 21 additions and 11 deletions

View File

@ -1,7 +1,8 @@
/* Core dump and executable file functions below target vector, for GDB.
Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
1997, 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
1997, 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation,
Inc.
This file is part of GDB.
@ -537,7 +538,7 @@ core_xfer_partial (struct target_ops *ops, enum target_object object,
/* When the aux vector is stored in core file, BFD
represents this with a fake section called ".auxv". */
sec_ptr section;
struct bfd_section *section;
bfd_size_type size;
char *contents;