X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-tic6x.c;h=6260ecb983319915e0a86e7b1be42eb4a24f0a08;hb=4f7cc14110d67a180f5408a91ac53a91f88f776e;hp=cd12c82dce164c01d60922115f5dfc1ef13dd0dd;hpb=84bc4ba8168154fae0da7d56dcd11df0d4bc44f2;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-tic6x.c b/gas/config/tc-tic6x.c index cd12c82dce..6260ecb983 100644 --- a/gas/config/tc-tic6x.c +++ b/gas/config/tc-tic6x.c @@ -5060,7 +5060,7 @@ tic6x_output_unwinding (bfd_boolean need_extab) if (unwind->personality_index == -1) { tmp = md_chars_to_number (unwind->frag_start + 4, 4); - tmp |= ((unwind->data_bytes - 8) >> 2) << 24; + tmp |= (valueT) ((unwind->data_bytes - 8) >> 2) << 24; md_number_to_chars (unwind->frag_start + 4, tmp, 4); } else if (unwind->personality_index == 1 || unwind->personality_index == 2)