Browse Source

merge from develop

tags/v0.2.9.rc1
wernsaar 12 years ago
parent
commit
ac7735e01f
2 changed files with 1 additions and 24 deletions
  1. +1
    -14
      common_x86.h
  2. +0
    -10
      common_x86_64.h

+ 1
- 14
common_x86.h View File

@@ -301,23 +301,10 @@ REALNAME:
#define PROFCODE
#endif


#if defined(C_PATHSCALE) || defined(OS_DARWIN)

#define EPILOGUE \
.size REALNAME, .-REALNAME; \
.size REALNAME, .-REALNAME; \
.section .note.GNU-stack,"",@progbits

#else

#define EPILOGUE \
.size REALNAME, .-REALNAME; \
.section .note.GNU-stack,"",%progbits

#endif



#endif

#ifdef XDOUBLE


+ 0
- 10
common_x86_64.h 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



Loading…
Cancel
Save