Mercurial > hg > old > magoroku_racing.bad
view vu1code/vpu.cmd @ 139:00d7de7fe9df default tip
fix collision
author | Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 21 Jul 2011 22:49:57 +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. */ }