summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-29 17:36:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-06-29 17:36:17 +0000
commit4ae9ae8aed4819283291ac0efa7db22b89a65dc9 (patch)
treed8586930370127abc87ae37c50bf009b6d43d845 /sys/arch/sh/include
parent9068227eeb49d01ae519444fca6d90041fded691 (diff)
kill RCSID macros; discussed with millert
Diffstat (limited to 'sys/arch/sh/include')
-rw-r--r--sys/arch/sh/include/asm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sh/include/asm.h b/sys/arch/sh/include/asm.h
index 01468d29e7b..2ed7ce2eb2f 100644
--- a/sys/arch/sh/include/asm.h
+++ b/sys/arch/sh/include/asm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: asm.h,v 1.6 2017/06/23 09:55:10 mpi Exp $ */
+/* $OpenBSD: asm.h,v 1.7 2017/06/29 17:36:16 deraadt Exp $ */
/* $NetBSD: asm.h,v 1.25 2006/01/20 22:02:40 christos Exp $ */
/*-
@@ -179,9 +179,6 @@
#endif /* !PIC */
-
-#define ASMSTR .asciz
-
#define STRONG_ALIAS(alias,sym) \
.global _C_LABEL(alias); \
_C_LABEL(alias) = _C_LABEL(sym)