]> git.sur5r.net Git - u-boot/commit
[MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
authorShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Tue, 25 Mar 2008 12:30:06 +0000 (21:30 +0900)
committerShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Tue, 25 Mar 2008 12:30:06 +0000 (21:30 +0900)
commit2f5d414ccb4024dd0992ff6b22561732dbc73590
tree881531fccd862afc4044ea04e29953267b825f12
parent282223a607c611425fa33f5428f8eae6636972bb
[MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros

This patch replaces the current function definitions with NESTED, LEAF
and END macro. They specify some more additional information about the
function; an alignment of symbol, type of symbol, stack frame usage, etc.
These information explicitly tells the assembler and the debugger about
the types of code we want to generate.

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
cpu/mips/cache.S
include/asm-mips/asm.h [new file with mode: 0644]