]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ia64-libunwind-tdep.c
Unify gdb printf functions
[thirdparty/binutils-gdb.git] / gdb / ia64-libunwind-tdep.c
index 6d157109db0ff3f763bfc67c4949e7ba615d95f3..a2a236a46670a30548ff2e09dfe3db09a62fbded 100644 (file)
@@ -512,11 +512,11 @@ libunwind_load (void)
     }
   if (handle == NULL)
     {
-      fprintf_unfiltered (gdb_stderr, _("[GDB failed to load %s: %s]\n"),
-                         LIBUNWIND_SO, so_error);
+      gdb_printf (gdb_stderr, _("[GDB failed to load %s: %s]\n"),
+                 LIBUNWIND_SO, so_error);
 #ifdef LIBUNWIND_SO_7
-      fprintf_unfiltered (gdb_stderr, _("[GDB failed to load %s: %s]\n"),
-                         LIBUNWIND_SO_7, dlerror ());
+      gdb_printf (gdb_stderr, _("[GDB failed to load %s: %s]\n"),
+                 LIBUNWIND_SO_7, dlerror ());
 #endif /* LIBUNWIND_SO_7 */
     }
   xfree (so_error);