summaryrefslogtreecommitdiff
path: root/bfd/elf32-dlx.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/elf32-dlx.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/elf32-dlx.c')
-rw-r--r--bfd/elf32-dlx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-dlx.c b/bfd/elf32-dlx.c
index 5311023bf5..91d75f3360 100644
--- a/bfd/elf32-dlx.c
+++ b/bfd/elf32-dlx.c
@@ -500,7 +500,7 @@ struct elf_reloc_map
enum elf_dlx_reloc_type elf_reloc_val;
};
-static CONST struct elf_reloc_map dlx_reloc_map[] =
+static const struct elf_reloc_map dlx_reloc_map[] =
{
{ BFD_RELOC_NONE, R_DLX_NONE },
{ BFD_RELOC_16, R_DLX_RELOC_16 },