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/elf32-dlx.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/elf32-dlx.c')
-rw-r--r-- | bfd/elf32-dlx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-dlx.c b/bfd/elf32-dlx.c index 5311023..91d75f3 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 }, |