--- src/sys/i386/include/Attic/asmacros.h 2005/11/02 09:15:00 1.8 +++ src/sys/i386/include/Attic/asmacros.h 2005/11/02 09:35:09 1.9 @@ -49,12 +49,15 @@ #endif +#ifdef LOCORE /* * Interrupt vector labels */ #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ .type __CONCAT(X,name),@function; __CONCAT(X,name): +#endif + /* * CNAME and HIDENAME manage the relationship between symbol names in C * and the equivalent assembly language names. CNAME is given a name as