mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 15:11:08 +08:00
* opts.c (decode_options): Fix typo in message.
From-SVN: r108115
This commit is contained in:
parent
fb28435fb7
commit
553fa844fd
@ -1,3 +1,7 @@
|
||||
2005-12-06 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* opts.c (decode_options): Fix typo in message.
|
||||
|
||||
2005-12-06 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR other/13873
|
||||
|
@ -693,7 +693,7 @@ decode_options (unsigned int argc, const char **argv)
|
||||
if (flag_unwind_tables && ! targetm.unwind_tables_default
|
||||
&& flag_reorder_blocks_and_partition)
|
||||
{
|
||||
inform ("-freorder-blocks-and-parition does not support unwind info");
|
||||
inform ("-freorder-blocks-and-partition does not support unwind info");
|
||||
flag_reorder_blocks_and_partition = 0;
|
||||
flag_reorder_blocks = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user