summaryrefslogtreecommitdiff
path: root/include/opcode/dlx.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-08 07:32:12 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-08 07:32:12 +0000
commit1da4fa82cc3ae75e9232de7b448cfecf44643d5a (patch)
treef2d6500cb5238e03658a78da2d152c2024e8848d /include/opcode/dlx.h
parent665eaa6ef575fd1cbe754639bc9a7167bc6ea055 (diff)
downloadgdb-1da4fa82cc3ae75e9232de7b448cfecf44643d5a.tar.gz
* a29k.h: Replace CONST with const.
(CONST): Don't define. * convex.h: Replace CONST with const. (CONST): Don't define. * dlx.h: Replace CONST with const. * or32.h (CONST): Don't define.
Diffstat (limited to 'include/opcode/dlx.h')
-rw-r--r--include/opcode/dlx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/dlx.h b/include/opcode/dlx.h
index 23e3b00bccc..e1b249f8523 100644
--- a/include/opcode/dlx.h
+++ b/include/opcode/dlx.h
@@ -163,7 +163,7 @@ struct dlx_opcode
char *args;
};
-static CONST struct dlx_opcode dlx_opcodes[] =
+static const struct dlx_opcode dlx_opcodes[] =
{
/* Arithmetic and Logic R-TYPE instructions. */
{ "nop", (ALUOP|NOPF), "N" }, /* NOP */