Commit 772cf067 by Bernhard Fischer Committed by Bernhard Reutner-Fischer

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

2007-12-15  Bernhard Fischer  <>

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

From-SVN: r130953
parent 6343804d
2007-12-15 Bernhard Fischer <>
* toplev.c (process_options): Fix typo in warning.
2007-12-14 Jakub Jelinek <jakub@redhat.com>
PR target/29978
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment