summaryrefslogtreecommitdiff
path: root/bfd/corefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/corefile.c')
-rw-r--r--bfd/corefile.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/bfd/corefile.c b/bfd/corefile.c
index a5827b23719..34a763aa6e7 100644
--- a/bfd/corefile.c
+++ b/bfd/corefile.c
@@ -135,23 +135,23 @@ core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd)
/*
FUNCTION
- generic_core_file_matches_executable_p
+ generic_core_file_matches_executable_p
SYNOPSIS
- bfd_boolean generic_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);
DESCRIPTION
- Return TRUE if the core file attached to @var{core_bfd}
- was generated by a run of the executable file attached
- to @var{exec_bfd}. The match is based on executable
- basenames only.
-
- Note: When not able to determine the core file failing
- command or the executable name, we still return TRUE even
- though we're not sure that core file and executable match.
- This is to avoid generating a false warning in situations
- where we really don't know whether they match or not.
+ Return TRUE if the core file attached to @var{core_bfd}
+ was generated by a run of the executable file attached
+ to @var{exec_bfd}. The match is based on executable
+ basenames only.
+
+ Note: When not able to determine the core file failing
+ command or the executable name, we still return TRUE even
+ though we're not sure that core file and executable match.
+ This is to avoid generating a false warning in situations
+ where we really don't know whether they match or not.
*/
bfd_boolean