OSDN Git Service

* arm-dis.c (print_insn_arm): Revert previous, undocumented,
authornickc <nickc>
Tue, 12 Jul 2011 08:45:44 +0000 (08:45 +0000)
committernickc <nickc>
Tue, 12 Jul 2011 08:45:44 +0000 (08:45 +0000)
accidental change.

opcodes/ChangeLog
opcodes/arm-dis.c

index 16e9075..057fccd 100644 (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
index 2e6d4e8..fafa7f6 100644 (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.  */