initial import
[glibc.git] / sysdeps / unix / bsd / hp / m68k / start.c
blobe04ca0632df905edea30f1926cc7f8ff3d7f3422
1 /* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
2 Go figure. */
3 asm(".globl __start");
4 asm("__start: .long 0");
6 #define _start __start0
8 #define DUMMIES dummy0
10 #include <sysdeps/unix/start.c>