diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-08 07:32:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-08 07:32:12 +0000 |
commit | 92007e403c35d8245bfd92ee7408961bc3a6c24a (patch) | |
tree | bcc4ffdaccb3d19ade19a8bf7b5626b1ab934540 /include/opcode/dlx.h | |
parent | 56da5fedc7f14da15c32e9a7da13348cf906923e (diff) | |
download | gdb-92007e403c35d8245bfd92ee7408961bc3a6c24a.zip gdb-92007e403c35d8245bfd92ee7408961bc3a6c24a.tar.gz gdb-92007e403c35d8245bfd92ee7408961bc3a6c24a.tar.bz2 |
* 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/dlx.h b/include/opcode/dlx.h index 23e3b00..e1b249f 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 */ |