commit | 2f5d414ccb4024dd0992ff6b22561732dbc73590 | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Tue Mar 25 21:30:06 2008 +0900 |
committer | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Tue Mar 25 21:30:06 2008 +0900 |
tree | 881531fccd862afc4044ea04e29953267b825f12 | |
parent | 282223a607c611425fa33f5428f8eae6636972bb [diff] |
[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>