summaryrefslogtreecommitdiff
path: root/gnu/dist/binutils/include/opcode/h8300.h
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2006-02-02 20:58:06 +0000
committerskrll <skrll@NetBSD.org>2006-02-02 20:58:06 +0000
commit8d2c6a4e34b1fbb538663dee24b3dce5a6ad7ce8 (patch)
tree01a760df00b921200616456eed856334b4fdd092 /gnu/dist/binutils/include/opcode/h8300.h
parent27523fbf84c1ee6539d56f021f9ed5f7f9a0dd70 (diff)
Import binutils 2.16.1.
Diffstat (limited to 'gnu/dist/binutils/include/opcode/h8300.h')
-rw-r--r--gnu/dist/binutils/include/opcode/h8300.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/dist/binutils/include/opcode/h8300.h b/gnu/dist/binutils/include/opcode/h8300.h
index 29374df5b4f..2bc7b44bc30 100644
--- a/gnu/dist/binutils/include/opcode/h8300.h
+++ b/gnu/dist/binutils/include/opcode/h8300.h
@@ -1,5 +1,6 @@
/* Opcode table for the H8/300
- Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2002, 2003, 2004
+ Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2001, 2002,
+ 2003, 2004
Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>.
@@ -1418,7 +1419,7 @@ struct h8_opcode h8_opcodes[] =
{O (O_JSR, SN), AV_H8SX, 0, "jsr", {{ABSJMP | L_32, E}}, {{0x5, 0xD, 0x0, 0x8, ABSJMP | L_32, DATA7, E}}},
{O (O_JSR, SN), AV_H8, 8, "jsr", {{MEMIND, E}}, {{0x5, 0xF, SRC | MEMIND, DATA, E}}},
- {O (O_JSR, SN), AV_H8, 8, "jsr", {{VECIND, E}}, {{0x5, 0xD, SRC | VECIND, DATA, E}}},
+ {O (O_JSR, SN), AV_H8SX, 8, "jsr", {{VECIND, E}}, {{0x5, 0xD, SRC | VECIND, DATA, E}}},
{O (O_LDC, SB), AV_H8, 2, "ldc", {{IMM8, CCR | DST, E}}, {{ 0x0, 0x7, IMM8LIST, E}}},
{O (O_LDC, SB), AV_H8S, 2, "ldc", {{IMM8, EXR | DST, E}}, {{0x0, 0x1, 0x4, EXR | DST, 0x0, 0x7, IMM8LIST, E}}},