zephyr/arch/nios2
Andy Ross 9f628943a8 toolchain: Remove vestigial COFF assembler symbol mangling support
The toolchain headers included an abstraction for defining symbol
names in assembly context in the situation where we're using a
DOS-style assembler that automatically prepends an underscore to
symbol names.

We aren't.  Zephyr is an ELF platform.  None of our toolchains do
this.  Nothing sets the "TOOL_PREPENDS_UNDERSCORE" macro from within
the project, and it surely isn't an industry standard.  Yank it out.
Now we can write assembler labels in natural syntax, and a few other
things fall out to simplify too.

(NOTE: these headers contain assembly code and will fail checkpatch.
That is an expected false positive.)

Change-Id: Ic89e74422b52fe50b3b7306a0347d7a560259581
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2016-08-30 19:01:11 +00:00
..
core toolchain: Remove vestigial COFF assembler symbol mangling support 2016-08-30 19:01:11 +00:00
include nios2: assume IRQ stack pointer and size already aligned 2016-07-21 15:04:05 +00:00
soc qemu_nios2: increase RAM size 2016-07-29 20:47:11 +00:00
Kbuild
Kconfig doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Makefile nios2: support more global pointer scenarios 2016-07-06 18:14:31 +00:00
defconfig