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
commitf4217f8103848339ed7d0a14c8b91c6ac33e3e03 (patch)
treee9ef87dc9110339e9911bc7516923abf0b797a9e /bfd/elf32-dlx.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/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 5311023bf5a..91d75f3360a 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 },