merged form develop

This commit is contained in:
wernsaar 2013-12-01 10:58:22 +01:00
parent 71eecaaf37
commit 271ceeba15
1 changed files with 0 additions and 10 deletions

View File

@ -372,20 +372,10 @@ REALNAME:
#define PROFCODE
#endif
#if defined(C_PATHSCALE) || defined(OS_DARWIN)
#define EPILOGUE \
.size REALNAME, .-REALNAME; \
.section .note.GNU-stack,"",@progbits
#else
#define EPILOGUE \
.size REALNAME, .-REALNAME; \
.section .note.GNU-stack,"",@progbits
#endif
#endif