view vu1code/vpu.cmd @ 138:993d5f7e5f30

collision malloc error after face reading
author e085768
date Fri, 22 Jul 2011 23:51:14 +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.
	*/
}