------- Comment #4 from rearnsha at gcc dot gnu dot org 2009-10-19 15:18 ------- (In reply to comment #3) > .text > ldr r0, .L30 ... > .section .text.unlikely > .L30: .word 1819043176
This is broken. We can't reference from .text to .text.unlikely since we can't guarantee that the section will be within 4k of the location doing the load. -- rearnsha at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rearnsha at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39247