mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
initial import
This commit is contained in:
10
sysdeps/unix/bsd/hp/m68k/start.c
Normal file
10
sysdeps/unix/bsd/hp/m68k/start.c
Normal file
@ -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");
|
||||
asm("__start: .long 0");
|
||||
|
||||
#define _start __start0
|
||||
|
||||
#define DUMMIES dummy0
|
||||
|
||||
#include <sysdeps/unix/start.c>
|
Reference in New Issue
Block a user