From 9bf46c0040a6ddd72e264d2dffbb839f87d33b41 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 24 Dec 2005 08:37:38 +0000 Subject: * 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. --- bfd/bfd-in2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/bfd-in2.h') 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) -- cgit v1.1