summaryrefslogtreecommitdiff
path: root/lib/csu/hppa/crt0.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/hppa/crt0.c')
-rw-r--r--lib/csu/hppa/crt0.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/csu/hppa/crt0.c b/lib/csu/hppa/crt0.c
index 8141d16d700..6705b9df988 100644
--- a/lib/csu/hppa/crt0.c
+++ b/lib/csu/hppa/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.9 2003/12/04 23:10:37 mickey Exp $ */
+/* $OpenBSD: crt0.c,v 1.10 2004/06/01 21:06:17 mickey Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -27,10 +27,9 @@
*/
int global __asm ("$global$") = 0;
-int sh_func_adrs __asm ("$$sh_func_adrs") = 0;
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: crt0.c,v 1.9 2003/12/04 23:10:37 mickey Exp $";
+static const char rcsid[] = "$OpenBSD: crt0.c,v 1.10 2004/06/01 21:06:17 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>