summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/include/asm.h')
-rw-r--r--sys/arch/arm/include/asm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/arm/include/asm.h b/sys/arch/arm/include/asm.h
index bc48fe6e23e..e1e5bbc4dd2 100644
--- a/sys/arch/arm/include/asm.h
+++ b/sys/arch/arm/include/asm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: asm.h,v 1.8 2017/06/23 09:55:10 mpi Exp $ */
+/* $OpenBSD: asm.h,v 1.9 2017/06/29 17:36:16 deraadt Exp $ */
/* $NetBSD: asm.h,v 1.4 2001/07/16 05:43:32 matt Exp $ */
/*
@@ -77,8 +77,6 @@
#define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
#define END(y) .size y, . - y
-#define ASMSTR .asciz
-
#if defined(__PIC__)
#ifdef __STDC__
#define PIC_SYM(x,y) x ## ( ## y ## )
@@ -89,8 +87,6 @@
#define PIC_SYM(x,y) x
#endif
-#define RCSID(x) .section ".ident"; .asciz x
-
#define STRONG_ALIAS(alias,sym) \
.global alias; \
alias = sym