diff src/s/umips.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 76b7ab7933a1
children 375f2633d815
line wrap: on
line diff
--- a/src/s/umips.h	Mon Sep 01 15:45:46 2003 +0000
+++ b/src/s/umips.h	Mon Sep 01 15:45:59 2003 +0000
@@ -69,3 +69,6 @@
 
 /* High order bit must be stripped off nlist return values */
 #define FIXUP_KERNEL_SYMBOL_ADDR(NL)  (NL)[0].n_value &= 0x7fffffff;
+
+/* arch-tag: 9b816c7d-6ee2-40d9-b6dc-42c0aeccfbec
+   (do not change this comment) */