merge from develop
This commit is contained in:
parent
6da558d2ab
commit
ac7735e01f
15
common_x86.h
15
common_x86.h
|
@ -301,23 +301,10 @@ REALNAME:
|
||||||
#define PROFCODE
|
#define PROFCODE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(C_PATHSCALE) || defined(OS_DARWIN)
|
|
||||||
|
|
||||||
#define EPILOGUE \
|
#define EPILOGUE \
|
||||||
.size REALNAME, .-REALNAME; \
|
.size REALNAME, .-REALNAME; \
|
||||||
.section .note.GNU-stack,"",@progbits
|
.section .note.GNU-stack,"",@progbits
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
#define EPILOGUE \
|
|
||||||
.size REALNAME, .-REALNAME; \
|
|
||||||
.section .note.GNU-stack,"",%progbits
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XDOUBLE
|
#ifdef XDOUBLE
|
||||||
|
|
|
@ -372,20 +372,10 @@ REALNAME:
|
||||||
#define PROFCODE
|
#define PROFCODE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(C_PATHSCALE) || defined(OS_DARWIN)
|
|
||||||
|
|
||||||
#define EPILOGUE \
|
#define EPILOGUE \
|
||||||
.size REALNAME, .-REALNAME; \
|
.size REALNAME, .-REALNAME; \
|
||||||
.section .note.GNU-stack,"",@progbits
|
.section .note.GNU-stack,"",@progbits
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
#define EPILOGUE \
|
|
||||||
.size REALNAME, .-REALNAME; \
|
|
||||||
.section .note.GNU-stack,"",%progbits
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue