zephyr/arch/arc
Chuck Jordan 80f0de8604 arc: Uses of .nd on various branches not wanted
The .nd on a branch is WRONG if its an unconditional branch. Not needed.
On conditional branches its a compiler feature that is not yet functional
with ARC targets. Typical code for this compiler can use .d to put
something in the delay slot of an instruction, but using .nd is probably
never wanted.

Change-Id: If1017c468e6e7af269ea73daeb4bc223dcc0059f
Signed-off-by: Chuck Jordan <cjordan@synopsys.com>
2016-05-26 10:45:53 +00:00
..
core arc: Uses of .nd on various branches not wanted 2016-05-26 10:45:53 +00:00
include arc: adding "all rights reserved" to banner 2016-05-20 20:55:21 -07:00
soc arc: support microkernel on ARC 2016-05-25 22:14:18 -04:00
Kbuild new SoC naming convention 2016-04-18 21:24:59 +00:00
Kconfig Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Makefile new SoC naming convention 2016-04-18 21:24:59 +00:00
defconfig