toplev.c (process_options): Fix typo in warning.
2007-12-15 Bernhard Fischer <> * toplev.c (process_options): Fix typo in warning. From-SVN: r130953
This commit is contained in:
parent
6343804dec
commit
772cf0671a
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user