+2018-08-29 Tom Tromey <tom@tromey.com>
+
+ * csky-tdep.c (csky_analyze_prologue): Use
+ core_addr_to_string_nz.
+
2018-08-29 Tom Tromey <tom@tromey.com>
* windows-nat.c (struct xlate_exception) <them>: Change type to
"csky: found stack adjustment of"
" 0x%x bytes.\n", adjust);
fprintf_unfiltered (gdb_stdlog,
- "csky: skipping to new address "
- "0x%lx\n", addr);
+ "csky: skipping to new address %s\n",
+ core_addr_to_string_nz (addr));
fprintf_unfiltered (gdb_stdlog,
"csky: continuing\n");
}
"found stack adjustment of 0x%x"
" bytes.\n", adjust);
fprintf_unfiltered (gdb_stdlog, "csky: "
- "skipping to new address 0x%lx\n",
- addr);
+ "skipping to new address %s\n",
+ core_addr_to_string_nz (addr));
fprintf_unfiltered (gdb_stdlog, "csky: continuing\n");
}
continue;