mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
Formerly unix/bsd/hp/m68k/start.c.~7~
This commit is contained in:
parent
ab346b1289
commit
d4f409fa75
@ -1,7 +1,7 @@
|
|||||||
/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
|
/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
|
||||||
Go figure. */
|
Go figure. */
|
||||||
asm(".globl __start\n"
|
asm(".globl __start\n"
|
||||||
"__start: .ascii 'scum'"); /* He he. */
|
"__start: .ascii \"scum\""); /* He he. */
|
||||||
|
|
||||||
#define _start __start0
|
#define _start __start0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user