bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/13407] New: format specifier incorrect in gas/config/tc-mips.c


From: jan at smets dot cx
Subject: [Bug gas/13407] New: format specifier incorrect in gas/config/tc-mips.c
Date: Sun, 13 Nov 2011 13:59:43 +0000

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: address@hidden
        ReportedBy: address@hidden
    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]