gdb: remove BLOCK_FUNCTION macro
[binutils-gdb.git] / gdb / tracectf.c
index f0cc5ce7bcb0b357601677b5ff9e39b66ac00763..155c8b7db060a81c96479f05c1f86801fb6c7bc7 100644 (file)
@@ -1200,7 +1200,7 @@ ctf_target::close ()
 void
 ctf_target::files_info ()
 {
-  printf_filtered ("\t`%s'\n", trace_dirname);
+  gdb_printf ("\t`%s'\n", trace_dirname);
 }
 
 /* This is the implementation of target_ops method to_fetch_registers.