From: Roland McGrath Date: Sat, 11 Jan 1992 04:02:16 +0000 (+0000) Subject: Formerly unix/bsd/hp/m68k/start.c.~6~ X-Git-Tag: glibc-2.16-ports-before-merge~4426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab346b1289fe0cb0b5ce94294963410241188516;p=thirdparty%2Fglibc.git Formerly unix/bsd/hp/m68k/start.c.~6~ --- diff --git a/sysdeps/unix/bsd/hp/m68k/start.c b/sysdeps/unix/bsd/hp/m68k/start.c index 4b321562d42..fcafa339aa9 100644 --- a/sysdeps/unix/bsd/hp/m68k/start.c +++ b/sysdeps/unix/bsd/hp/m68k/start.c @@ -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"); + "__start: .ascii 'scum'"); /* He he. */ #define _start __start0