glibc/sysdeps/unix/bsd/hp/m68k/start.c

11 lines
222 B
C
Raw Normal View History

1991-04-02 06:24:10 +08:00
/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
Go figure. */
asm(".globl __start\n"
1992-01-17 08:59:04 +08:00
"__start: .long 0");
1991-04-02 06:24:10 +08:00
#define _start __start0
#define DUMMIES dummy0
#include <sysdeps/unix/start.c>