summaryrefslogtreecommitdiff
path: root/bfd/ns32knetbsd.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
commitf4217f8103848339ed7d0a14c8b91c6ac33e3e03 (patch)
treee9ef87dc9110339e9911bc7516923abf0b797a9e /bfd/ns32knetbsd.c
parent71d1d9b0489c64762b8d3e6eddb2f6942c7eddf9 (diff)
downloadgdb-f4217f8103848339ed7d0a14c8b91c6ac33e3e03.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/ns32knetbsd.c')
-rw-r--r--bfd/ns32knetbsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ns32knetbsd.c b/bfd/ns32knetbsd.c
index 032a96dd486..3c3b5a22d0e 100644
--- a/bfd/ns32knetbsd.c
+++ b/bfd/ns32knetbsd.c
@@ -1,5 +1,5 @@
/* BFD back-end for NetBSD/ns32k a.out-ish binaries.
- Copyright 1990, 1991, 1992, 1994, 1995, 1998, 2000, 2001
+ Copyright 1990, 1991, 1992, 1994, 1995, 1998, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -48,7 +48,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "bfd.h" /* To ensure following declaration is OK */
-CONST struct reloc_howto_struct *
+const struct reloc_howto_struct *
MY_bfd_reloc_type_lookup
PARAMS((bfd *abfd AND
bfd_reloc_code_real_type code));