* config/tc-alpha.c (alpha_ip, case 'B', subcase 'c'): Use opcode value from
[deliverable/binutils-gdb.git] / gas / config / alpha-opcode.h
index 33815838bddeb481958d751416cb7778c1daadad..7c691e34c5a77fd6803644c7991619a52f2ff806 100644 (file)
@@ -216,6 +216,7 @@ 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" },
 { "jsr",        0x68004000, 0, "1,(2),i" },
 { "jsr",        0x68004000, 0, "1,(2)" },
 { "jsr",        0x68004000, 0, "1,Bc" },       /* macro: lda $pv,L;jsr .. */
This page took 0.023004 seconds and 4 git commands to generate.