Add simpler EPILOGUE for clang
This commit is contained in:
parent
a492181665
commit
f817f26062
|
@ -281,9 +281,13 @@ REALNAME: ;\
|
||||||
#define GNUSTACK
|
#define GNUSTACK
|
||||||
#endif /* defined(__linux__) && defined(__ELF__) */
|
#endif /* defined(__linux__) && defined(__ELF__) */
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
#define EPILOGUE .end
|
||||||
|
#else
|
||||||
#define EPILOGUE \
|
#define EPILOGUE \
|
||||||
.end REALNAME ;\
|
.end REALNAME ;\
|
||||||
GNUSTACK
|
GNUSTACK
|
||||||
|
#endif
|
||||||
|
|
||||||
#define PROFCODE
|
#define PROFCODE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue