1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

entered into RCS

This commit is contained in:
Roland McGrath
1992-03-11 23:10:37 +00:00
parent f92ed3b272
commit e96f4881db
6 changed files with 33 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
/* 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");
asm(".globl __start");
asm("__start: .long 0");
#define _start __start0