Remove remaining "%ll" uses.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 46b161e073a840c7625c0aeb2c7559e1dfc1cc90..43743d14701ce7e6fcc51479a4ac9003c13bef3e 100644 (file)
@@ -1,3 +1,17 @@
+2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Remove remaining "%ll" uses.
+       * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
+       hex_string call.
+       * rs6000-nat.c (rs6000_ptrace64): Idem.
+       * solib-pa64.c (pa64_current_sos): Idem.
+       * solib-spu.c (spu_current_sos): Idem.
+       * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
+       plongest call.
+       * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
+       phex (VAR, 8) call.
+       * sh64-tdep.c (sh64_show_media_regs): Idem.
+
 2010-04-05  Stan Shebs  <stan@codesourcery.com>
 
        * tracepoint.c: Include gdbcore.h.
This page took 0.025658 seconds and 4 git commands to generate.