commit | 0622212a3beeba35ed182fc04a877ec7619e2db6 | [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 | c824af814c24b332f5a9572d2ff6b336121923f2 [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>