Hello Victor,
On Mon, Nov 11, 2013 at 10:33:11AM +0100, Uwe Kleine-König wrote:
On Mon, Nov 11, 2013 at 12:10:26AM -0800, Victor Kamensky wrote:
Here is proposal for armv7-m build failure in sigreturn_codes.S. The armv7-m build issue was discussed in [1].
Proposed solution is based on conditional compilation. If CONFIG_CPU_THUMBONLY is set instead of arm opcodes nops in thumb mode are used. I've tried to wrap conditional compilation as nice as I found possible. Other suggestions/approaches are welcome.
Fix was tested: linux-next with efm32_defconfig build (along with few other fixes) rmk-next BE/LE arndale build/boot and LTP rt_sigaction0? tests run
Next currently fails for other reasons, too and I'm out of time. I'd say if it compiles for you it's fine and I will handle eventual fall-outs later.
next-20131111 + your patch + reverts of d779c07dd7209 and 50e05119f9800 compiles and boots fine.
Best regards Uwe