Initial revision
authorRoland McGrath <roland@gnu.org>
Mon, 1 Apr 1991 22:24:10 +0000 (22:24 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 1 Apr 1991 22:24:10 +0000 (22:24 +0000)
sysdeps/unix/bsd/hp/m68k/start.c [new file with mode: 0644]

diff --git a/sysdeps/unix/bsd/hp/m68k/start.c b/sysdeps/unix/bsd/hp/m68k/start.c
new file mode 100644 (file)
index 0000000..4b32156
--- /dev/null
@@ -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 <sysdeps/unix/start.c>