diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-29 17:36:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-29 17:36:17 +0000 |
commit | 4ae9ae8aed4819283291ac0efa7db22b89a65dc9 (patch) | |
tree | d8586930370127abc87ae37c50bf009b6d43d845 /sys/arch/powerpc | |
parent | 9068227eeb49d01ae519444fca6d90041fded691 (diff) |
kill RCSID macros; discussed with millert
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/include/asm.h | 6 |
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) \ |