Browse Source

merged form develop

tags/v0.2.9.rc1
wernsaar 12 years ago
parent
commit
271ceeba15
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      common_x86_64.h

+ 0
- 10
common_x86_64.h View File

@@ -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…
Cancel
Save