fix misaligned pointer-like objects in arm atomics asm source file
authorRich Felker <dalias@aerifal.cx>
Sun, 31 Jan 2016 00:42:08 +0000 (19:42 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 31 Jan 2016 00:42:08 +0000 (19:42 -0500)
commit9ee57db8834ee0d9adb1e6a84a75b0818dbfca69
treee637ee81ee4cd81ea450dda88cc786b63ff9b905
parent140ad50cbf9244eecc21a0126c743396a34e8106
fix misaligned pointer-like objects in arm atomics asm source file

this file's .data section was not aligned, and just happened to get
the correct alignment with past builds. it's likely that the move of
atomic.s from arch/arm/src to src/thread/arm caused the change in
alignment, which broke the atomic and thread-pointer access fragments
on actual armv5 hardware.
src/thread/arm/atomics.s