Mercurial > hg > old > magoroku_racing
view vu1code/vpu.cmd @ 102:31b24eaf05cc
remove .o
author | Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 02 Jun 2011 23:11:44 +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. */ }