diff options
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index badc0d3..930e6cd 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1093,9 +1093,7 @@ machopic_select_section (tree exp, int reloc, if (TREE_CODE (exp) == FUNCTION_DECL) { - if (reloc == 1 - || unlikely_text_section_p (last_text_section) - || last_text_section == text_unlikely_coal_section) + if (reloc == 1) base_section = (weak_p ? text_unlikely_coal_section : unlikely_text_section ()); |