summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
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/powerpc
parent9068227eeb49d01ae519444fca6d90041fded691 (diff)
kill RCSID macros; discussed with millert
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/include/asm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/powerpc/include/asm.h b/sys/arch/powerpc/include/asm.h
index 532c2f1adb9..467c8724c29 100644
--- a/sys/arch/powerpc/include/asm.h
+++ b/sys/arch/powerpc/include/asm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: asm.h,v 1.13 2017/06/23 09:55:10 mpi Exp $ */
+/* $OpenBSD: asm.h,v 1.14 2017/06/29 17:36:16 deraadt Exp $ */
/* $NetBSD: asm.h,v 1.1 1996/09/30 16:34:20 ws Exp $ */
/*
@@ -92,10 +92,6 @@ _TMP_LABEL(y):; \
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE(y)
#define END(y) .size y, . - y
-#define ASMSTR .asciz
-
-#define RCSID(x) .text; .asciz x
-
#define STRONG_ALIAS(alias,sym) \
.global alias; .set alias,sym
#define WEAK_ALIAS(alias,sym) \