From 98e4049505275e389e8317f3ee65e187538f56cd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 1 Apr 1991 22:24:10 +0000 Subject: [PATCH] Initial revision --- sysdeps/unix/bsd/hp/m68k/start.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysdeps/unix/bsd/hp/m68k/start.c diff --git a/sysdeps/unix/bsd/hp/m68k/start.c b/sysdeps/unix/bsd/hp/m68k/start.c new file mode 100644 index 0000000000..4b321562d4 --- /dev/null +++ b/sysdeps/unix/bsd/hp/m68k/start.c @@ -0,0 +1,10 @@ +/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0. + Go figure. */ +asm(".globl __start\n" + "__start: .long 0"); + +#define _start __start0 + +#define DUMMIES dummy0 + +#include