On 12/28/2011 09:39 AM, Michael Meissner wrote:
>         && in_section != text_section
> -       && !unlikely_text_section_p (in_section)
> +       && (in_section && (in_section->common.flags & SECTION_CODE)) == 0

You should be able to delete the text_section test as well,
and in_section should *never* be null, when emitting data.

Otherwise this looks much better to me.


r~

Reply via email to