* arm-dis.c (print_insn_arm): Revert previous, undocumented,

accidental change.
This commit is contained in:
Nick Clifton 2011-07-12 08:45:45 +00:00
parent b76e66d3ba
commit 1b93226d63
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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. */