view vu1code/vpu.cmd @ 87:4e56707af2cb

update tags
author convert-repo
date Wed, 20 Apr 2011 23:48:01 +0000
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.
	*/
}