sim: trace: rename debug_printf fully
[deliverable/binutils-gdb.git] / sim / common / sim-trace.h
index 54a282407c96805398796b1bbd62a6b3de4d2a20..580cd4e1f98469e7b596c39084004e423b857649 100644 (file)
@@ -648,10 +648,7 @@ extern void trace_vprintf (SIM_DESC, sim_cpu *, const char *, va_list);
 /* Non-zero if "--debug-insn" specified.  */
 #define DEBUG_INSN_P(cpu) DEBUG_P (cpu, DEBUG_INSN_IDX)
 
-/* GDB also has a debug_printf, so we shadow ours.  */
-#define debug_printf sim_debug_printf
-
-extern void debug_printf (sim_cpu *, const char *, ...)
+extern void sim_debug_printf (sim_cpu *, const char *, ...)
      __attribute__((format (printf, 2, 3)));
 
 #endif /* SIM_TRACE_H */
This page took 0.023155 seconds and 4 git commands to generate.