From 772cf0671a433e1618ff092cb84e1acbd6cc75e3 Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Sat, 15 Dec 2007 16:25:41 +0100 Subject: [PATCH] toplev.c (process_options): Fix typo in warning. 2007-12-15 Bernhard Fischer <> * toplev.c (process_options): Fix typo in warning. From-SVN: r130953 --- gcc/ChangeLog | 4 ++++ gcc/toplev.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0875708d2b71..87df41bbf29c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-12-15 Bernhard Fischer <> + + * toplev.c (process_options): Fix typo in warning. + 2007-12-14 Jakub Jelinek PR target/29978 diff --git a/gcc/toplev.c b/gcc/toplev.c index c1520a37e54a..63b387f0934e 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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; } -- 2.47.2