mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 09:20:31 +08:00
mips.c (override_options): Disable hot/cold partitioning for MIPS16.
* config/mips/mips.c (override_options): Disable hot/cold partitioning for MIPS16. From-SVN: r86735
This commit is contained in:
parent
6cd655a302
commit
ea9bfbf28f
@ -1,3 +1,8 @@
|
||||
2004-08-29 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/mips.c (override_options): Disable hot/cold partitioning
|
||||
for MIPS16.
|
||||
|
||||
2004-08-29 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/mips.h (mips_builtins, mips_cmp_choice): Delete.
|
||||
|
@ -4180,6 +4180,10 @@ override_options (void)
|
||||
increase register pressure. */
|
||||
flag_schedule_insns = 0;
|
||||
|
||||
/* Don't do hot/cold partitioning. The constant layout code expects
|
||||
the whole function to be in a single section. */
|
||||
flag_reorder_blocks_and_partition = 0;
|
||||
|
||||
/* Silently disable -mexplicit-relocs since it doesn't apply
|
||||
to mips16 code. Even so, it would overly pedantic to warn
|
||||
about "-mips16 -mexplicit-relocs", especially given that
|
||||
|
Loading…
x
Reference in New Issue
Block a user