]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* cisco-core.c (cisco_core_file_pid): Define.
authorAlan Modra <amodra@gmail.com>
Mon, 30 Aug 2010 09:35:25 +0000 (09:35 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 30 Aug 2010 09:35:25 +0000 (09:35 +0000)
bfd/ChangeLog
bfd/cisco-core.c

index 603af38778acb0ee690fe1dc4a93ddb22f3f5efd..1feb70b986f51620bdbd8093c03cee9d698aec83 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-30  Gunther Nikl  <gnikl@users.sourceforge.net>
+
+       * cisco-core.c (cisco_core_file_pid): Define.
+
 2010-08-30  Alan Modra  <amodra@gmail.com>
 
        PR binutils/11953
index 9169ed51fa64550bf359b19554c5b186bb77db0c..29a74237bc2ce2c280da2f3bbcacb301ec609b62 100644 (file)
@@ -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
 \f
 /* Examine the file for a crash info struct at the offset given by
    CRASH_INFO_LOC.  */