From f5f970bbe51eec1cb68a585488344d5cc4125b2d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 8 Jun 2002 07:27:52 +0000 Subject: * armnetbsd.c: Replace CONST with const. * corefile.c: Likewise. * elf32-dlx.c: Likewise. * elf64-mips.c: Likewise. * mmo.c: Likewise. * ns32knetbsd.c: Likewise. --- bfd/elf32-dlx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-dlx.c') 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 }, -- cgit v1.2.1