aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-01-11 04:02:16 +0000
committerRoland McGrath <roland@gnu.org>1992-01-11 04:02:16 +0000
commitab346b1289fe0cb0b5ce94294963410241188516 (patch)
treee74c5c1c368ef73d29a25a9b5c69881f73cceaaa /sysdeps
parenteb855956fb65f86c3b23ab2c86f87369489fc049 (diff)
downloadglibc-ab346b1289fe0cb0b5ce94294963410241188516.tar
glibc-ab346b1289fe0cb0b5ce94294963410241188516.tar.gz
glibc-ab346b1289fe0cb0b5ce94294963410241188516.tar.bz2
glibc-ab346b1289fe0cb0b5ce94294963410241188516.zip
Formerly unix/bsd/hp/m68k/start.c.~6~
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/bsd/hp/m68k/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/hp/m68k/start.c b/sysdeps/unix/bsd/hp/m68k/start.c
index 4b321562d4..fcafa339aa 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