]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/as.c
* read.c: Standardize error/warning messages - don't capitalise, no
[thirdparty/binutils-gdb.git] / gas / as.c
index e8c22125f7f5f2b697b0e6af4ab6bce8b83ec98e..0f6d4af2612f2e3251459b161160608641dcdc1d 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -587,7 +587,7 @@ the GNU General Public License.  This program has absolutely no warranty.\n"));
 
            if (optarg == NULL)
              {
-               as_warn (_("No file name following -t option\n"));
+               as_warn (_("no file name following -t option"));
                break;
              }
 
@@ -602,11 +602,8 @@ the GNU General Public License.  This program has absolutely no warranty.\n"));
               internal table.  */
            itbl_files->name = xstrdup (optarg);
            if (itbl_parse (itbl_files->name) != 0)
-             {
-               fprintf (stderr, _("Failed to read instruction table %s\n"),
-                        itbl_files->name);
-               exit (EXIT_SUCCESS);
-             }
+             as_fatal (_("failed to read instruction table %s\n"),
+                       itbl_files->name);
          }
          break;