Mercurial > hg > old > magoroku_racing
view vu1code/vpu.cmd @ 119:f2e2460b4011
draw_title
author | e085768 |
---|---|
date | Sun, 19 Jun 2011 02:16:20 +0900 |
parents | 0fae5658fb0b |
children |
line wrap: on
line source
/* Copyright (C) 2001 Sony Computer Entertainment Inc. * * "vpu.cmd" * vu linker script * */ OUTPUT_ARCH(mips:5900) SECTIONS { .vutext 0x0: { *(.vutext)} .vudata 0x0: AT ( SIZEOF(.vutext) + ALIGN(128) ) { *(.vubss) *(.vudata) } /DISCARD/ : { *(.*) } /* .DVP.ovlystrtab .DVP.ovlytab .DVP.overlay. */ }