diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-30 09:35:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-30 09:35:25 +0000 |
commit | 35e7447c0ea29b918b50b51fb2146c95d55e65d0 (patch) | |
tree | bead375fc0df29968fce369b1478cf69adf96a90 | |
parent | a76e6f2fc1f2242809ec35fa2fe42fd67f2610eb (diff) | |
download | gdb-35e7447c0ea29b918b50b51fb2146c95d55e65d0.zip gdb-35e7447c0ea29b918b50b51fb2146c95d55e65d0.tar.gz gdb-35e7447c0ea29b918b50b51fb2146c95d55e65d0.tar.bz2 |
* cisco-core.c (cisco_core_file_pid): Define.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/cisco-core.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 603af38..1feb70b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/cisco-core.c b/bfd/cisco-core.c index 9169ed5..29a7423 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. */ |