This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51456] gcc-4.5.3 ARM misaligned relocation for __gxx_personality_v0 in libstdc++
- From: "slyfox at inbox dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Dec 2011 17:59:17 +0000
- Subject: [Bug libstdc++/51456] gcc-4.5.3 ARM misaligned relocation for __gxx_personality_v0 in libstdc++
- Auto-submitted: auto-generated
- References: <bug-51456-4@http.gcc.gnu.org/bugzilla/>
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?