]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
toplev.c (process_options): Fix typo in warning.
authorBernhard Fischer <aldot@gcc.gnu.org>
Sat, 15 Dec 2007 15:25:41 +0000 (16:25 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 15 Dec 2007 15:25:41 +0000 (16:25 +0100)
2007-12-15  Bernhard Fischer  <>

* toplev.c (process_options): Fix typo in warning.

From-SVN: r130953

gcc/ChangeLog
gcc/toplev.c

index 0875708d2b71e7cc83721d3198fa2c9323ba6a43..87df41bbf29c59edc7d816d8b31a9e9848c19384 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-15  Bernhard Fischer  <>
+
+       * toplev.c (process_options): Fix typo in warning.
+
 2007-12-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/29978
index c1520a37e54ac9afbdc061cefa9d9f297a963d3b..63b387f0934e94e28f1569a4f6f9204ce2faba69 100644 (file)
@@ -2016,7 +2016,7 @@ process_options (void)
   if (flag_unwind_tables && !ACCUMULATE_OUTGOING_ARGS
       && flag_omit_frame_pointer)
     {
-      warning (0, "unwind tables currently requires a frame pointer "
+      warning (0, "unwind tables currently require a frame pointer "
               "for correctness");
       flag_omit_frame_pointer = 0;
     }