Always use the ELF naming after the demise of asnames.h.
This commit is contained in:
parent
096e2dd9d8
commit
5107b058bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73013
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user