summaryrefslogtreecommitdiff
path: root/bfd/corefile.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-08 07:27:52 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-08 07:27:52 +0000
commitf5f970bbe51eec1cb68a585488344d5cc4125b2d (patch)
tree537e7e4678d2e689bd9228e3d6fe12fe99496ce7 /bfd/corefile.c
parentf7a5e8be20053d42c048701c240f178f321ae9c0 (diff)
downloadbinutils-redhat-f5f970bbe51eec1cb68a585488344d5cc4125b2d.tar.gz
* armnetbsd.c: Replace CONST with const.
* corefile.c: Likewise. * elf32-dlx.c: Likewise. * elf64-mips.c: Likewise. * mmo.c: Likewise. * ns32knetbsd.c: Likewise.
Diffstat (limited to 'bfd/corefile.c')
-rw-r--r--bfd/corefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/corefile.c b/bfd/corefile.c
index 609c4e6f68..24142254ee 100644
--- a/bfd/corefile.c
+++ b/bfd/corefile.c
@@ -1,5 +1,5 @@
/* Core file generic interface routines for BFD.
- Copyright 1990, 1991, 1992, 1993, 1994, 2000, 2001
+ Copyright 1990, 1991, 1992, 1993, 1994, 2000, 2001, 2002
Free Software Foundation, Inc.
Written by Cygnus Support.
@@ -44,7 +44,7 @@ DESCRIPTION
*/
-CONST char *
+const char *
bfd_core_file_failing_command (abfd)
bfd *abfd;
{