From: Ken Raeburn Date: Mon, 20 Nov 1995 21:08:05 +0000 (+0000) Subject: one-operand versions of jmp, jsr X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6f783b77374dbbf47be6130a2177221effaf858;p=binutils-gdb.git one-operand versions of jmp, jsr --- diff --git a/gas/config/alpha-opcode.h b/gas/config/alpha-opcode.h index c2e562ed11d..7c4a2d61578 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) */