http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51456
Sergei Trofimovich <slyfox at inbox dot ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |slyfox at inbox dot ru --- Comment #6 from Sergei Trofimovich <slyfox at inbox dot ru> 2011-12-30 17:59:17 UTC --- > (in section 4.7.1.3) states that R_ARM_ABS32 should work for a relocation > place > with any alignment. Currently glibc's relocation setup code does not attempt to handle unaligned relocations. And I think it makes sense. Does gcc generate slow unaligned reads from such relocations as well?