* armnetbsd.c: Replace CONST with const.
[deliverable/binutils-gdb.git] / bfd / elf32-dlx.c
index 5311023bf5a09b604959054c51d4fc68dc4320d0..91d75f3360ad17fae876302984a90c0d81e0cf7c 100644 (file)
@@ -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 },
This page took 0.023019 seconds and 4 git commands to generate.