Fix ARI new warnings introduced in i386-tdep.c.
authorWalfred Tedeschi <walfred.tedeschi@intel.com>
Thu, 11 Jun 2015 11:48:26 +0000 (13:48 +0200)
committerWalfred Tedeschi <walfred.tedeschi@intel.com>
Thu, 11 Jun 2015 11:48:26 +0000 (13:48 +0200)
commit34f8ac9f490fc38a07d03ec8e425c06a2bb737b2
treec68e4f0089d1baf9ebe6e52aa2a9d8d75340baaf
parent2cc78d4dd7cb533024eab3a59fb278e03fb51c87
Fix ARI new warnings introduced in i386-tdep.c.

1. gdb/i386-tdep.c:8720: Do not use 'long long', instead use LONGEST
gdb/i386-tdep.c:8720:  long long int size;

2. gdb/i386-tdep.c:8755: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/i386-tdep.c:8755: ui_out_field_fmt (uiout, "size", "%lld", size);

2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>

* i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
long long int and plongest instead of %ll.

Signed-off-by: Walfred Tedeschi <walfred.tedeschi@intel.com>
gdb/ChangeLog
gdb/i386-tdep.c
This page took 0.027702 seconds and 4 git commands to generate.