diff options
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -687,7 +687,7 @@ decode_options (unsigned int argc, const char **argv) && !targetm.have_named_sections) { inform - ("-freorder-blocks-and-partition does not work on this architecture."); + ("-freorder-blocks-and-partition does not work on this architecture"); flag_reorder_blocks_and_partition = 0; flag_reorder_blocks = 1; } |