summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/bfd/ptrace-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/bfd/ptrace-core.c')
-rw-r--r--binutils-2.25/bfd/ptrace-core.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils-2.25/bfd/ptrace-core.c b/binutils-2.25/bfd/ptrace-core.c
index 9f6ffdf9..723f4a4a 100644
--- a/binutils-2.25/bfd/ptrace-core.c
+++ b/binutils-2.25/bfd/ptrace-core.c
@@ -1,6 +1,5 @@
/* BFD backend for core files which use the ptrace_user structure
- Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1993-2014 Free Software Foundation, Inc.
The structure of this file is based on trad-core.c written by John Gilmore
of Cygnus Support.
Modified to work with the ptrace_user structure by Kevin A. Buettner.
@@ -165,7 +164,7 @@ swap_abort (void)
#define NO_PUT64 ((void (*) (bfd_uint64_t, void *)) swap_abort)
#define NO_GETS64 ((bfd_int64_t (*) (const void *)) swap_abort)
-const bfd_target ptrace_core_vec =
+const bfd_target core_ptrace_vec =
{
"trad-core",
bfd_target_unknown_flavour,