comparison 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
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
67 67
68 #endif /* not BSD_SYSTEM */ 68 #endif /* not BSD_SYSTEM */
69 69
70 /* High order bit must be stripped off nlist return values */ 70 /* High order bit must be stripped off nlist return values */
71 #define FIXUP_KERNEL_SYMBOL_ADDR(NL) (NL)[0].n_value &= 0x7fffffff; 71 #define FIXUP_KERNEL_SYMBOL_ADDR(NL) (NL)[0].n_value &= 0x7fffffff;
72
73 /* arch-tag: 9b816c7d-6ee2-40d9-b6dc-42c0aeccfbec
74 (do not change this comment) */