* as.h (as_perror): Delete declaration.
[deliverable/binutils-gdb.git] / gas / config / tc-tic54x.c
index b9f4fcfa256acc8306793b1f534699d00fcd9a50..412473b98e1f804a5b98a278770150c2c9b37b81 100644 (file)
@@ -2512,8 +2512,8 @@ tic54x_mlib (ignore)
   abfd = bfd_openr (path, NULL);
   if (!abfd)
     {
-      as_bad (_("Can't open macro library file '%s' for reading."), path);
-      as_perror ("%s", path);
+      as_bad (_("can't open macro library file '%s' for reading: %s"),
+             path, bfd_errmsg (bfd_get_error ()));
       ignore_rest_of_line ();
       return;
     }
This page took 0.026039 seconds and 4 git commands to generate.