* arm-dis.c (print_insn_arm): Revert previous, undocumented,
authorNick Clifton <nickc@redhat.com>
Tue, 12 Jul 2011 08:45:45 +0000 (08:45 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 12 Jul 2011 08:45:45 +0000 (08:45 +0000)
accidental change.

opcodes/ChangeLog
opcodes/arm-dis.c

index 16e907542d0835364ea112e8cff283fba001d952..057fccd1c3b84eae9f0d8deaf12deae9cb0af6fa 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 2e6d4e8ef38a50a591f4e3dfe7027d250bb367f2..fafa7f6853d8ecf242ef2164e2ad5edb491890ba 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.  */
This page took 0.04131 seconds and 4 git commands to generate.