2001-10-05 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / corefile.c
index 212f519ce8a58c37f4582cbf7e23a6e4b2fe0836..609c4e6f68e720b57007548a0c58b2d20eb3d4cd 100644 (file)
@@ -1,5 +1,6 @@
 /* Core file generic interface routines for BFD.
-   Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.
+   Copyright 1990, 1991, 1992, 1993, 1994, 2000, 2001
+   Free Software Foundation, Inc.
    Written by Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -30,13 +31,12 @@ DESCRIPTION
 #include "sysdep.h"
 #include "libbfd.h"
 
-
 /*
 FUNCTION
        bfd_core_file_failing_command
 
 SYNOPSIS
-       CONST char *bfd_core_file_failing_command(bfd *abfd);
+       const char *bfd_core_file_failing_command(bfd *abfd);
 
 DESCRIPTION
        Return a read-only string explaining which program was running
@@ -78,7 +78,6 @@ bfd_core_file_failing_signal (abfd)
   return BFD_SEND (abfd, _core_file_failing_signal, (abfd));
 }
 
-
 /*
 FUNCTION
        core_file_matches_executable_p
This page took 0.027055 seconds and 4 git commands to generate.