Go to file
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
arch arc: Uses of .nd on various branches not wanted 2016-05-26 10:45:53 +00:00
boards Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
doc
drivers arc: fixes a missing declaration compile error 2016-05-26 02:15:06 +00:00
ext
include flash: update API documentation 2016-05-25 13:30:41 +00:00
kernel Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
lib Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
misc Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
net Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
samples arc: support microkernel on ARC 2016-05-25 22:14:18 -04:00
scripts arc: support microkernel on ARC 2016-05-25 22:14:18 -04:00
tests arc: support microkernel on ARC 2016-05-25 22:14:18 -04:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
LICENSE
Makefile
Makefile.inc
zephyr-env.sh