diff options
Diffstat (limited to 'sys/i386/include/asmacros.h')
| -rw-r--r-- | sys/i386/include/asmacros.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/include/asmacros.h b/sys/i386/include/asmacros.h index c4f9e0d9c828..ec43cdaac051 100644 --- a/sys/i386/include/asmacros.h +++ b/sys/i386/include/asmacros.h @@ -47,13 +47,8 @@ * language name. HIDENAME is given an assembly-language name, and expands * to a possibly-modified form that will be invisible to C programs. */ -#if defined(__ELF__) #define CNAME(csym) csym #define HIDENAME(asmsym) __CONCAT(.,asmsym) -#else -#define CNAME(csym) __CONCAT(_,csym) -#define HIDENAME(asmsym) asmsym -#endif #define ALIGN_DATA .p2align 2 /* 4 byte alignment, zero filled */ #ifdef GPROF |
