diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-08 07:27:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-08 07:27:52 +0000 |
commit | 3f9c735ef4be0a0e64cbb47f4ff54482673a702e (patch) | |
tree | eefc4d93811b5a3e57e3738ab5c61e2fdacea36c /bfd/armnetbsd.c | |
parent | c5dd6aab56e1ccb77292dccde3e53c7ae6e3cc63 (diff) | |
download | gdb-3f9c735ef4be0a0e64cbb47f4ff54482673a702e.zip gdb-3f9c735ef4be0a0e64cbb47f4ff54482673a702e.tar.gz gdb-3f9c735ef4be0a0e64cbb47f4ff54482673a702e.tar.bz2 |
* 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/armnetbsd.c')
-rw-r--r-- | bfd/armnetbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/armnetbsd.c b/bfd/armnetbsd.c index e899adb..d82e98f 100644 --- a/bfd/armnetbsd.c +++ b/bfd/armnetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/ARM a.out-ish binaries. - Copyright 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -44,7 +44,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)); |