* arm-dis.c (print_insn_arm): Revert previous, undocumented,
accidental change.
This commit is contained in:
parent
b76e66d3ba
commit
1b93226d63
@ -1,3 +1,8 @@
|
||||
2011-07-12 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* arm-dis.c (print_insn_arm): Revert previous, undocumented,
|
||||
accidental change.
|
||||
|
||||
2011-07-01 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/12329
|
||||
|
@ -2997,9 +2997,6 @@ print_insn_arm (bfd_vma pc, struct disassemble_info *info, long given)
|
||||
/* PC relative with immediate offset. */
|
||||
bfd_vma offset = ((given & 0xf00) >> 4) | (given & 0xf);
|
||||
|
||||
if (NEGATIVE_BIT_SET)
|
||||
offset = - offset;
|
||||
|
||||
if (PRE_BIT_SET)
|
||||
{
|
||||
/* Elide positive zero offset. */
|
||||
|
Loading…
Reference in New Issue
Block a user