bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/14718] ld crashes on ARMv5 due to unaligned memory access


From: ambrop7 at gmail dot com
Subject: [Bug ld/14718] ld crashes on ARMv5 due to unaligned memory access
Date: Sun, 14 Oct 2012 20:28:34 +0000


http://sourceware.org/bugzilla/show_bug.cgi?id=14718



--- Comment #3 from Ambroz Bizjak <ambrop7 at gmail dot com> 2012-10-14 
20:28:34 UTC ---

Andreas: the allocation function (bfd_zalloc, not objalloc_alloc) is not

returning unaligned memory. The problem is that the code is trying to manually

place multiple arrays into a single memory block, without making sure the extra

(non-first) arrays are aligned.



-- 

Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email

------- You are receiving this mail because: -------

You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]