aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-11-20 21:08:05 +0000
committerKen Raeburn <raeburn@cygnus>1995-11-20 21:08:05 +0000
commitb6f783b77374dbbf47be6130a2177221effaf858 (patch)
tree103d27e23392892ea1dba396e9c0970c75cf417d
parentb19865132f9d8c15de82acdb5b3c89951da2eba7 (diff)
downloadfsf-binutils-gdb-b6f783b77374dbbf47be6130a2177221effaf858.zip
fsf-binutils-gdb-b6f783b77374dbbf47be6130a2177221effaf858.tar.gz
fsf-binutils-gdb-b6f783b77374dbbf47be6130a2177221effaf858.tar.bz2
one-operand versions of jmp, jsr
-rw-r--r--gas/config/alpha-opcode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/alpha-opcode.h b/gas/config/alpha-opcode.h
index c2e562e..7c4a2d6 100644
--- a/gas/config/alpha-opcode.h
+++ b/gas/config/alpha-opcode.h
@@ -191,9 +191,13 @@ static const struct alpha_opcode alpha_opcodes[] =
{ "jmp", 0x68000000, 0, "1,(2),i" }, /* 6o+5a+5b+2A+14d */
{ "jmp", 0x68000000, 0, "1,(2)" },
{ "jmp", 0x68000000, 0, "1,Bc" },
+{ "jmp", 0x6be00000, 0, "(2)" },
+{ "jmp", 0x6be00000, 0, "Bc" },
{ "jsr", 0x68004000, 0, "1,(2),i" },
{ "jsr", 0x68004000, 0, "1,(2)" },
{ "jsr", 0x68004000, 0, "1,Bc" }, /* macro: lda $pv,L;jsr .. */
+{ "jsr", 0x6b404000, 0, "(2)" },
+{ "jsr", 0x6b404000, 0, "Bc" },
{ "ret", 0x68008000, 0, "1,(2),i" },
{ "ret", 0x68008000, 0, "1,(2)" },
{ "ret", 0x6bfa8000, 0, "" }, /* macro: ret zero,(ra) */