summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-05-16 16:25:06 +0000
committerguenther <guenther@openbsd.org>2016-05-16 16:25:06 +0000
commit19c8d385c9fd97b9106fa8747ef413f4ae026b72 (patch)
tree7a6ce85695c46e4cf2ba7f0d1076262200c7ed82 /lib/libc
parentEliminate cerror: use PAL_rdunique to get the TCB address directly (diff)
downloadwireguard-openbsd-19c8d385c9fd97b9106fa8747ef413f4ae026b72.tar.xz
wireguard-openbsd-19c8d385c9fd97b9106fa8747ef413f4ae026b72.zip
...and delete the GP setup. Should have been in previous commit
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/arch/alpha/SYS.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/arch/alpha/SYS.h b/lib/libc/arch/alpha/SYS.h
index b84d0801aac..a7f505b7589 100644
--- a/lib/libc/arch/alpha/SYS.h
+++ b/lib/libc/arch/alpha/SYS.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: SYS.h,v 1.14 2016/05/16 16:20:58 guenther Exp $ */
+/* $OpenBSD: SYS.h,v 1.15 2016/05/16 16:25:06 guenther Exp $ */
/* $NetBSD: SYS.h,v 1.4 1996/10/17 03:03:53 cgd Exp $ */
/*
@@ -68,9 +68,6 @@
#define CALLSYS_ERROR(name) \
CALLSYS_NOERROR(name); \
- br gp, LLABEL(name,0); \
-LLABEL(name,0): \
- LDGP(gp); \
beq a3, LLABEL(name,1); \
mov v0, t0; \
call_pal PAL_rdunique; \