--- src/sys/i386/include/Attic/asmacros.h 2004/05/05 19:26:42 1.7 +++ src/sys/i386/include/Attic/asmacros.h 2005/11/02 09:15:00 1.8 @@ -50,6 +50,12 @@ #endif /* + * Interrupt vector labels + */ +#define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ + .type __CONCAT(X,name),@function; __CONCAT(X,name): + +/* * CNAME and HIDENAME manage the relationship between symbol names in C * and the equivalent assembly language names. CNAME is given a name as * it would be used in a C program. It expands to the equivalent assembly