summaryrefslogtreecommitdiff
path: root/bfd/cisco-core.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2010-08-30 09:35:25 +0000
committerAlan Modra <amodra@bigpond.net.au>2010-08-30 09:35:25 +0000
commite0e0059f0a36fcca8d3e04fb90d38934fea0c75f (patch)
tree5aaa522ef6d72ab41ca2be969c31a7f0c96bf27a /bfd/cisco-core.c
parentd4f58714eb69bc68f61d876eb638f692494151b2 (diff)
downloadbinutils-redhat-e0e0059f0a36fcca8d3e04fb90d38934fea0c75f.tar.gz
* cisco-core.c (cisco_core_file_pid): Define.
Diffstat (limited to 'bfd/cisco-core.c')
-rw-r--r--bfd/cisco-core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/cisco-core.c b/bfd/cisco-core.c
index 9169ed51fa..29a74237bc 100644
--- a/bfd/cisco-core.c
+++ b/bfd/cisco-core.c
@@ -1,5 +1,5 @@
/* BFD back-end for CISCO crash dumps.
- Copyright 1994, 1997, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007
+ Copyright 1994, 1997, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2010
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -77,6 +77,7 @@ static const bfd_target *cisco_core_file_p PARAMS ((bfd *));
char *cisco_core_file_failing_command PARAMS ((bfd *));
int cisco_core_file_failing_signal PARAMS ((bfd *));
#define cisco_core_file_matches_executable_p generic_core_file_matches_executable_p
+#define cisco_core_file_pid _bfd_nocore_core_file_pid
/* Examine the file for a crash info struct at the offset given by
CRASH_INFO_LOC. */