/* This file defines the symbol __start_addr.  Because Berkely continued
 * the crock of putting '-'s before all the symbol names, there is no way
 * to name the symbol 'start' in C.  So this file makes the symbol available
 * to C.
 */

	.globl __start_addr

.set	__start_addr, 2
