From: Hui Zhu Date: Mon, 28 Sep 2009 07:20:45 +0000 (+0000) Subject: 2009-09-28 Hui Zhu X-Git-Tag: gdb_7_0-2009-10-06-release~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e978ed11429c53c92d3944e4756bfcd053f75c52;p=thirdparty%2Fbinutils-gdb.git 2009-09-28 Hui Zhu * i386-tdep.c (i386_process_record): Remove "0x" that don't need. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ff3e25d20d..4e86c2fe173 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-09-28 Hui Zhu + + * i386-tdep.c (i386_process_record): Remove "0x" that + don't need. + 2009-09-26 Pierre Muller * i386-nat.c (i386_stopped_data_address): Also check that diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index ab628c41f09..b79bcd29bef 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -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));