@@ -151,7 +151,7 @@ REALNAME: | |||||
#endif | #endif | ||||
#if defined(__linux__) && defined(__ELF__) | #if defined(__linux__) && defined(__ELF__) | ||||
#define GNUSTACK .section .note.GNU-stack,"",%progbits | |||||
#define GNUSTACK .section .note.GNU-stack,"",@progbits | |||||
#else | #else | ||||
#define GNUSTACK | #define GNUSTACK | ||||
#endif | #endif | ||||
@@ -380,7 +380,7 @@ REALNAME: | |||||
#endif | #endif | ||||
#if defined(__linux__) && defined(__ELF__) | #if defined(__linux__) && defined(__ELF__) | ||||
#define GNUSTACK .section .note.GNU-stack,"",%progbits | |||||
#define GNUSTACK .section .note.GNU-stack,"",@progbits | |||||
#else | #else | ||||
#define GNUSTACK | #define GNUSTACK | ||||
#endif | #endif | ||||
@@ -236,7 +236,7 @@ REALNAME: ;\ | |||||
.set nomacro | .set nomacro | ||||
#if defined(__linux__) && defined(__ELF__) | #if defined(__linux__) && defined(__ELF__) | ||||
#define GNUSTACK .section .note.GNU-stack,"",%progbits | |||||
#define GNUSTACK .section .note.GNU-stack,"",@progbits | |||||
#else | #else | ||||
#define GNUSTACK | #define GNUSTACK | ||||
#endif | #endif | ||||
@@ -201,7 +201,7 @@ static __inline int blas_quickdivide(blasint x, blasint y){ | |||||
REALNAME:; | REALNAME:; | ||||
#if defined(__linux__) && defined(__ELF__) | #if defined(__linux__) && defined(__ELF__) | ||||
#define GNUSTACK .section .note.GNU-stack,"",%progbits | |||||
#define GNUSTACK .section .note.GNU-stack,"",@progbits | |||||
#else | #else | ||||
#define GNUSTACK | #define GNUSTACK | ||||
#endif | #endif | ||||
@@ -303,7 +303,7 @@ REALNAME: | |||||
#define EPILOGUE \ | #define EPILOGUE \ | ||||
.size REALNAME, .-REALNAME; \ | .size REALNAME, .-REALNAME; \ | ||||
.section .note.GNU-stack,"",%progbits | |||||
.section .note.GNU-stack,"",@progbits | |||||
#endif | #endif | ||||
@@ -374,7 +374,7 @@ REALNAME: | |||||
#define EPILOGUE \ | #define EPILOGUE \ | ||||
.size REALNAME, .-REALNAME; \ | .size REALNAME, .-REALNAME; \ | ||||
.section .note.GNU-stack,"",%progbits | |||||
.section .note.GNU-stack,"",@progbits | |||||
#endif | #endif | ||||