aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorCaroline Tice <ctice@gcc.gnu.org>2005-04-12 13:39:09 -0700
committerCaroline Tice <ctice@gcc.gnu.org>2005-04-12 13:39:09 -0700
commitc3c822d506d98ca880dd2da32b5af0330a3c0f91 (patch)
tree2a43fb81a341285d6b565e80e3d30dcf600bd613 /gcc/opts.c
parentb0d9bc9b22e6118728e4a156aeb18b908ae5b41c (diff)
downloadgcc-c3c822d506d98ca880dd2da32b5af0330a3c0f91.zip
gcc-c3c822d506d98ca880dd2da32b5af0330a3c0f91.tar.gz
gcc-c3c822d506d98ca880dd2da32b5af0330a3c0f91.tar.bz2
Revert patch from April 9.
From-SVN: r98039
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index c2cf125..70a9b22 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -678,15 +678,6 @@ decode_options (unsigned int argc, const char **argv)
flag_reorder_blocks_and_partition = 0;
flag_reorder_blocks = 1;
}
-
- if (flag_reorder_blocks_and_partition
- && !targetm.have_named_sections)
- {
- inform
- ("-freorder-blocks-and-partition does not work on this architecture.");
- flag_reorder_blocks_and_partition = 0;
- flag_reorder_blocks = 1;
- }
}
/* Handle target- and language-independent options. Return zero to