merged form develop
authorwernsaar <wernsaar@googlemail.com>
Sun, 1 Dec 2013 09:58:22 +0000 (10:58 +0100)
committerwernsaar <wernsaar@googlemail.com>
Sun, 1 Dec 2013 09:58:22 +0000 (10:58 +0100)
common_x86_64.h

index 2da6278..39e5a5e 100644 (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