gdb: remove BLOCK_FUNCTION macro
[binutils-gdb.git] / gdb / s390-linux-tdep.c
index 56cc147a391bff94d2e376ccdfb0764d44081894..9d4e2d09f2aac17dfcdee68c2468ad5fb1808cdc 100644 (file)
@@ -815,10 +815,10 @@ s390_linux_syscall_record (struct regcache *regcache, LONGEST syscall_native)
 
   if (syscall_gdb < 0)
     {
-      fprintf_unfiltered (gdb_stderr,
-                         _("Process record and replay target doesn't "
-                           "support syscall number %s\n"),
-                         plongest (syscall_native));
+      gdb_printf (gdb_stderr,
+                 _("Process record and replay target doesn't "
+                   "support syscall number %s\n"),
+                 plongest (syscall_native));
       return -1;
     }