From 271ceeba1569e7545f03c9500fa443c302c8b17a Mon Sep 17 00:00:00 2001 From: wernsaar Date: Sun, 1 Dec 2013 10:58:22 +0100 Subject: [PATCH] merged form develop --- common_x86_64.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common_x86_64.h b/common_x86_64.h index 2da627848..39e5a5eb1 100644 --- a/common_x86_64.h +++ b/common_x86_64.h @@ -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