aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/tic6x-opcode-table.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-28 15:28:38 +0000
committerNick Clifton <nickc@redhat.com>2013-01-28 15:28:38 +0000
commit1ecbae339c75f6aa5a0d42975f00c40bc049809b (patch)
treedcac1a8a374bfa5dd7aadc077450686b805c9d5a /include/opcode/tic6x-opcode-table.h
parentcaad19d39f9940459f6c06c890df6d5584055493 (diff)
downloadnewlib-1ecbae339c75f6aa5a0d42975f00c40bc049809b.zip
newlib-1ecbae339c75f6aa5a0d42975f00c40bc049809b.tar.gz
newlib-1ecbae339c75f6aa5a0d42975f00c40bc049809b.tar.bz2
PR gas/15069
* tic6x-opcode-table.h: Fix encoding of BNOP instruction. * gas/tic6x/insns-c674x-pcrel.s: Add test of BNOP instruction within header based fetch packet. * gas/tic6x/insns-c674x-pcrel.d: Update expected disassembly.
Diffstat (limited to 'include/opcode/tic6x-opcode-table.h')
-rw-r--r--include/opcode/tic6x-opcode-table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/tic6x-opcode-table.h b/include/opcode/tic6x-opcode-table.h
index bd22558..45e26fb 100644
--- a/include/opcode/tic6x-opcode-table.h
+++ b/include/opcode/tic6x-opcode-table.h
@@ -436,7 +436,7 @@ INSN(bnop, s, branch_nop_cst, branch, C64X,
TIC6X_FLAG_NO_CROSS|TIC6X_FLAG_MCNOP,
FIX0(),
OP2(OLCST, OACST),
- ENC3(ENC(s, fu, 0), ENC(src2, pcrel, 0), ENC(src1, ucst, 1)))
+ ENC3(ENC(s, fu, 0), ENC(src2, pcrel_half, 0), ENC(src1, ucst, 1)))
INSN(bnop, nfu, s_branch_nop_cst, branch, C64XP,
TIC6X_FLAG_NO_CROSS|TIC6X_FLAG_MACRO|TIC6X_FLAG_MCNOP,
FIX1(FIX(s, 0)),