2007-12-15 Bernhard Fischer <>
* toplev.c (process_options): Fix typo in warning.
From-SVN: r130953
+2007-12-15 Bernhard Fischer <>
+
+ * toplev.c (process_options): Fix typo in warning.
+
2007-12-14 Jakub Jelinek <jakub@redhat.com>
PR target/29978
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;
}