summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2019-11-07 21:54:50 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2019-11-07 21:54:50 +0000
commit8669f8cfe34744bf465924d2c77660e94a4717f7 (patch)
tree85366d0f9fa90182f5e0b7ae74e20145bd2260e0 /sys/arch/arm/include
parent3ff3f71ff3208de3d266d976d32d4db90d6b3fb6 (diff)
Remove get_pc_str_offset(), which has been unused since we switched
to clang, where the stack frame format changed significantly. Prompted by guenther@ noticing deprecated ASM warnings ok drahn@
Diffstat (limited to 'sys/arch/arm/include')
-rw-r--r--sys/arch/arm/include/cpufunc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/arm/include/cpufunc.h b/sys/arch/arm/include/cpufunc.h
index d788b50d525..a13cd82dd52 100644
--- a/sys/arch/arm/include/cpufunc.h
+++ b/sys/arch/arm/include/cpufunc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpufunc.h,v 1.31 2018/06/30 15:23:36 deraadt Exp $ */
+/* $OpenBSD: cpufunc.h,v 1.32 2019/11/07 21:54:49 patrick Exp $ */
/* $NetBSD: cpufunc.h,v 1.29 2003/09/06 09:08:35 rearnsha Exp $ */
/*
@@ -311,12 +311,6 @@ void set_stackptr (u_int mode, u_int address);
u_int get_stackptr (u_int mode);
/*
- * Miscellany
- */
-
-int get_pc_str_offset (void);
-
-/*
* CPU functions from locore.S
*/