aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-12-24 08:37:38 +0000
committerAlan Modra <amodra@gmail.com>2005-12-24 08:37:38 +0000
commit9bf46c0040a6ddd72e264d2dffbb839f87d33b41 (patch)
tree39788e8421af7fbda061e2c3b7b286ed22925342 /bfd/bfd-in2.h
parent218868ba41c7305c13c7b4c7e781cabeb11dce62 (diff)
downloadgdb-9bf46c0040a6ddd72e264d2dffbb839f87d33b41.zip
gdb-9bf46c0040a6ddd72e264d2dffbb839f87d33b41.tar.gz
gdb-9bf46c0040a6ddd72e264d2dffbb839f87d33b41.tar.bz2
* aix5ppc-core.c: Remove duplicate prototypes.
(xcoff64_core_file_matches_executable_p): Provide implementation for !AIX_5_CORE. * corefile.c (generic_core_file_matches_executable_p): Correct syntax error in prototype. * libbfd-in.h (generic_core_file_matches_executable_p): Delete. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 0045345..3cf72f3 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -4637,6 +4637,9 @@ int bfd_core_file_failing_signal (bfd *abfd);
bfd_boolean core_file_matches_executable_p
(bfd *core_bfd, bfd *exec_bfd);
+bfd_boolean generic_core_file_matches_executable_p
+ (bfd *core_bfd, bfd *exec_bfd);
+
/* Extracted from targets.c. */
#define BFD_SEND(bfd, message, arglist) \
((*((bfd)->xvec->message)) arglist)