]> sourceware.org Git - glibc.git/commitdiff
Formerly unix/bsd/hp/m68k/start.c.~8~
authorRoland McGrath <roland@gnu.org>
Fri, 17 Jan 1992 00:59:04 +0000 (00:59 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 17 Jan 1992 00:59:04 +0000 (00:59 +0000)
sysdeps/unix/bsd/hp/m68k/start.c

index d3c0ebd2f0364337ab6b15244f902ce95c8ac7d2..4b321562d42dc8785fb3484affe25fa31d5333b3 100644 (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:  .ascii \"scum\""); /* He he.  */
+    "__start:  .long 0");
 
 #define        _start  __start0
 
This page took 0.047598 seconds and 5 git commands to generate.