OSDN Git Service

2009-09-28 Hui Zhu <teawater@gmail.com>
authorHui Zhu <teawater@gmail.com>
Mon, 28 Sep 2009 07:20:45 +0000 (07:20 +0000)
committerHui Zhu <teawater@gmail.com>
Mon, 28 Sep 2009 07:20:45 +0000 (07:20 +0000)
* i386-tdep.c (i386_process_record): Remove "0x" that
don't need.

gdb/ChangeLog
gdb/i386-tdep.c

index 5ff3e25..4e86c2f 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-28  Hui Zhu  <teawater@gmail.com>
+
+       * i386-tdep.c (i386_process_record): Remove "0x" that
+       don't need.
+
 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * i386-nat.c (i386_stopped_data_address): Also check that
index ab628c4..b79bcd2 100644 (file)
@@ -4043,7 +4043,7 @@ reswitch:
       if (ir.override >= 0)
         {
          warning (_("Process record ignores the memory change "
-                     "of instruction at address 0x%s because "
+                     "of instruction at address %s because "
                      "it can't get the value of the segment "
                      "register."),
                    paddress (gdbarch, ir.orig_addr));
@@ -4468,7 +4468,7 @@ reswitch:
             {
               /* addr += ((uint32_t) read_register (I386_ES_REGNUM)) << 4; */
               warning (_("Process record ignores the memory "
-                         "change of instruction at address 0x%s "
+                         "change of instruction at address %s "
                          "because it can't get the value of the "
                          "ES segment register."),
                        paddress (gdbarch, ir.orig_addr));