Always use the ELF naming after the demise of asnames.h.

This commit is contained in:
Peter Wemm 2001-02-25 07:23:03 +00:00
parent 096e2dd9d8
commit 5107b058bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73013
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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