http://sourceware.org/bugzilla/show_bug.cgi?id=13407

             Bug #: 13407
           Summary: format specifier incorrect in gas/config/tc-mips.c
           Product: binutils
           Version: 2.21
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: gas
        AssignedTo: unassig...@sourceware.org
        ReportedBy: j...@smets.cx
    Classification: Unclassified


gas/config/tc-mips.c



 /* Addresses are loaded in different ways, depending on the address size
    in use.  The n32 ABI Documentation also mandates the use of additions
@@ -2570,7 +2609,7 @@
   else
     {
       mips_ip (str, &insn);
-      DBG ((_("returned from mips_ip(%s) insn_opcode = 0x%x\n"),
+      DBG ((_("returned from mips_ip(%s) insn_opcode = 0x%lx\n"),
            str, insn.insn_opcode));
     }

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to