mirror of git://sourceware.org/git/glibc.git
Initial revision
This commit is contained in:
parent
65f624f521
commit
98e4049505
|
@ -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>
|
Loading…
Reference in New Issue