*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / remote.c
index 2d70baf9b78500f9393102b3b05853e7bf45642c..89bed2c3b184eeb47592d909c68533e8445fd820 100644 (file)
@@ -5013,8 +5013,8 @@ compare_sections_command (char *args, int from_tty)
 
       getpkt (buf, (rs->remote_packet_size), 0);
       if (buf[0] == 'E')
-       error ("target memory fault, section %s, range 0x%08x -- 0x%08x",
-              sectname, lma, lma + size);
+       error ("target memory fault, section %s, range 0x%s -- 0x%s",
+              sectname, paddr (lma), paddr (lma + size));
       if (buf[0] != 'C')
        error ("remote target does not support this operation");
 
This page took 0.026412 seconds and 4 git commands to generate.