summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/hp/m68k/start.c
blob: e04ca0632df905edea30f1926cc7f8ff3d7f3422 (plain)
1
2
3
4
5
6
7
8
9
10
/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
   Go figure.  */
asm(".globl __start");
asm("__start:	.long 0");

#define	_start	__start0

#define	DUMMIES	dummy0

#include <sysdeps/unix/start.c>