diff options
author | cvs2svn <> | 2002-06-18 21:15:59 +0000 |
---|---|---|
committer | cvs2svn <> | 2002-06-18 21:15:59 +0000 |
commit | 357281c75d7dbd491a9ce39121d36c2f0708cb51 (patch) | |
tree | 97ce460ca32ae7d666239dd8467fd46e8fe42451 /include/opcode/dlx.h | |
parent | a5ef0226749032637d6b3d88adb549b26e6284b7 (diff) | |
download | cygnal-357281c75d7dbd491a9ce39121d36c2f0708cb51.tar.gz cygnal-357281c75d7dbd491a9ce39121d36c2f0708cb51.tar.bz2 cygnal-357281c75d7dbd491a9ce39121d36c2f0708cb51.zip |
This commit was manufactured by cvs2svn to create branch
'kseitz_interps-20020528-branch'.
Sprout from cagney_regbuf-20020515-branch 2002-06-12 21:19:43 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2002-05-28 20:06:27 UTC Marek Michalkiewicz <marekm@amelek.gda.pl> '2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>':
ChangeLog
Makefile.in
config-ml.in
config.guess
config.sub
config/ChangeLog
config/acinclude.m4
config/mh-apollo68
config/mh-dgux
config/mh-dgux386
configure
configure.in
include/ChangeLog
include/bfdlink.h
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/dlx.h
include/elf/i386.h
include/elf/ia64.h
include/gdb/ChangeLog
include/gdb/sim-d10v.h
include/opcode/ChangeLog
include/opcode/dlx.h
include/opcode/h8300.h
include/opcode/ia64.h
include/opcode/mips.h
include/opcode/sparc.h
Cherrypick from master 2002-06-18 21:15:57 UTC Dave Brolley <brolley@redhat.com> '2002-06-18 Dave Brolley <brolley@redhat.com>':
include/elf/frv.h
include/gdb/sim-arm.h
Delete:
include/sim-d10v.h
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 e1b249f85..23e3b00bc 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 */ |