aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-14 04:41:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-14 04:41:33 +0000
commitc4c5b7baca1810ae720b89e46416b6c24f14c730 (patch)
tree9b9e41b6976e92d41e80d321fcef51f5832b692a /gdb/corelow.c
parente65af54cbb80680466ebc7f0e9a7dc0f97629f35 (diff)
downloadfsf-binutils-gdb-c4c5b7baca1810ae720b89e46416b6c24f14c730.zip
fsf-binutils-gdb-c4c5b7baca1810ae720b89e46416b6c24f14c730.tar.gz
fsf-binutils-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/corelow.c')
-rw-r--r--gdb/corelow.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/corelow.c b/gdb/corelow.c
index d14b3a3..5f6e26d 100644
--- a/gdb/corelow.c
+++ b/gdb/corelow.c
@@ -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;