Mercurial > hg > old > magoroku_racing
annotate vu1code/vpu.cmd @ 137:298825d8837f
chmod
author | e085768 |
---|---|
date | Fri, 22 Jul 2011 18:43:45 +0900 |
parents | 0fae5658fb0b |
children |
rev | line source |
---|---|
0 | 1 /* Copyright (C) 2001 Sony Computer Entertainment Inc. |
2 * | |
3 * "vpu.cmd" | |
4 * vu linker script | |
5 * | |
6 */ | |
7 | |
8 OUTPUT_ARCH(mips:5900) | |
9 SECTIONS { | |
10 .vutext 0x0: { *(.vutext)} | |
11 .vudata 0x0: AT ( SIZEOF(.vutext) + ALIGN(128) ) | |
12 { *(.vubss) *(.vudata) } | |
13 /DISCARD/ : { *(.*) } | |
14 /* | |
15 .DVP.ovlystrtab | |
16 .DVP.ovlytab | |
17 .DVP.overlay. | |
18 */ | |
19 } |